diff options
Diffstat (limited to 'net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild')
-rw-r--r-- | net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild b/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild deleted file mode 100644 index 7f4a37353e5a..000000000000 --- a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.4 2005/09/11 13:41:03 rl03 Exp $ - -inherit eutils depend.php - -URI_ROOT="http://jan.kneschke.de/projects/lighttpd/download/" -DESCRIPTION="fast-cgi server for php and lighttpd" -HOMEPAGE="http://jan.kneschke.de/projects/lighttpd/" -SRC_URI="$URI_ROOT/${P}.tar.gz" -LICENSE="QPL-1.0" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" -DEPEND="virtual/libc - >=dev-libs/libpcre-3.1 - >=sys-devel/libtool-1.4 - >=sys-libs/zlib-1.1" -RDEPEND=">=sys-libs/zlib-1.1 - virtual/httpd-php" - -pkg_setup() { - require_php_with_use cgi -} - -src_install() { - make DESTDIR=${D} install || die - insinto /etc/conf.d - newins ${FILESDIR}/${PN}-1.1.0.conf ${PN}.conf - exeinto /etc/init.d - newexe ${FILESDIR}/${PN}-1.1.0.initd ${PN} - dodoc README doc/handbook.txt -} |