dev-python/python-xcaplib: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 10 Nov 2018 21:01:21 +0000 (22:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 10 Nov 2018 21:06:58 +0000 (22:06 +0100)
Closes: https://bugs.gentoo.org/667354
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-xcaplib/Manifest [deleted file]
dev-python/python-xcaplib/metadata.xml [deleted file]
dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-python/python-xcaplib/Manifest b/dev-python/python-xcaplib/Manifest
deleted file mode 100644 (file)
index e27be6d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-xcaplib-1.1.0.tar.gz 22892 BLAKE2B 61600032e906996da96cd5c4b2c24b11988c0482242d9b20d5c000a63bee704968bd1ec3f61955b9246581df04fdfa6dec8fc34ebef8c573c5fc5e82b74a43a3 SHA512 140a12e39decdd15c06816cf5969baaf82437f010592ee2f4b7309db585aaa6611ab3af50e399bb18d216ae1586b5ebf18490d74c385a99d6673171bcf437395
diff --git a/dev-python/python-xcaplib/metadata.xml b/dev-python/python-xcaplib/metadata.xml
deleted file mode 100644 (file)
index e28a9e7..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               XCAP protocol, defined in RFC 4825, allows a client to read, write,
-               and modify application configuration data stored in XML format on a
-               server. XCAP maps XML document sub-trees and element attributes to
-               HTTP URIs, so that these components can be directly accessed by HTTP.
-               An XCAP server used by XCAP clients to store data like presence
-               policy in combination with a SIP Presence server that supports
-               PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP
-               SIMPLE solution.
-
-               The XCAP client example script provided by this package can be used to
-               manage documents on an XCAP server.
-       </longdescription>
-</pkgmetadata>
diff --git a/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild b/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild
deleted file mode 100644 (file)
index 4283bac..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_REQ_USE="ssl,xml"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for managing XML documents on XCAP server"
-HOMEPAGE="http://sipsimpleclient.org"
-SRC_URI="http://download.ag-projects.com/XCAP/python-xcaplib-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/python-application[${PYTHON_USEDEP}]
-"
index 59fbd7e6240d9fd6aa3f6fe34aae874785d3f2ba..1bccd728e51b58d9a41320a8fa65fdf2e51fe9bf 100644 (file)
@@ -361,7 +361,6 @@ dev-python/python-cjson
 dev-python/python-eventlib
 dev-python/python-gnutls
 dev-python/python-msrplib
-dev-python/python-xcaplib
 
 # Michał Górny <mgorny@gentoo.org> (24 Sep 2018)
 # Apparently breaks sys-devel/gcc.  Bug #666954.