summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-19 22:54:18 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-19 22:54:18 +0000
commite86b3c2016f7c1e7c86921485a582b7021525f43 (patch)
treea1806c495374241a4a9fb4b38374ae0d858e9524 /www-misc
parentRemove old. (diff)
downloadgentoo-2-e86b3c2016f7c1e7c86921485a582b7021525f43.tar.gz
gentoo-2-e86b3c2016f7c1e7c86921485a582b7021525f43.tar.bz2
gentoo-2-e86b3c2016f7c1e7c86921485a582b7021525f43.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/fcgiwrap/ChangeLog8
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild44
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-1.1.0.ebuild41
3 files changed, 6 insertions, 87 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog
index 6d03692e1b78..0e706b5875e8 100644
--- a/www-misc/fcgiwrap/ChangeLog
+++ b/www-misc/fcgiwrap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/fcgiwrap
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.20 2014/10/23 19:46:50 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.21 2015/04/19 22:54:18 mrueg Exp $
+
+ 19 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -fcgiwrap-1.0.3-r1.ebuild,
+ -fcgiwrap-1.1.0.ebuild:
+ Remove old.
23 Oct 2014; Markus Meier <maekke@gentoo.org> fcgiwrap-1.1.0-r1.ebuild:
add ~arm, bug #525066
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
deleted file mode 100644
index 87f63acdd84b..000000000000
--- a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.5 2012/12/31 08:04:29 darkside Exp $
-
-EAPI="4"
-
-[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS=""
-inherit autotools ${VCS_ECLASS}
-
-DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"
-HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
-
- KEYWORDS=""
-else
- MY_REV="58ec209"
- #SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
- SRC_URI="mirror://gentoo/${P}.tar.gz"
- S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
-
- KEYWORDS="amd64 x86"
-fi
-
-DEPEND="dev-libs/fcgi"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.rst )
-
-src_prepare() {
- sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
- -i Makefile.in || die "sed failed"
-
- eautoreconf
-}
-
-pkg_postinst() {
- einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.'
-}
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0.ebuild
deleted file mode 100644
index 72815c9626fa..000000000000
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.1.0.ebuild,v 1.1 2013/02/18 19:10:11 hwoarang Exp $
-
-EAPI="4"
-
-[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS=""
-inherit autotools toolchain-funcs ${VCS_ECLASS}
-
-DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"
-HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-if [[ ${PV} == *9999* ]]; then
- EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
-
- KEYWORDS=""
-else
- SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="dev-libs/fcgi"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( README.rst )
-
-src_prepare() {
- sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
- -i Makefile.in || die "sed failed"
- tc-export CC
- eautoreconf
-}
-
-pkg_postinst() {
- einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.'
-}