diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-05-14 03:03:54 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-05-14 03:03:54 +0000 |
commit | 596277331564db525e1e319ce7f2ba0a094672a3 (patch) | |
tree | af7f39ba5097b0632e5f9b247befb727a497811b /dev-lisp/lush | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-596277331564db525e1e319ce7f2ba0a094672a3.tar.gz gentoo-2-596277331564db525e1e319ce7f2ba0a094672a3.tar.bz2 gentoo-2-596277331564db525e1e319ce7f2ba0a094672a3.zip |
minor version update
Diffstat (limited to 'dev-lisp/lush')
-rw-r--r-- | dev-lisp/lush/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/lush/Manifest | 6 | ||||
-rw-r--r-- | dev-lisp/lush/files/digest-lush-0.99 | 1 | ||||
-rw-r--r-- | dev-lisp/lush/lush-0.99.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/lush/metadata.xml | 9 |
5 files changed, 45 insertions, 2 deletions
diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog index 1b4f777704a9..df065cdd1b34 100644 --- a/dev-lisp/lush/ChangeLog +++ b/dev-lisp/lush/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/lush # Copyright 2000-2004 Gentoo Technologies, Inc. and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.2 2004/04/26 09:31:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/ChangeLog,v 1.3 2004/05/14 03:03:54 mkennedy Exp $ + +*lush-0.99 (13 May 2004) + + 13 May 2004; <mkennedy@gentoo.org> metadata.xml, +lush-0.99.ebuild: + New upstream version. Resolves Bug #36664 26 Apr 2004; David Holm <dholm@gentoo.org> lush-0.98.ebuild: Added to ~ppc. diff --git a/dev-lisp/lush/Manifest b/dev-lisp/lush/Manifest index b977faf036a7..f2ea42d98a1f 100644 --- a/dev-lisp/lush/Manifest +++ b/dev-lisp/lush/Manifest @@ -1,4 +1,8 @@ +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml.~1.1.~ 164 +MD5 ff91d3c38b3a7c7a2bbc3bdd95da8814 lush-0.99.ebuild 725 +MD5 406dea2369459ff05f4d44b0a1435d07 lush-0.99.ebuild~ 1208 MD5 d302b0651d7e9d7a739a4da71b955fc5 ChangeLog 429 MD5 406dea2369459ff05f4d44b0a1435d07 lush-0.98.ebuild 1208 -MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 fa384f93c4c1dceb916464d4ea982416 metadata.xml 537 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-0.99 b/dev-lisp/lush/files/digest-lush-0.99 new file mode 100644 index 000000000000..a90318790d01 --- /dev/null +++ b/dev-lisp/lush/files/digest-lush-0.99 @@ -0,0 +1 @@ +MD5 0872c455e0535e7ec557532098247f74 lush-0.99.tar.gz 4141697 diff --git a/dev-lisp/lush/lush-0.99.ebuild b/dev-lisp/lush/lush-0.99.ebuild new file mode 100644 index 000000000000..c61ed62ef3a8 --- /dev/null +++ b/dev-lisp/lush/lush-0.99.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. 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.1 2004/05/14 03:03:54 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 `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 +} diff --git a/dev-lisp/lush/metadata.xml b/dev-lisp/lush/metadata.xml index f418045b09c8..b82cb3308381 100644 --- a/dev-lisp/lush/metadata.xml +++ b/dev-lisp/lush/metadata.xml @@ -2,4 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>common-lisp</herd> +<longdescription> +Lush is designed to be used in situations where one would want to +combine the flexibility of a high-level, loosely-typed interpreted +language, with the efficiency of a strongly-typed, natively-compiled +language, and with the easy integration of code written in C, C++, or +other languages. + +Lush is not an implementation of Common Lisp. +</longdescription> </pkgmetadata> |