diff options
Diffstat (limited to 'net-www/pcgi')
-rw-r--r-- | net-www/pcgi/ChangeLog | 17 | ||||
-rw-r--r-- | net-www/pcgi/Manifest | 4 | ||||
-rw-r--r-- | net-www/pcgi/files/digest-pcgi-2.0_alpha5 | 2 | ||||
-rw-r--r-- | net-www/pcgi/metadata.xml | 5 | ||||
-rw-r--r-- | net-www/pcgi/pcgi-2.0_alpha5.ebuild | 50 |
5 files changed, 0 insertions, 78 deletions
diff --git a/net-www/pcgi/ChangeLog b/net-www/pcgi/ChangeLog deleted file mode 100644 index 846b47ea7925..000000000000 --- a/net-www/pcgi/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for net-www/pcgi -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/pcgi/ChangeLog,v 1.4 2004/07/01 22:48:49 eradicator Exp $ - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> - pcgi-2.0_alpha5.ebuild: - virtual/glibc -> virtual/libc - - 28 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: - update metadata.xml - -*pcgi-2.0_alpha5 (14 Aug 2003) - - 14 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml, - pcgi-2.0_alpha5.ebuild: - initial commit - diff --git a/net-www/pcgi/Manifest b/net-www/pcgi/Manifest deleted file mode 100644 index 040fd2305503..000000000000 --- a/net-www/pcgi/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 28d5132424e436c6fbda7ce2369079f9 ChangeLog 550 -MD5 0c1ffc3eff281366ee07df94a66166e6 metadata.xml 160 -MD5 f188f356a580c65cb5e3eb8bbcd401bd pcgi-2.0_alpha5.ebuild 1591 -MD5 6cdcecf891e772282d2a8a46abcfb09b files/digest-pcgi-2.0_alpha5 137 diff --git a/net-www/pcgi/files/digest-pcgi-2.0_alpha5 b/net-www/pcgi/files/digest-pcgi-2.0_alpha5 deleted file mode 100644 index e9f0d46e7c1c..000000000000 --- a/net-www/pcgi/files/digest-pcgi-2.0_alpha5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 a17f36b86b6e489797d8e52f1ba48efe Zope-2.6.1-src.tgz 2318685 -MD5 b9fa9dd4d8de4e3428974f63360dc679 PCGI-HOWTO-1998-08-13.html.bz2 6483 diff --git a/net-www/pcgi/metadata.xml b/net-www/pcgi/metadata.xml deleted file mode 100644 index 631fc921d87a..000000000000 --- a/net-www/pcgi/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>net-www</herd> -</pkgmetadata> diff --git a/net-www/pcgi/pcgi-2.0_alpha5.ebuild b/net-www/pcgi/pcgi-2.0_alpha5.ebuild deleted file mode 100644 index 6e072c9b5b66..000000000000 --- a/net-www/pcgi/pcgi-2.0_alpha5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/pcgi/pcgi-2.0_alpha5.ebuild,v 1.4 2004/07/01 22:48:49 eradicator Exp $ - -# this package is ONLY available inside the Zope tarball!!! -ZOPE_PV=2.6.1 -ZOPE_P=Zope-${ZOPE_PV}-src -S="${WORKDIR}/${ZOPE_P}/pcgi" - -# the only real docs about it are on the author's homepage -# the html.bz2 file is a copy of http://starship.python.net/crew/jbauer/persistcgi/howto/index.html, renamed. -# this is specifically done as every link I have seen is to the old URL of the -# author -DOCDATE="1998-08-13" - -MY_PV="${PV/_alpha/a}" - -DESCRIPTION="Jeff Bauer's Persistent CGI" -HOMEPAGE="http://starship.python.net/crew/jbauer/persistcgi/" -SRC_URI="http://www.zope.org/Products/Zope/${ZOPE_PV}/${ZOPE_P}.tgz - mirror://gentoo/PCGI-HOWTO-${DOCDATE}.html.bz2" -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="${DEPEND} - virtual/libc" -RDEPEND="${RDEPEND} - virtual/libc - virtual/python" - -src_compile() { - econf || die "econf failed" - emake all creosote || die "emake failed" -} - -src_install() { - into /usr - dodir /usr/bin - dodoc ${WORKDIR}/CGI-HOWTO-1998-08-13.html - newbin pcgi-wrapper pcgi-wrapper${MY_PV} - dosym /usr/bin/pcgi-wrapper${MY_PV} /usr/bin/pcgi-wrapper - dodoc MrCreosote/README.MrCreosote README Test/README.parseinfo - newdoc Util/README README.Util - dobin MrCreosote/pcgi-creosote MrCreosote/creosote.py - dobin Util/killpcgi.py Util/pcgifile.py - dobin pcgi_publisher.py - newbin Test/parseinfo pcgi-parseinfo - cp -ra Example ${D}/usr/share/doc/${PF}/ -} |