summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-03 19:37:35 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-03 19:37:35 +0000
commitc0bb05aebd5552ea56350d0f780c5ab8068c5f19 (patch)
tree629c55fa5488ba8a8132e379417ecef8846902a4 /dev-lisp/lush
parentmove sys-apps/daemontools -> sys-process/daemontools (diff)
downloadhistorical-c0bb05aebd5552ea56350d0f780c5ab8068c5f19.tar.gz
historical-c0bb05aebd5552ea56350d0f780c5ab8068c5f19.tar.bz2
historical-c0bb05aebd5552ea56350d0f780c5ab8068c5f19.zip
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'dev-lisp/lush')
-rw-r--r--dev-lisp/lush/ChangeLog10
-rw-r--r--dev-lisp/lush/Manifest6
-rw-r--r--dev-lisp/lush/files/digest-lush-1.01
-rw-r--r--dev-lisp/lush/lush-0.99.ebuild6
-rw-r--r--dev-lisp/lush/lush-1.0.ebuild24
5 files changed, 40 insertions, 7 deletions
diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog
index 753bc8cfd86a..5a2b9afb904e 100644
--- a/dev-lisp/lush/ChangeLog
+++ b/dev-lisp/lush/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/lush
-# Copyright 2000-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.4 2004/06/25 00:00:06 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.5 2005/03/03 19:37:35 mkennedy Exp $
+
+*lush-1.0 (03 Mar 2005)
+
+ 03 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> lush-0.99.ebuild,
+ +lush-1.0.ebuild:
+ New upstream version; Add --disable-bfd which resolves Bug #55452
*lush-0.99 (13 May 2004)
diff --git a/dev-lisp/lush/Manifest b/dev-lisp/lush/Manifest
index e384d0684037..0a16dcefc484 100644
--- a/dev-lisp/lush/Manifest
+++ b/dev-lisp/lush/Manifest
@@ -1,6 +1,8 @@
+MD5 0b170e190f76b551f9a8308ad3167715 ChangeLog 750
MD5 5069cee8dc181263b3c068b012789578 lush-0.98.ebuild 1196
-MD5 767f1dff0f09edacf6cad37420efc078 lush-0.99.ebuild 699
-MD5 5d1cf16c4b8e68179bf7c063dfc07d8f ChangeLog 565
+MD5 93f9fa1d9d5f401f2733cbfab81e3f4b lush-0.99.ebuild 713
MD5 fa384f93c4c1dceb916464d4ea982416 metadata.xml 537
+MD5 88d93ef57bc3550d6e4acb381af7689b lush-1.0.ebuild 712
+MD5 f250ed08cbd854b1dbf0966f5d074f33 files/digest-lush-1.0 61
MD5 9017b31febc2ec8b075f9d84e5303b89 files/digest-lush-0.98 62
MD5 81246cabd812d926031c0aebf0951bff files/digest-lush-0.99 62
diff --git a/dev-lisp/lush/files/digest-lush-1.0 b/dev-lisp/lush/files/digest-lush-1.0
new file mode 100644
index 000000000000..1893de85fa2d
--- /dev/null
+++ b/dev-lisp/lush/files/digest-lush-1.0
@@ -0,0 +1 @@
+MD5 62ea0245a0cd0413edaaa4344f87a466 lush-1.0.tar.gz 4155938
diff --git a/dev-lisp/lush/lush-0.99.ebuild b/dev-lisp/lush/lush-0.99.ebuild
index 4aa63d043b7a..336e64b1f2b0 100644
--- a/dev-lisp/lush/lush-0.99.ebuild
+++ b/dev-lisp/lush/lush-0.99.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>
+# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.99.ebuild,v 1.2 2004/06/25 00:00:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.99.ebuild,v 1.3 2005/03/03 19:37:35 mkennedy Exp $
DESCRIPTION="Lush is the Lisp User Shell"
HOMEPAGE="http://lush.sourceforge.net/"
@@ -13,7 +13,7 @@ IUSE="X"
DEPEND="X? ( virtual/x11 )"
src_compile() {
- econf `use_with X X` || die "./configure failed"
+ econf --without-bfd `use_with X X` || die "./configure failed"
emake -j1 || die
}
diff --git a/dev-lisp/lush/lush-1.0.ebuild b/dev-lisp/lush/lush-1.0.ebuild
new file mode 100644
index 000000000000..9266bc8ef880
--- /dev/null
+++ b/dev-lisp/lush/lush-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-1.0.ebuild,v 1.1 2005/03/03 19:37:35 mkennedy Exp $
+
+DESCRIPTION="Lush is the Lisp User Shell"
+HOMEPAGE="http://lush.sourceforge.net/"
+SRC_URI="mirror://sourceforge/lush/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="X"
+
+DEPEND="X? ( virtual/x11 )"
+
+src_compile() {
+ econf --without-bfd `use_with X X` || die "./configure failed"
+ emake -j1 || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc 0-CVS-INFO COPYING COPYRIGHT \
+ README README.binutils README.cygwin README.mac
+}