dev-libs/xmlrpc-epi: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:25:03 +0000 (10:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:26:32 +0000 (10:26 +0200)
Closes: https://bugs.gentoo.org/694240
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/xmlrpc-epi/Manifest [deleted file]
dev-libs/xmlrpc-epi/files/xmlrpc-epi-0.54.2-fix-build-system.patch [deleted file]
dev-libs/xmlrpc-epi/metadata.xml [deleted file]
dev-libs/xmlrpc-epi/xmlrpc-epi-0.54.2.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-libs/xmlrpc-epi/Manifest b/dev-libs/xmlrpc-epi/Manifest
deleted file mode 100644 (file)
index a88f95a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST xmlrpc-epi-0.54.2.tar.bz2 348478 BLAKE2B 43f460445d129def3ca238747598ffd43c51e6d28ac3065bf8e0bc7b888dca77d71960346bd79b9d200d81d17df4f37be39f049f67f356f746b58d5b965c9ddb SHA512 2a8e818bd0eff4d1b0ad0c1cb26f93bc65d941096cf9f4555d1969c69601c452ab26edccee511b06efc9927c5deb7bd2a93fe44da23e5e4f78f6c77ca8e1e9c5
diff --git a/dev-libs/xmlrpc-epi/files/xmlrpc-epi-0.54.2-fix-build-system.patch b/dev-libs/xmlrpc-epi/files/xmlrpc-epi-0.54.2-fix-build-system.patch
deleted file mode 100644 (file)
index 0772836..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -218,8 +218,8 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = src sample
--DIST_SUBDIRS = src sample
-+SUBDIRS = src
-+DIST_SUBDIRS = src
- ACLOCAL_AMFLAGS = -I m4
- CHANGE_LOG_GEN_BIN = scripts/cvs2cl.pl
- CHANGE_LOG_GEN_FLAGS = -t -r -b --accum -I ChangeLog --gmt --prune
diff --git a/dev-libs/xmlrpc-epi/metadata.xml b/dev-libs/xmlrpc-epi/metadata.xml
deleted file mode 100644 (file)
index 9c33e56..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="sourceforge">xmlrpc-epi</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/dev-libs/xmlrpc-epi/xmlrpc-epi-0.54.2.ebuild b/dev-libs/xmlrpc-epi/xmlrpc-epi-0.54.2.ebuild
deleted file mode 100644 (file)
index 45df6e8..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Epinions implementation of XML-RPC protocol in C"
-HOMEPAGE="http://xmlrpc-epi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xmlrpc-epi/${P}.tar.bz2"
-
-LICENSE="Epinions"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-IUSE="static-libs"
-
-DEPEND="dev-libs/expat:="
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.54.2-fix-build-system.patch )
-
-src_configure() {
-       # NOTES:
-       # to prevent conflict with xmlrpc-c, headers are installed in
-       #       /usr/include/${PN} instead of /usr/include (bug 274291)
-       econf \
-               --includedir="${EPREFIX}"/usr/include/${PN} \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       if ! use static-libs; then
-               # remove useless .la files
-               find "${D}" -name '*.la' -delete || die
-       fi
-
-       docinto examples
-       docompress -x /usr/share/doc/${PF}/examples
-       dodoc sample/*.c sample/*.php
-       dodoc -r sample/tests
-}
index 2fac3b1e5669c9140ebab4d63070d4aeeb442567..7ea85ffef25da0f23003b36c553c7007590a2cb2 100644 (file)
@@ -570,11 +570,6 @@ media-libs/sampleicc
 # Removal in 30 days.  Bug #694242.
 dev-libs/xmlwrapp
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained.  Last release in 2011.  No reverse dependencies.
-# Removal in 30 days.  Bug #694240.
-dev-libs/xmlrpc-epi
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.