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/scgi/
Date: Wed, 02 Sep 2020 08:06:32
Message-Id: 1599033814.ececf487d57648e81f1d9b72384e7ef8a570f87c.mgorny@gentoo
1 commit: ececf487d57648e81f1d9b72384e7ef8a570f87c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:03:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 08:03:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ececf487
7
8 www-apps/scgi: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735504
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 5 -----
14 www-apps/scgi/Manifest | 1 -
15 www-apps/scgi/metadata.xml | 5 -----
16 www-apps/scgi/scgi-1.14-r1.ebuild | 25 -------------------------
17 4 files changed, 36 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index b8d41fd36d8..100928116c0 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -734,11 +734,6 @@ app-accessibility/SphinxTrain
24 app-accessibility/sphinx3
25 app-accessibility/sphinxbase
26
27 -# Aaron Bauman <bman@g.o> (2020-08-01)
28 -# Py2 only. Upstream has py3 versions
29 -# m-n. Removal in 30 days.
30 -www-apps/scgi
31 -
32 # Aaron Bauman <bman@g.o> (2020-08-01)
33 # Py2 only. Last upstream release 2013.
34 # Removal in 30 days. Last 2 have deps on cddb.
35
36 diff --git a/www-apps/scgi/Manifest b/www-apps/scgi/Manifest
37 deleted file mode 100644
38 index 460c31adcc4..00000000000
39 --- a/www-apps/scgi/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST scgi-1.14.tar.gz 29406 BLAKE2B 46bf75f9971f8801ae0244bd43ae85730f8c48cc437381937d16f8f7e143302472c4e9e4bf8ce52b1a9732fc77449b95a8f03b785b0c08c48e3a6dc53079ab5a SHA512 148986aab3a5579b7dd7d15583990844149b799df32221b4d2c354b11361f79727087d63ddd54227d2aae937253997774e521606c7baea6b808b9efef025a01a
43
44 diff --git a/www-apps/scgi/metadata.xml b/www-apps/scgi/metadata.xml
45 deleted file mode 100644
46 index 6f49eba8f49..00000000000
47 --- a/www-apps/scgi/metadata.xml
48 +++ /dev/null
49 @@ -1,5 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 -<!-- maintainer-needed -->
54 -</pkgmetadata>
55
56 diff --git a/www-apps/scgi/scgi-1.14-r1.ebuild b/www-apps/scgi/scgi-1.14-r1.ebuild
57 deleted file mode 100644
58 index e9b9c77950a..00000000000
59 --- a/www-apps/scgi/scgi-1.14-r1.ebuild
60 +++ /dev/null
61 @@ -1,25 +0,0 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 -# Distributed under the terms of the GNU General Public License v2
64 -
65 -EAPI=6
66 -
67 -PYTHON_COMPAT=( python2_7 )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="A Python package for implementing SCGI servers"
72 -HOMEPAGE="https://pypi.org/project/scgi/ http://python.ca/scgi/ http://www.mems-exchange.org/software/scgi/"
73 -SRC_URI="http://python.ca/scgi/releases/${P}.tar.gz"
74 -
75 -LICENSE="CNRI"
76 -SLOT="0"
77 -KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
78 -IUSE=""
79 -
80 -DEPEND=""
81 -RDEPEND=""
82 -
83 -pkg_postinst() {
84 - elog "This package does not install mod_scgi!"
85 - elog "Please install www-apache/mod_scgi if you need it."
86 -}