Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, www-apps/pcgi/
Date: Mon, 30 Sep 2019 15:42:53
Message-Id: 1569858072.93da628fc25b770893bd00acf08a7b38adf1cceb.mgorny@gentoo
1 commit: 93da628fc25b770893bd00acf08a7b38adf1cceb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 15:41:12 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 15:41:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93da628f
7
8 www-apps/pcgi: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693186
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 6 -----
14 www-apps/pcgi/Manifest | 2 --
15 www-apps/pcgi/metadata.xml | 8 ------
16 www-apps/pcgi/pcgi-2.0_alpha5.ebuild | 49 ------------------------------------
17 4 files changed, 65 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 475793761d6..f017445f2ad 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -1105,12 +1105,6 @@ games-strategy/netpanzer
24 # Removal in 30 days. Bug #693256.
25 dev-embedded/jtag
26
27 -# Michał Górny <mgorny@g.o> (2019-08-31)
28 -# Unmaintained. EAPI 0 ebuilds with multiple QA issues. Last release
29 -# added in 2003. Upstream removed all traces of it.
30 -# Removal in 30 days. Bug #693186.
31 -www-apps/pcgi
32 -
33 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
34 # Depends on >=virtual/{jdk,jre}-11 which is masked
35 =www-servers/tomcat-9.0.24
36
37 diff --git a/www-apps/pcgi/Manifest b/www-apps/pcgi/Manifest
38 deleted file mode 100644
39 index ace59010778..00000000000
40 --- a/www-apps/pcgi/Manifest
41 +++ /dev/null
42 @@ -1,2 +0,0 @@
43 -DIST PCGI-HOWTO-1998-08-13.html.bz2 6483 BLAKE2B 1283503a0474ad4098a9371842b9db6db5d20cd78952d1ddf79cdd2e2f7e37fe17553bc12f635026b45ef36512fb0d2bd3dbaa2590be0796d00a0854d30b6335 SHA512 8b86e0c166055492564ee919d8f983f8f9df7927aac63f9f63068f5dd837a675c3b230801763d2623401095515fe138b5c9ab222d972bbbcedce36ad1b576d16
44 -DIST Zope-2.6.1-src.tgz 2318685 BLAKE2B 7be409216124479b0baa1c079bc5f41ed7c5f87318a9f814af9d63b0b87fe51756531dde8b4ba7cb4155f29aaf5c39fe82c4f1bb3a7f8586ab3f149798dae842 SHA512 b714c533f818cbc16bd6c5f899049a4f214d5aad06a98f822f886a33fd5636b416cf8e944757f4a50d39daaac482e2af24dcaf4bc0ab795b9e9d25c961525451
45
46 diff --git a/www-apps/pcgi/metadata.xml b/www-apps/pcgi/metadata.xml
47 deleted file mode 100644
48 index f2f2ba9e282..00000000000
49 --- a/www-apps/pcgi/metadata.xml
50 +++ /dev/null
51 @@ -1,8 +0,0 @@
52 -<?xml version="1.0" encoding="UTF-8"?>
53 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 -<pkgmetadata>
55 -<maintainer type="project">
56 - <email>web-apps@g.o</email>
57 - <name>Gentoo Webapps</name>
58 -</maintainer>
59 -</pkgmetadata>
60
61 diff --git a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
62 deleted file mode 100644
63 index 788a90272d6..00000000000
64 --- a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
65 +++ /dev/null
66 @@ -1,49 +0,0 @@
67 -# Copyright 1999-2019 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=0
71 -
72 -# this package is ONLY available inside the Zope tarball!!!
73 -ZOPE_PV=2.6.1
74 -ZOPE_P=Zope-${ZOPE_PV}-src
75 -S="${WORKDIR}/${ZOPE_P}/pcgi"
76 -
77 -# the only real docs about it are on the author's homepage
78 -# the html.bz2 file is a copy of http://starship.python.net/crew/jbauer/persistcgi/howto/index.html, renamed.
79 -# this is specifically done as every link I have seen is to the old URL of the
80 -# author
81 -DOCDATE="1998-08-13"
82 -
83 -MY_PV="${PV/_alpha/a}"
84 -
85 -DESCRIPTION="Jeff Bauer's Persistent CGI"
86 -HOMEPAGE="http://starship.python.net/crew/jbauer/persistcgi/"
87 -SRC_URI="http://www.zope.org/Products/Zope/${ZOPE_PV}/${ZOPE_P}.tgz
88 - mirror://gentoo/PCGI-HOWTO-${DOCDATE}.html.bz2"
89 -LICENSE="ZPL"
90 -SLOT="0"
91 -KEYWORDS="~ppc ~x86"
92 -IUSE=""
93 -DEPEND="${DEPEND}"
94 -RDEPEND="${RDEPEND}
95 - dev-lang/python"
96 -
97 -src_compile() {
98 - econf || die "econf failed"
99 - emake all creosote || die "emake failed"
100 -}
101 -
102 -src_install() {
103 - into /usr
104 - dodir /usr/bin
105 - dodoc ${WORKDIR}/CGI-HOWTO-1998-08-13.html
106 - newbin pcgi-wrapper pcgi-wrapper${MY_PV}
107 - dosym /usr/bin/pcgi-wrapper${MY_PV} /usr/bin/pcgi-wrapper
108 - dodoc MrCreosote/README.MrCreosote README Test/README.parseinfo
109 - newdoc Util/README README.Util
110 - dobin MrCreosote/pcgi-creosote MrCreosote/creosote.py
111 - dobin Util/killpcgi.py Util/pcgifile.py
112 - dobin pcgi_publisher.py
113 - newbin Test/parseinfo pcgi-parseinfo
114 - cp -pPR Example ${D}/usr/share/doc/${PF}/
115 -}