From: Aaron Bauman Date: Fri, 13 Dec 2019 03:24:42 +0000 (-0500) Subject: www-servers/spawn-fcgi: drop old EAPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51b783ef3ba08783f3a4702c580c93b3a6fe38b4;p=gentoo.git www-servers/spawn-fcgi: drop old EAPI Signed-off-by: Aaron Bauman --- diff --git a/www-servers/spawn-fcgi/Manifest b/www-servers/spawn-fcgi/Manifest index 9e4d0710b825..65f84201c4e4 100644 --- a/www-servers/spawn-fcgi/Manifest +++ b/www-servers/spawn-fcgi/Manifest @@ -1,2 +1 @@ -DIST spawn-fcgi-1.6.3.tar.bz2 77607 BLAKE2B eb6331f2f4ec1270f47ba317dcc60668e5d02dea9ed3a840033febd98443a73194559bcf56ff039131c8bf374108b72c47ccc531b7549bb3dee5f4f111308608 SHA512 136a198cbcda0d3ae4e445eac2ccdcc5483801514ce77542c630d615a7a19a68864b9d7d79733adb16347ba64c833afbf2a18df82937107a6bc8467f630b03b4 DIST spawn-fcgi-1.6.4.tar.xz 79944 BLAKE2B 06fb92261042fe6bccda1a472a712a7c9bc7f56ee04b72f31ee133079f6c1d07ca07ef6c1b7c878db2e32861ea20914998411a3f6b596e4ba950f8767a899346 SHA512 e2b317997b56f852ad644b80fe36fa08376ae81f93566e181c31a3b6764de2eeb32a2e10e420136d8536487c575678ca52a33f7cb3488aadf7185fbd0196bee0 diff --git a/www-servers/spawn-fcgi/spawn-fcgi-1.6.3-r1.ebuild b/www-servers/spawn-fcgi/spawn-fcgi-1.6.3-r1.ebuild deleted file mode 100644 index 7fba4ede0c9a..000000000000 --- a/www-servers/spawn-fcgi/spawn-fcgi-1.6.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A FCGI spawner for lighttpd and cherokee and other webservers" -HOMEPAGE="http://redmine.lighttpd.net/projects/spawn-fcgi" -SRC_URI="http://www.lighttpd.net/download/${P}.tar.bz2" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="ipv6" - -DEPEND="" -RDEPEND="!<=www-servers/lighttpd-1.4.20 - !<=www-servers/cherokee-0.98.1" - -src_configure() { - econf $(use_enable ipv6) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README NEWS - - newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi - newinitd "${FILESDIR}"/spawn-fcgi.initd-r1 spawn-fcgi - - docinto examples - dodoc doc/run-generic doc/run-php doc/run-rails -}