summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild')
-rw-r--r--www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild28
1 files changed, 0 insertions, 28 deletions
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 a76bbf3ee643..000000000000
--- 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"
-}