summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-02-10 21:29:45 +0000
committerThilo Bangert <bangert@gentoo.org>2010-02-10 21:29:45 +0000
commit735596540c24ab278ed2f81cd67ac6c71cbdb3f0 (patch)
tree42ca977674151b6ae4fd991082a1569334e887aa /www-servers
parentFix poppler depend from obsolete virtual/ to app-text/. (diff)
downloadgentoo-2-735596540c24ab278ed2f81cd67ac6c71cbdb3f0.tar.gz
gentoo-2-735596540c24ab278ed2f81cd67ac6c71cbdb3f0.tar.bz2
gentoo-2-735596540c24ab278ed2f81cd67ac6c71cbdb3f0.zip
remove old versions
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/spawn-fcgi/ChangeLog6
-rw-r--r--www-servers/spawn-fcgi/spawn-fcgi-1.6.1-r1.ebuild29
-rw-r--r--www-servers/spawn-fcgi/spawn-fcgi-1.6.2.ebuild34
3 files changed, 5 insertions, 64 deletions
diff --git a/www-servers/spawn-fcgi/ChangeLog b/www-servers/spawn-fcgi/ChangeLog
index c63d2f511821..83ae2a93c63c 100644
--- a/www-servers/spawn-fcgi/ChangeLog
+++ b/www-servers/spawn-fcgi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/spawn-fcgi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.25 2010/02/10 19:15:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/ChangeLog,v 1.26 2010/02/10 21:29:45 bangert Exp $
+
+ 10 Feb 2010; Thilo Bangert <bangert@gentoo.org>
+ -spawn-fcgi-1.6.1-r1.ebuild, -spawn-fcgi-1.6.2.ebuild:
+ remove old versions
10 Feb 2010; Jeroen Roovers <jer@gentoo.org> spawn-fcgi-1.6.3.ebuild:
Stable for HPPA (bug #302530).
diff --git a/www-servers/spawn-fcgi/spawn-fcgi-1.6.1-r1.ebuild b/www-servers/spawn-fcgi/spawn-fcgi-1.6.1-r1.ebuild
deleted file mode 100644
index 5720de572bcb..000000000000
--- a/www-servers/spawn-fcgi/spawn-fcgi-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.1-r1.ebuild,v 1.6 2009/05/02 13:03:12 armin76 Exp $
-
-EAPI="2"
-
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!<=www-servers/lighttpd-1.4.20
- !<=www-servers/cherokee-0.98.1"
-
-src_install() {
- emake DESTDIR="${D}" install || die 'install failed'
- dodoc README NEWS
-
- newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi
- newinitd "${FILESDIR}"/spawn-fcgi.initd spawn-fcgi
- #pidfile dir
- keepdir /var/run/spawn-fcgi
- fperms 0700 /var/run/spawn-fcgi
-}
diff --git a/www-servers/spawn-fcgi/spawn-fcgi-1.6.2.ebuild b/www-servers/spawn-fcgi/spawn-fcgi-1.6.2.ebuild
deleted file mode 100644
index 660c3e736d14..000000000000
--- a/www-servers/spawn-fcgi/spawn-fcgi-1.6.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/spawn-fcgi-1.6.2.ebuild,v 1.5 2009/05/14 18:45:25 jer Exp $
-
-EAPI="2"
-
-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"
-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 || die 'install failed'
- dodoc README NEWS
-
- newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi
- newinitd "${FILESDIR}"/spawn-fcgi.initd spawn-fcgi
- #pidfile dir
- keepdir /var/run/spawn-fcgi
- fperms 0700 /var/run/spawn-fcgi
-}