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-imho | |
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-imho')
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | dev-lisp/cl-imho/cl-imho-1.3.2.ebuild | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild index 0a289f5d4ef6..d9ebb1605ca9 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.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-imho/cl-imho-1.3.1-r1.ebuild,v 1.2 2004/06/24 23:44:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.1-r1.ebuild,v 1.3 2004/07/14 15:32:05 agriffis Exp $ inherit common-lisp @@ -11,13 +11,13 @@ SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-odcl =net-www/apache-1*" CLPACKAGE=imho -S=${WORKDIR}/${P} src_compile() { cd apache && make CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -fPIC" || die diff --git a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild index 17d23e644da7..0a6c067bd813 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.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-imho/cl-imho-1.3.1.ebuild,v 1.4 2004/06/24 23:44:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.1.ebuild,v 1.5 2004/07/14 15:32:05 agriffis Exp $ inherit common-lisp @@ -18,7 +18,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=imho -S=${WORKDIR}/${P} src_compile() { cd apache && make CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -fPIC" || die diff --git a/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild b/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild index 7003b1290ad1..404a7260b747 100644 --- a/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild +++ b/dev-lisp/cl-imho/cl-imho-1.3.2.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-imho/cl-imho-1.3.2.ebuild,v 1.3 2004/06/24 23:44:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-imho/cl-imho-1.3.2.ebuild,v 1.4 2004/07/14 15:32:05 agriffis Exp $ inherit common-lisp @@ -11,6 +11,7 @@ SRC_URI="http://alpha.onshored.com/debian/local/${PN}_${PV}.orig.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-odcl =net-www/apache-1*" |