diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:03:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:03:34 +0200 |
commit | ececf487d57648e81f1d9b72384e7ef8a570f87c (patch) | |
tree | 5c9a242a87f454db09c07c80e82c024bcaf22878 /www-apps/scgi | |
parent | www-apache/mod_scgi: Remove last-rited pkg (diff) | |
download | gentoo-ececf487d57648e81f1d9b72384e7ef8a570f87c.tar.gz gentoo-ececf487d57648e81f1d9b72384e7ef8a570f87c.tar.bz2 gentoo-ececf487d57648e81f1d9b72384e7ef8a570f87c.zip |
www-apps/scgi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735504
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/scgi')
-rw-r--r-- | www-apps/scgi/Manifest | 1 | ||||
-rw-r--r-- | www-apps/scgi/metadata.xml | 5 | ||||
-rw-r--r-- | www-apps/scgi/scgi-1.14-r1.ebuild | 25 |
3 files changed, 0 insertions, 31 deletions
diff --git a/www-apps/scgi/Manifest b/www-apps/scgi/Manifest deleted file mode 100644 index 460c31adcc43..000000000000 --- a/www-apps/scgi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scgi-1.14.tar.gz 29406 BLAKE2B 46bf75f9971f8801ae0244bd43ae85730f8c48cc437381937d16f8f7e143302472c4e9e4bf8ce52b1a9732fc77449b95a8f03b785b0c08c48e3a6dc53079ab5a SHA512 148986aab3a5579b7dd7d15583990844149b799df32221b4d2c354b11361f79727087d63ddd54227d2aae937253997774e521606c7baea6b808b9efef025a01a diff --git a/www-apps/scgi/metadata.xml b/www-apps/scgi/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apps/scgi/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> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/www-apps/scgi/scgi-1.14-r1.ebuild b/www-apps/scgi/scgi-1.14-r1.ebuild deleted file mode 100644 index e9b9c77950a1..000000000000 --- a/www-apps/scgi/scgi-1.14-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Python package for implementing SCGI servers" -HOMEPAGE="https://pypi.org/project/scgi/ http://python.ca/scgi/ http://www.mems-exchange.org/software/scgi/" -SRC_URI="http://python.ca/scgi/releases/${P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_postinst() { - elog "This package does not install mod_scgi!" - elog "Please install www-apache/mod_scgi if you need it." -} |