summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-11-10 22:01:21 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-10 22:06:58 +0100
commitbbe82f1be6563f7d2e09925a6cefd0b7774d9e12 (patch)
tree6d3458976bfaaa38b6d2f35e7a8a16d726fbaabc /dev-python
parentapp-emulation/xen: drop old (diff)
downloadgentoo-bbe82f1be6563f7d2e09925a6cefd0b7774d9e12.tar.gz
gentoo-bbe82f1be6563f7d2e09925a6cefd0b7774d9e12.tar.bz2
gentoo-bbe82f1be6563f7d2e09925a6cefd0b7774d9e12.zip
dev-python/python-xcaplib: Remove last-rited pkg
Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-xcaplib/Manifest1
-rw-r--r--dev-python/python-xcaplib/metadata.xml21
-rw-r--r--dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild24
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/python-xcaplib/Manifest b/dev-python/python-xcaplib/Manifest
deleted file mode 100644
index e27be6d0f90f..000000000000
--- a/dev-python/python-xcaplib/Manifest
+++ /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
index e28a9e7635cb..000000000000
--- a/dev-python/python-xcaplib/metadata.xml
+++ /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
index 4283bacd35f0..000000000000
--- a/dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild
+++ /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}]
-"