diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:24:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:24:24 +0000 |
commit | 17c5c906eef48be34b39ec04dc1cfd6fc218fb11 (patch) | |
tree | 9b3dc40f77f6a7f34978bb5c154cda8e8bb9568d /dev-lisp/gcl | |
parent | sync IUSE (+X), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-17c5c906eef48be34b39ec04dc1cfd6fc218fb11.tar.gz gentoo-2-17c5c906eef48be34b39ec04dc1cfd6fc218fb11.tar.bz2 gentoo-2-17c5c906eef48be34b39ec04dc1cfd6fc218fb11.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/gcl')
-rw-r--r-- | dev-lisp/gcl/gcl-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.2.ebuild | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/dev-lisp/gcl/gcl-2.4.0.ebuild b/dev-lisp/gcl/gcl-2.4.0.ebuild index 07e1db0b9514..3aba176d0c68 100644 --- a/dev-lisp/gcl/gcl-2.4.0.ebuild +++ b/dev-lisp/gcl/gcl-2.4.0.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.4.0.ebuild,v 1.14 2004/06/24 23:59:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.4.0.ebuild,v 1.15 2004/07/14 16:22:33 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="GNU Common Lisp" SRC_URI="ftp://rene.ma.utexas.edu/pub/gcl/gcl-2.4.0.tgz" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" @@ -10,6 +9,7 @@ PROVIDE="virtual/commonlisp" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" src_compile() { diff --git a/dev-lisp/gcl/gcl-2.4.3.ebuild b/dev-lisp/gcl/gcl-2.4.3.ebuild index a85ffb129154..984b217c8639 100644 --- a/dev-lisp/gcl/gcl-2.4.3.ebuild +++ b/dev-lisp/gcl/gcl-2.4.3.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.4.3.ebuild,v 1.9 2004/06/24 23:59:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.4.3.ebuild,v 1.10 2004/07/14 16:22:33 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="GNU Common Lisp" SRC_URI="ftp://ftp.gnu.org/gnu/gcl/gcl-2.4.3.tgz" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" @@ -14,6 +13,7 @@ DEPEND=">=app-text/texi2html-1.64 LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" src_compile() { diff --git a/dev-lisp/gcl/gcl-2.5.2.ebuild b/dev-lisp/gcl/gcl-2.5.2.ebuild index 746e017c428f..39886452cbee 100644 --- a/dev-lisp/gcl/gcl-2.5.2.ebuild +++ b/dev-lisp/gcl/gcl-2.5.2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.8 2004/06/24 23:59:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.9 2004/07/14 16:22:33 agriffis Exp $ inherit elisp-common IUSE="emacs" -S=${WORKDIR}/${P} DESCRIPTION="GNU Common Lisp" SRC_URI="ftp://ftp.gnu.org/gnu/gcl/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" |