summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-17 14:21:54 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-17 14:21:54 +0200
commitf27012fb44b174b1d90f3310946e7db29fe512c3 (patch)
tree9de35c86b2ec4746fdde2411bad24e36fd9162fc /www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
parentwww-apache/mod_authn_sasl: Remove last-rited pkg (diff)
downloadgentoo-f27012fb44b174b1d90f3310946e7db29fe512c3.tar.gz
gentoo-f27012fb44b174b1d90f3310946e7db29fe512c3.tar.bz2
gentoo-f27012fb44b174b1d90f3310946e7db29fe512c3.zip
www-apache/mod_depends: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild')
-rw-r--r--www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild b/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
deleted file mode 100644
index 3dabf86e352a..000000000000
--- a/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils apache-module
-
-DESCRIPTION="An apache helper module for handling dependencies properly"
-SRC_URI="http://upstream.rm-rf.in/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_depends/"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-APACHE2_MOD_CONF="0.7/09_${PN}"
-APACHE2_MOD_DEFINE="DEPENDS"
-
-need_apache2
-
-src_compile() {
- econf --with-apxs="${APXS}" || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- AP_INCLUDEDIR=$(${APXS} -q INCLUDEDIR)
-
- insinto ${AP_INCLUDEDIR}
- doins include/mod_depends.h || die
-
- mv -v src/.libs/{lib,}mod_depends.so
-
- apache-module_src_install
-}
-
-# vim:ts=4