summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-17 14:22:00 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-17 14:22:00 +0200
commit8908cd2080c4717d4a399bc1297a49a237d15fbe (patch)
tree289e89d7896198ee7cbf27ed87e784881e30aaa5
parentwww-apache/mod_depends: Remove last-rited pkg (diff)
downloadgentoo-8908cd2080c4717d4a399bc1297a49a237d15fbe.tar.gz
gentoo-8908cd2080c4717d4a399bc1297a49a237d15fbe.tar.bz2
gentoo-8908cd2080c4717d4a399bc1297a49a237d15fbe.zip
www-apache/mod_dnsbl_lookup: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--www-apache/mod_dnsbl_lookup/Manifest1
-rw-r--r--www-apache/mod_dnsbl_lookup/files/09_mod_dnsbl_lookup.conf7
-rw-r--r--www-apache/mod_dnsbl_lookup/metadata.xml5
-rw-r--r--www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild30
5 files changed, 0 insertions, 44 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 8d14fe729d9f..07d9acad5eb1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -453,7 +453,6 @@ sys-boot/systemrescuecd-x86-grub
# Michał Górny <mgorny@gentoo.org> (2019-09-17)
# Unmaintained EAPI 0 Apache modules + mod_access_dnsbl as a revdep.
# Removal in 30 days. Bug #694608.
-www-apache/mod_dnsbl_lookup
www-apache/mod_flvx
www-apache/mod_geoip2
www-apache/mod_macro
diff --git a/www-apache/mod_dnsbl_lookup/Manifest b/www-apache/mod_dnsbl_lookup/Manifest
deleted file mode 100644
index e35732bb1b5d..000000000000
--- a/www-apache/mod_dnsbl_lookup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_dnsbl_lookup-0.91.tar.gz 7344 BLAKE2B 9185e0196b1d0c21c7b8bdcff9a50758ffcd2ef6437c6f2a60f2ba235954c095ac513cb939ad60a3fcf6d1f4d2bf895894f7d94c4536e11689722622f58563a5 SHA512 18213d40d14aaadd72ef3d84a1408ba384596e71fb3821a7ad882f82eecbac7e06ce476943a12692446f04d96cbb668c36ff59da4e6a600384e17537b5389948
diff --git a/www-apache/mod_dnsbl_lookup/files/09_mod_dnsbl_lookup.conf b/www-apache/mod_dnsbl_lookup/files/09_mod_dnsbl_lookup.conf
deleted file mode 100644
index ae944d34c1a4..000000000000
--- a/www-apache/mod_dnsbl_lookup/files/09_mod_dnsbl_lookup.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-<IfDefine DNSBL>
-LoadModule dnsbl_lookup_module modules/mod_dnsbl_lookup.so
-DNSBLZone spammers dnsbl.ahbl.org any
-DNSBLZone spammers sbl.spamhaus.org any
-</IfDefine>
-
-# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_dnsbl_lookup/metadata.xml b/www-apache/mod_dnsbl_lookup/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/www-apache/mod_dnsbl_lookup/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_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild b/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild
deleted file mode 100644
index 3be3ef136ba4..000000000000
--- a/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit apache-module eutils
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A helper module for Apache2 providing DNSBL lookup"
-HOMEPAGE="http://www.sysdesign.ca"
-SRC_URI="http://www.sysdesign.ca/archive/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="09_${PN}"
-APACHE2_MOD_DEFINE="DNSBL"
-
-need_apache2
-
-src_install() {
- apache-module_src_install
- insinto $(${APXS} -q INCLUDEDIR)
- doins dnsbl_lookup.h
-}