diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:56:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:56:13 +0000 |
commit | 2df06cf5a5dbc965985da2b8ec146b42471e10f7 (patch) | |
tree | a4e3a8ee9d87213623c2451a80b7de09ffe76125 /net-www | |
parent | QA: Don't assign default to S (diff) | |
download | gentoo-2-2df06cf5a5dbc965985da2b8ec146b42471e10f7.tar.gz gentoo-2-2df06cf5a5dbc965985da2b8ec146b42471e10f7.tar.bz2 gentoo-2-2df06cf5a5dbc965985da2b8ec146b42471e10f7.zip |
QA: Don't assign default to S; Use default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild | 8 | ||||
-rw-r--r-- | net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild b/net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild index e308f3e0278a..f7a327f218a9 100644 --- a/net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild +++ b/net-www/spawn-fcgi/spawn-fcgi-1.1.0.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/net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild,v 1.3 2004/07/01 22:50:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.1.0.ebuild,v 1.4 2005/07/10 00:56:13 swegener Exp $ inherit eutils @@ -18,12 +18,6 @@ DEPEND="virtual/libc RDEPEND=">=sys-libs/zlib-1.1 >=sys-devel/libtool-1.4 >=dev-php/php-cgi-4.3.0" -S=${WORKDIR}/${P} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} src_install() { make DESTDIR=${D} install || die diff --git a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild b/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild index 843047decd5f..4fb74bbf392a 100644 --- a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild +++ b/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.2 2005/04/19 12:32:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.3 2005/07/10 00:56:13 swegener Exp $ inherit eutils @@ -18,12 +18,6 @@ DEPEND="virtual/libc >=sys-libs/zlib-1.1" RDEPEND=">=sys-libs/zlib-1.1 >=dev-php/php-cgi-4.3.0" -S=${WORKDIR}/${P} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} src_install() { make DESTDIR=${D} install || die |