From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCD48138334 for ; Fri, 13 Dec 2019 03:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51695E0895; Fri, 13 Dec 2019 03:25:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DEF6E0855 for ; Fri, 13 Dec 2019 03:25:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22CDD34D852 for ; Fri, 13 Dec 2019 03:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B80902 for ; Fri, 13 Dec 2019 03:25:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1576207509.51b783ef3ba08783f3a4702c580c93b3a6fe38b4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/spawn-fcgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/spawn-fcgi/Manifest www-servers/spawn-fcgi/spawn-fcgi-1.6.3-r1.ebuild X-VCS-Directories: www-servers/spawn-fcgi/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 51b783ef3ba08783f3a4702c580c93b3a6fe38b4 X-VCS-Branch: master Date: Fri, 13 Dec 2019 03:25:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e695437-56df-4728-8b01-810ceb7613f6 X-Archives-Hash: 8a5178ac6524e60f99aacc49d4794d01 commit: 51b783ef3ba08783f3a4702c580c93b3a6fe38b4 Author: Aaron Bauman gentoo org> AuthorDate: Fri Dec 13 03:24:42 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Dec 13 03:25:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b783ef www-servers/spawn-fcgi: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> www-servers/spawn-fcgi/Manifest | 1 - www-servers/spawn-fcgi/spawn-fcgi-1.6.3-r1.ebuild | 32 ----------------------- 2 files changed, 33 deletions(-) diff --git a/www-servers/spawn-fcgi/Manifest b/www-servers/spawn-fcgi/Manifest index 9e4d0710b82..65f84201c4e 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 7fba4ede0c9..00000000000 --- 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 -}