commit:     6657ab83db4d2c22d910ff9207944f64b9e933e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 12:29:44 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 12:29:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6657ab83

www-apache/mod_diagnostics: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693938
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 -----
 www-apache/mod_diagnostics/Manifest                |  1 -
 .../mod_diagnostics/files/20_mod_diagnostics.conf  |  5 ----
 www-apache/mod_diagnostics/metadata.xml            |  5 ----
 .../mod_diagnostics/mod_diagnostics-0.0.1.ebuild   | 28 ----------------------
 5 files changed, 45 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c96c6f223d3..7b1a7cafe3a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -809,12 +809,6 @@ www-apps/metadot
 # Removal in 30 days.  Bug #693940.
 www-apps/browser-config
 
-# Michał Górny <mgo...@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 <polynomia...@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

diff --git a/www-apache/mod_diagnostics/Manifest 
b/www-apache/mod_diagnostics/Manifest
deleted file mode 100644
index 46c7176e1bb..00000000000
--- a/www-apache/mod_diagnostics/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_diagnostics-0.0.1.c 6373 BLAKE2B 
4cc76a6abaef0eadfa6f6e1ba2d5c6852b6d73da0d17593b676e5112b855d9357754aef79b1a84bcfc279f7cf6056c84da8b6881bdac0ac822403d4e71852dd7
 SHA512 
b6f6498f70e37279508ca732aa3bbeb7180175ac35f16cfb88fa2c7558edec64b1cc3659b4516909888119f7984d51a98cadc9ef07480fdff5eac72174e8835b

diff --git a/www-apache/mod_diagnostics/files/20_mod_diagnostics.conf 
b/www-apache/mod_diagnostics/files/20_mod_diagnostics.conf
deleted file mode 100644
index 7600654ea7f..00000000000
--- a/www-apache/mod_diagnostics/files/20_mod_diagnostics.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-<IfDefine DIAGNOSTICS>
-LoadModule diagnostic_filter_module modules/mod_diagnostics.so
-</IfDefine>
-
-# vim: ts=4 filetype=apache

diff --git a/www-apache/mod_diagnostics/metadata.xml 
b/www-apache/mod_diagnostics/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/www-apache/mod_diagnostics/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-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild 
b/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild
deleted file mode 100644
index a76bbf3ee64..00000000000
--- a/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild
+++ /dev/null
@@ -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"
-}

Reply via email to