summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2012-07-25 15:10:21 +0000
committerJeremy Olexa <darkside@gentoo.org>2012-07-25 15:10:21 +0000
commitccba6f8c205075862288d3c00e2092ece2cece22 (patch)
tree088b9632dadd6efd4bb0b274730aa0b5ab901ce1 /www-misc
parentAvoid bogous QA warning. #423103 (diff)
downloadgentoo-2-ccba6f8c205075862288d3c00e2092ece2cece22.tar.gz
gentoo-2-ccba6f8c205075862288d3c00e2092ece2cece22.tar.bz2
gentoo-2-ccba6f8c205075862288d3c00e2092ece2cece22.zip
Fix fetch failure, cannot do a SRC_URI arrow from mirror://gentoo. Remove old version
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/fcgiwrap/ChangeLog7
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild6
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild48
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-9999.ebuild8
4 files changed, 13 insertions, 56 deletions
diff --git a/www-misc/fcgiwrap/ChangeLog b/www-misc/fcgiwrap/ChangeLog
index f3e2d1980f00..deeb0629a1b4 100644
--- a/www-misc/fcgiwrap/ChangeLog
+++ b/www-misc/fcgiwrap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-misc/fcgiwrap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.10 2012/02/16 19:00:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/ChangeLog,v 1.11 2012/07/25 15:10:21 darkside Exp $
+
+ 25 Jul 2012; Jeremy Olexa <darkside@gentoo.org> -fcgiwrap-1.0.3.ebuild,
+ fcgiwrap-1.0.3-r1.ebuild, fcgiwrap-9999.ebuild:
+ Fix fetch failure, cannot do a SRC_URI arrow from mirror://gentoo. Remove old
+ version
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
fcgiwrap-1.0.3-r1.ebuild:
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
index c7137d16cd5b..307182a712ff 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# 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.3 2012/02/16 19:00:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3-r1.ebuild,v 1.4 2012/07/25 15:10:21 darkside Exp $
EAPI="4"
@@ -19,9 +19,9 @@ if [[ ${PV} == *9999* ]]; then
KEYWORDS=""
else
- MY_REV="58ec209"
+ #MY_REV="58ec209"
#SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
- SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="mirror://gentoo/${P}.tar.gz"
S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
KEYWORDS="amd64 x86"
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild
deleted file mode 100644
index 879a536a1e71..000000000000
--- a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 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.ebuild,v 1.5 2011/10/04 11:01:35 nativemad Exp $
-
-EAPI="3"
-
-[[ ${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/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
-
- KEYWORDS="amd64 x86"
-fi
-
-DEPEND="dev-libs/fcgi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
- -i Makefile.in || die "sed failed"
-
- eautoreconf
-}
-
-src_install() {
- einstall DESTDIR="${D}"
-
- dodoc README.rst
-}
-
-pkg_postinst() {
- einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.'
-}
diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
index b81118205017..5b0c5512d7e1 100644
--- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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-9999.ebuild,v 1.3 2011/10/01 07:54:00 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-9999.ebuild,v 1.4 2012/07/25 15:10:21 darkside Exp $
EAPI="4"
@@ -19,9 +19,9 @@ if [[ ${PV} == *9999* ]]; then
KEYWORDS=""
else
- MY_REV="58ec209"
+ #MY_REV="58ec209"
#SRC_URI="http://download.github.com/gnosek-${P}-4-g${MY_REV}.tar.gz"
- SRC_URI="mirror://gentoo/gnosek-${P}-4-g${MY_REV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="mirror://gentoo/${P}.tar.gz"
S="${WORKDIR}/gnosek-${PN}-${MY_REV}"
KEYWORDS="~amd64 ~x86"