diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:32:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:32:36 +0000 |
commit | 7a1d4ba4495ba3d0ac8b89e21e18a1c7aacf2c26 (patch) | |
tree | 03bbc34d671a2602b66fd18804348de34c74c085 /dev-lisp/cl-inflate | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-7a1d4ba4495ba3d0ac8b89e21e18a1c7aacf2c26.tar.gz historical-7a1d4ba4495ba3d0ac8b89e21e18a1c7aacf2c26.tar.bz2 historical-7a1d4ba4495ba3d0ac8b89e21e18a1c7aacf2c26.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-inflate')
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild index 5abbcff46642..20eeef9d206b 100644 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild +++ b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.2 2004/06/24 23:44:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1-r1.ebuild,v 1.3 2004/07/14 15:32:36 agriffis Exp $ inherit common-lisp @@ -11,12 +11,12 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-inflate/${PN}_${PV}.orig.ta LICENSE="LLGPL-2.1" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" CLPACKAGE=inflate -S=${WORKDIR}/${P} src_install() { common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd diff --git a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild index e5a1d1b3b274..c4ea5753c287 100644 --- a/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild +++ b/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.4 2004/06/24 23:44:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-inflate/cl-inflate-1.1.4.2.1.ebuild,v 1.5 2004/07/14 15:32:36 agriffis Exp $ inherit common-lisp @@ -17,7 +17,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=inflate -S=${WORKDIR}/${P} src_install() { common-lisp-install inflate.lisp ${FILESDIR}/inflate.asd |