www-apps/pcgi: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 30 Sep 2019 15:41:12 +0000 (17:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 30 Sep 2019 15:41:12 +0000 (17:41 +0200)
Closes: https://bugs.gentoo.org/693186
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apps/pcgi/Manifest [deleted file]
www-apps/pcgi/metadata.xml [deleted file]
www-apps/pcgi/pcgi-2.0_alpha5.ebuild [deleted file]

index 475793761d688d80496ae8d77e32e8c25eef6619..f017445f2ad41861c43fc02f70646588d6fd249a 100644 (file)
@@ -1105,12 +1105,6 @@ games-strategy/netpanzer
 # Removal in 30 days.  Bug #693256.
 dev-embedded/jtag
 
-# Michał Górny <mgorny@gentoo.org> (2019-08-31)
-# Unmaintained.  EAPI 0 ebuilds with multiple QA issues.  Last release
-# added in 2003.  Upstream removed all traces of it.
-# Removal in 30 days.  Bug #693186.
-www-apps/pcgi
-
 # Miroslav Šulc <fordfrog@gentoo.org> (2019-08-19)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.24
diff --git a/www-apps/pcgi/Manifest b/www-apps/pcgi/Manifest
deleted file mode 100644 (file)
index ace5901..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST PCGI-HOWTO-1998-08-13.html.bz2 6483 BLAKE2B 1283503a0474ad4098a9371842b9db6db5d20cd78952d1ddf79cdd2e2f7e37fe17553bc12f635026b45ef36512fb0d2bd3dbaa2590be0796d00a0854d30b6335 SHA512 8b86e0c166055492564ee919d8f983f8f9df7927aac63f9f63068f5dd837a675c3b230801763d2623401095515fe138b5c9ab222d972bbbcedce36ad1b576d16
-DIST Zope-2.6.1-src.tgz 2318685 BLAKE2B 7be409216124479b0baa1c079bc5f41ed7c5f87318a9f814af9d63b0b87fe51756531dde8b4ba7cb4155f29aaf5c39fe82c4f1bb3a7f8586ab3f149798dae842 SHA512 b714c533f818cbc16bd6c5f899049a4f214d5aad06a98f822f886a33fd5636b416cf8e944757f4a50d39daaac482e2af24dcaf4bc0ab795b9e9d25c961525451
diff --git a/www-apps/pcgi/metadata.xml b/www-apps/pcgi/metadata.xml
deleted file mode 100644 (file)
index f2f2ba9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>web-apps@gentoo.org</email>
-       <name>Gentoo Webapps</name>
-</maintainer>
-</pkgmetadata>
diff --git a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
deleted file mode 100644 (file)
index 788a902..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-# 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="~ppc ~x86"
-IUSE=""
-DEPEND="${DEPEND}"
-RDEPEND="${RDEPEND}
-       dev-lang/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 -pPR Example ${D}/usr/share/doc/${PF}/
-}