From 4b298d99729a0a1f3bc2dc2dcfafaa0d00d4a24d Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 3 Mar 2005 19:37:35 +0000 Subject: (Portage version: 2.0.51.18) --- dev-lisp/lush/ChangeLog | 10 ++++++++-- dev-lisp/lush/Manifest | 6 ++++-- dev-lisp/lush/files/digest-lush-1.0 | 1 + dev-lisp/lush/lush-0.99.ebuild | 6 +++--- dev-lisp/lush/lush-1.0.ebuild | 24 ++++++++++++++++++++++++ 5 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 dev-lisp/lush/files/digest-lush-1.0 create mode 100644 dev-lisp/lush/lush-1.0.ebuild (limited to 'dev-lisp/lush') 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 ; 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 ; 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 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..cc731b06493b 100644 --- a/dev-lisp/lush/Manifest +++ b/dev-lisp/lush/Manifest @@ -1,6 +1,8 @@ -MD5 5069cee8dc181263b3c068b012789578 lush-0.98.ebuild 1196 -MD5 767f1dff0f09edacf6cad37420efc078 lush-0.99.ebuild 699 MD5 5d1cf16c4b8e68179bf7c063dfc07d8f ChangeLog 565 +MD5 5069cee8dc181263b3c068b012789578 lush-0.98.ebuild 1196 +MD5 74a73d98e26032cf95259719b6c2ea58 lush-0.99.ebuild 713 MD5 fa384f93c4c1dceb916464d4ea982416 metadata.xml 537 +MD5 74a73d98e26032cf95259719b6c2ea58 lush-1.0.ebuild 713 +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 +# Copyright 1999-2005 Gentoo Foundation and Matthew Kennedy # 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 +# 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 +} -- cgit v1.2.3-65-gdbad