www-apache/mod_xml2enc: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:35:42 +0000 (23:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:35:42 +0000 (23:35 +0100)
Closes: https://bugs.gentoo.org/680768
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apache/mod_xml2enc/Manifest [deleted file]
www-apache/mod_xml2enc/files/26_mod_xml2enc.conf [deleted file]
www-apache/mod_xml2enc/metadata.xml [deleted file]
www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild [deleted file]
www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild [deleted file]

index 2e4d38ff16052496856e93429dde09ffb46d0006..c77f4af36981e16273571906e3ae5018a9405d78 100644 (file)
@@ -356,11 +356,6 @@ mail-mta/qmail-ldap
 # Removal in 30 days.  Bug #696916.
 net-im/openfire
 
-# Michał Górny <mgorny@gentoo.org> (2019-10-05)
-# Apparently included in apache-2.4, rendering split package obsolete.
-# Removal in 30 days.  Bug #680768.
-www-apache/mod_xml2enc
-
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)
 # Unmaintained, EAPI 0 packages.  No reverse dependencies.  If you want
 # them to stay, please port them to EAPI 7, and preferably become
diff --git a/www-apache/mod_xml2enc/Manifest b/www-apache/mod_xml2enc/Manifest
deleted file mode 100644 (file)
index a4b7b6d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST mod_xml2enc-1.0.4.c 22380 BLAKE2B 471464f28f1825e113ad935d2ad765e41a9468e4aecdebc325eabec532b19f0f56459da4a9e1d0f5465caa055aec592c35a3a4866923a3c71efeedc9669531b9 SHA512 b38d81ff419e9c00e302eb555715181cf2157af2d15a15b86d34f948c0c2f55de237234a24140b9fc2c1d3d46d688c4e9c4ab74af34b451677224a30b1b08582
-DIST mod_xml2enc-1.0.4.h 1479 BLAKE2B 7e86c6dc071a69a271091aa01b9c9f57ced92b008708acbf9797c184fbbeb3bcd13d1a3704f1a913741f9f0b8c57e0b3cacfd1f470d9da5dbc18818cbad2d32d SHA512 01961c3f788ad4a53c2c8f4d9ddebb0333e75b8589df0ab0eb80b53ce781fa5d34b7908d082feeedc7d8a8582a8b798af26b9af107423dad99b83df5c6d5e7d3
-DIST mod_xml2enc.c 22380 BLAKE2B 471464f28f1825e113ad935d2ad765e41a9468e4aecdebc325eabec532b19f0f56459da4a9e1d0f5465caa055aec592c35a3a4866923a3c71efeedc9669531b9 SHA512 b38d81ff419e9c00e302eb555715181cf2157af2d15a15b86d34f948c0c2f55de237234a24140b9fc2c1d3d46d688c4e9c4ab74af34b451677224a30b1b08582
-DIST mod_xml2enc.h 1479 BLAKE2B 7e86c6dc071a69a271091aa01b9c9f57ced92b008708acbf9797c184fbbeb3bcd13d1a3704f1a913741f9f0b8c57e0b3cacfd1f470d9da5dbc18818cbad2d32d SHA512 01961c3f788ad4a53c2c8f4d9ddebb0333e75b8589df0ab0eb80b53ce781fa5d34b7908d082feeedc7d8a8582a8b798af26b9af107423dad99b83df5c6d5e7d3
diff --git a/www-apache/mod_xml2enc/files/26_mod_xml2enc.conf b/www-apache/mod_xml2enc/files/26_mod_xml2enc.conf
deleted file mode 100644 (file)
index 1bb394d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<IfDefine XML2ENC>
-LoadFile /usr/lib/libxml2.so
-LoadModule xml2enc_module modules/mod_xml2enc.so
-</IfDefine>
diff --git a/www-apache/mod_xml2enc/metadata.xml b/www-apache/mod_xml2enc/metadata.xml
deleted file mode 100644 (file)
index 2d55fbf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>russell@annunaki2k2.co.uk</email>
-               <name>Russell Knighton</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-</pkgmetadata>
diff --git a/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild b/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild
deleted file mode 100644 (file)
index 88af437..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit apache-module
-
-DESCRIPTION="An Apache2 module to provide libxml2 encoding"
-HOMEPAGE="http://apache.webthing.com/mod_xml2enc/"
-SRC_URI="http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h
-       http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="app-arch/bzip2
-       dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-
-#APACHE2_MOD_CONF="27_${PN}"
-#APACHE2_MOD_DEFINE="XML2ENC"
-
-need_apache2
-
-S="${WORKDIR}"/${PN}
-
-src_unpack() {
-       mkdir "${WORKDIR}"/${PN}
-       cp "${DISTDIR}/mod_xml2enc.h" "${WORKDIR}"/${PN}
-       cp "${DISTDIR}/mod_xml2enc.c" "${WORKDIR}"/${PN}
-}
-
-src_compile() {
-       APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
-       apache-module_src_compile
-}
diff --git a/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild b/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild
deleted file mode 100644 (file)
index e992c4e..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit apache-module
-
-DESCRIPTION="An Apache2 module to provide libxml2 encoding"
-HOMEPAGE="http://apache.webthing.com/mod_xml2enc/"
-SRC_URI="http://apache.webthing.com/svn/apache/filters/${PN}.h -> ${P}.h
-       http://apache.webthing.com/svn/apache/filters/${PN}.c -> ${P}.c"
-RESTRICT="mirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="26_${PN}"
-APACHE2_MOD_DEFINE="XML2ENC"
-
-need_apache2
-
-S="${WORKDIR}"/${PN}
-
-src_unpack() {
-       mkdir "${WORKDIR}"/${PN} || die
-       cp "${DISTDIR}/${P}.h" "${WORKDIR}/${PN}/${PN}.h" || die
-       cp "${DISTDIR}/${P}.c" "${WORKDIR}/${PN}/${PN}.c" || die
-}
-
-src_compile() {
-       APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
-       apache-module_src_compile
-}