summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:35:42 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:35:42 +0100
commit1fa603c69dbde1a11389900635c6e60f4250096c (patch)
treea49117d84fcc3d8aae6f34e9686f4dd690713739 /www-apache
parentsys-block/iscsitarget: Remove last-rited pkg (diff)
downloadgentoo-1fa603c69dbde1a11389900635c6e60f4250096c.tar.gz
gentoo-1fa603c69dbde1a11389900635c6e60f4250096c.tar.bz2
gentoo-1fa603c69dbde1a11389900635c6e60f4250096c.zip
www-apache/mod_xml2enc: Remove last-rited pkg
Closes: https://bugs.gentoo.org/680768 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_xml2enc/Manifest4
-rw-r--r--www-apache/mod_xml2enc/files/26_mod_xml2enc.conf4
-rw-r--r--www-apache/mod_xml2enc/metadata.xml12
-rw-r--r--www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild39
-rw-r--r--www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild37
5 files changed, 0 insertions, 96 deletions
diff --git a/www-apache/mod_xml2enc/Manifest b/www-apache/mod_xml2enc/Manifest
deleted file mode 100644
index a4b7b6d3cbf7..000000000000
--- a/www-apache/mod_xml2enc/Manifest
+++ /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
index 1bb394df8ea6..000000000000
--- a/www-apache/mod_xml2enc/files/26_mod_xml2enc.conf
+++ /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
index 2d55fbf02a57..000000000000
--- a/www-apache/mod_xml2enc/metadata.xml
+++ /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
index 88af437b7e3a..000000000000
--- a/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild
+++ /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
index e992c4e38e7b..000000000000
--- a/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild
+++ /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
-}