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 | 0c441f4d545b881306be2ea4a7b70c94a9810c83 (patch) | |
tree | 3d862b02ed6f729bcb44fc5c7a8d2f2567c30098 /dev-lisp/cl-imho | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-0c441f4d545b881306be2ea4a7b70c94a9810c83.tar.gz gentoo-2-0c441f4d545b881306be2ea4a7b70c94a9810c83.tar.bz2 gentoo-2-0c441f4d545b881306be2ea4a7b70c94a9810c83.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*" |