diff options
author | David Holm <dholm@gentoo.org> | 2004-04-26 09:32:12 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-26 09:32:12 +0000 |
commit | 6a26e4179930c5f40b64fbe7f01a5218d2c12c82 (patch) | |
tree | 0402686ddad3fbe22adba66f27abc76e2ce5df6a /dev-lisp | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-6a26e4179930c5f40b64fbe7f01a5218d2c12c82.tar.gz gentoo-2-6a26e4179930c5f40b64fbe7f01a5218d2c12c82.tar.bz2 gentoo-2-6a26e4179930c5f40b64fbe7f01a5218d2c12c82.zip |
Added to ~ppc
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/lush/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/lush/lush-0.98.ebuild | 6 |
2 files changed, 8 insertions, 5 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/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 )" |