diff options
author | 2004-04-26 09:31:40 +0000 | |
---|---|---|
committer | 2004-04-26 09:31:40 +0000 | |
commit | 14826c3da79b24279e338fe43258b32da3e5d86d (patch) | |
tree | ee18d064c867537bb9d7ff46e63aafe11e2ddcf9 /dev-lisp/lush | |
parent | Added to ~ppc (diff) | |
download | historical-14826c3da79b24279e338fe43258b32da3e5d86d.tar.gz historical-14826c3da79b24279e338fe43258b32da3e5d86d.tar.bz2 historical-14826c3da79b24279e338fe43258b32da3e5d86d.zip |
Added to ~ppc
Diffstat (limited to 'dev-lisp/lush')
-rw-r--r-- | dev-lisp/lush/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/lush/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/lush/lush-0.98.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-lisp/lush/ChangeLog b/dev-lisp/lush/ChangeLog index 3fa9534b490a..1b4f777704a9 100644 --- a/dev-lisp/lush/ChangeLog +++ b/dev-lisp/lush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/lush -# Copyright 2000-2003 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.1 2003/09/01 20:02:39 mkennedy Exp $ +# 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 $ + + 26 Apr 2004; David Holm <dholm@gentoo.org> lush-0.98.ebuild: + Added to ~ppc. *lush-0.98 (01 Sep 2003) diff --git a/dev-lisp/lush/Manifest b/dev-lisp/lush/Manifest index 76f47077ea98..b977faf036a7 100644 --- a/dev-lisp/lush/Manifest +++ b/dev-lisp/lush/Manifest @@ -1,4 +1,4 @@ +MD5 d302b0651d7e9d7a739a4da71b955fc5 ChangeLog 429 +MD5 406dea2369459ff05f4d44b0a1435d07 lush-0.98.ebuild 1208 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 7941db22a9a22b44c5cf50e45e8f876e lush-0.98.ebuild 1206 -MD5 18b394648309024b85afb379cf4e3bf5 ChangeLog 351 MD5 9017b31febc2ec8b075f9d84e5303b89 files/digest-lush-0.98 62 diff --git a/dev-lisp/lush/lush-0.98.ebuild b/dev-lisp/lush/lush-0.98.ebuild index 3851a9f8ef0c..0da7fe3aef44 100644 --- a/dev-lisp/lush/lush-0.98.ebuild +++ b/dev-lisp/lush/lush-0.98.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Matthew Kennedy <mkennedy@gentoo.org> +# 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.98.ebuild,v 1.1 2003/09/01 20:02:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/lush/lush-0.98.ebuild,v 1.2 2004/04/26 09:31:40 dholm Exp $ DESCRIPTION="Lush is the Lisp User Shell. 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." HOMEPAGE="http://lush.sourceforge.net/" SRC_URI="mirror://sourceforge/lush/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="X emacs" DEPEND="X? ( virtual/x11 )" |