summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-10-03 03:51:46 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-10-03 03:51:46 +0000
commit7e8b7d269fee311c5937a31f03606f5e60caac6c (patch)
tree27a5e70f70416e5030edc9c93cb035b686714661 /net-www
parentstable on x86. (diff)
downloadgentoo-2-7e8b7d269fee311c5937a31f03606f5e60caac6c.tar.gz
gentoo-2-7e8b7d269fee311c5937a31f03606f5e60caac6c.tar.bz2
gentoo-2-7e8b7d269fee311c5937a31f03606f5e60caac6c.zip
Add ugly hack so that this package makes it into the cache. See bug 107467
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_fastcgi/Manifest20
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild10
-rw-r--r--net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild10
-rw-r--r--net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild4
4 files changed, 25 insertions, 19 deletions
diff --git a/net-www/mod_fastcgi/Manifest b/net-www/mod_fastcgi/Manifest
index 312adb657ea4..e334a5aa570f 100644
--- a/net-www/mod_fastcgi/Manifest
+++ b/net-www/mod_fastcgi/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 cb6063cf3810678d94831864b3fc7118 mod_fastcgi-2.4.2.ebuild 2973
-MD5 793b90d19b427059cbd8d5afc9ad6ae7 mod_fastcgi-2.4.2-r1.ebuild 851
MD5 2ccc8b0e692ffce7704d575a6631e14b ChangeLog 2072
MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226
-MD5 c28c5986e00f82855ecbd1887f1cd72b files/digest-mod_fastcgi-2.4.2 68
-MD5 c28c5986e00f82855ecbd1887f1cd72b files/digest-mod_fastcgi-2.4.2-r1 68
+MD5 2510d05b71f61ef910e58b82fc65da34 mod_fastcgi-2.4.2.ebuild 3200
+MD5 793b90d19b427059cbd8d5afc9ad6ae7 mod_fastcgi-2.4.2-r1.ebuild 851
MD5 f91641961f208de56af9e453c8cf414c files/20_mod_fastcgi.conf 221
-MD5 60fafe97f43e4a2c2a38c4423b6b3958 files/mod_fastcgi.conf 92
MD5 e243c356a4eb728bb4372c4f99296d37 files/Makefile-2.4.0 436
+MD5 c28c5986e00f82855ecbd1887f1cd72b files/digest-mod_fastcgi-2.4.2 68
+MD5 60fafe97f43e4a2c2a38c4423b6b3958 files/mod_fastcgi.conf 92
+MD5 c28c5986e00f82855ecbd1887f1cd72b files/digest-mod_fastcgi-2.4.2-r1 68
MD5 de79c0397228d06bdfd6fdb48ded2ea8 files/2.4.2-r1/20_mod_fastcgi.conf 200
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDQDrJQlM6RnzZP+IRAgW0AKCRBUwHTv3Sm0JSxvimWOl6HtWYlgCcDDb1
-BjHo9vJKrDepVC0u0cgv9NU=
-=6r0Z
------END PGP SIGNATURE-----
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
index f0fe24837821..e073fce7b979 100644
--- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
+++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
@@ -1,12 +1,20 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.9 2005/01/16 11:54:27 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.10 2005/10/03 03:49:10 vericgar Exp $
DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs."
KEYWORDS="x86 ppc ~amd64"
IUSE="apache2"
detectapache() {
+ # DO NOT REPLICATE THIS IN ANY OTHER PACKAGE WITHOUT PORTAGE DEVS PERMISSION
+ # IT IS BROKEN AND A TEMPORARY MEASURE!
+ # YOU'VE BEEN WARNED.
+ if [[ ${EBUILD_PHASE/depend} != ${EBUILD_PHASE} ]]; then
+ APACHEVER=1
+ return
+ fi
+
local domsg=
[ -n "$1" ] && domsg=1
HAVE_APACHE1=
diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild
index d68cb5e5b55d..17c4ab67b889 100644
--- a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild
+++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild
@@ -1,10 +1,18 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.13 2005/07/10 19:52:28 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.14 2005/10/03 03:51:46 vericgar Exp $
inherit eutils
detectapache() {
+ # DO NOT REPLICATE THIS IN ANY OTHER PACKAGE WITHOUT PORTAGE DEVS PERMISSION
+ # IT IS BROKEN AND A TEMPORARY MEASURE!
+ # YOU'VE BEEN WARNED.
+ if [[ ${EBUILD_PHASE/depend} != ${EBUILD_PHASE} ]]; then
+ APACHEVER=1
+ return
+ fi
+
local domsg=
[ -n "$1" ] && domsg=1
HAVE_APACHE1=
diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
index a8953f71fc68..ae66a605ae30 100644
--- a/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
+++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild,v 1.3 2005/02/25 12:27:33 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.2.ebuild,v 1.4 2005/10/03 03:51:46 vericgar Exp $
inherit eutils apache-module
DESCRIPTION="An Apache module to talk to Zope Corporation's PCGI"
-HOMEPAGE="http://www.zope.org/Members/phd/${PN}/"
+HOMEPAGE="http://www.zope.org/Members/phd/mod_pcgi2/"
SRC_URI="http://zope.org/Members/phd/${PN}/${PN}/${P}-src.tar.gz"
LICENSE="GPL-2"