www-apache/mod_diagnostics: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693938
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-10 14:29:44 +02:00
parent ff54adafb2
commit 6657ab83db
5 changed files with 0 additions and 45 deletions

View File

@@ -809,12 +809,6 @@ www-apps/metadot
# Removal in 30 days. Bug #693940.
www-apps/browser-config
# Michał Górny <mgorny@gentoo.org> (2019-09-09)
# Unmaintained. Added in 2005. Last upstream update in 2003. EAPI 0.
# No amd64 keyword.
# Removal in 30 days. Bug #693938.
www-apache/mod_diagnostics
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.

View File

@@ -1 +0,0 @@
DIST mod_diagnostics-0.0.1.c 6373 BLAKE2B 4cc76a6abaef0eadfa6f6e1ba2d5c6852b6d73da0d17593b676e5112b855d9357754aef79b1a84bcfc279f7cf6056c84da8b6881bdac0ac822403d4e71852dd7 SHA512 b6f6498f70e37279508ca732aa3bbeb7180175ac35f16cfb88fa2c7558edec64b1cc3659b4516909888119f7984d51a98cadc9ef07480fdff5eac72174e8835b

View File

@@ -1,5 +0,0 @@
<IfDefine DIAGNOSTICS>
LoadModule diagnostic_filter_module modules/mod_diagnostics.so
</IfDefine>
# vim: ts=4 filetype=apache

View File

@@ -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>

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
inherit apache-module
KEYWORDS="x86"
DESCRIPTION="An Apache2 module which can do debugging of modules in the Apache2 Filter Chain"
HOMEPAGE="http://apache.webthing.com/mod_diagnostics/"
SRC_URI="mirror://gentoo/${P}.c"
LICENSE="Apache-1.1"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
APACHE2_MOD_CONF="20_${PN}"
APACHE2_MOD_DEFINE="DIAGNOSTICS"
need_apache2
src_unpack() {
mkdir -p "${S}" || die "mkdir S failed"
cp -f "${DISTDIR}/${P}.c" "${S}/${PN}.c" || die "source copy failed"
}