From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@redcorelinux.org>
Date: Sun, 18 Nov 2018 09:38:27 +0000
Subject: gentoo resync : 18.11.2018

---
 dev-python/python-xcaplib/Manifest                 |  3 ---
 dev-python/python-xcaplib/metadata.xml             | 21 -------------------
 .../python-xcaplib/python-xcaplib-1.1.0.ebuild     | 24 ----------------------
 3 files changed, 48 deletions(-)
 delete mode 100644 dev-python/python-xcaplib/Manifest
 delete mode 100644 dev-python/python-xcaplib/metadata.xml
 delete mode 100644 dev-python/python-xcaplib/python-xcaplib-1.1.0.ebuild

(limited to 'dev-python/python-xcaplib')

diff --git a/dev-python/python-xcaplib/Manifest b/dev-python/python-xcaplib/Manifest
deleted file mode 100644
index af140b2eeb87..000000000000
--- a/dev-python/python-xcaplib/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-xcaplib-1.1.0.tar.gz 22892 BLAKE2B 61600032e906996da96cd5c4b2c24b11988c0482242d9b20d5c000a63bee704968bd1ec3f61955b9246581df04fdfa6dec8fc34ebef8c573c5fc5e82b74a43a3 SHA512 140a12e39decdd15c06816cf5969baaf82437f010592ee2f4b7309db585aaa6611ab3af50e399bb18d216ae1586b5ebf18490d74c385a99d6673171bcf437395
-EBUILD python-xcaplib-1.1.0.ebuild 550 BLAKE2B 820b113dcf92957a22d483ea2564d1e0d3e71b2b69f107d4fb949163b88344dad7fa9dbc605d61e846d29ec80b8c071da571b06288290ccbf335f22569967178 SHA512 146b060138860ed504179f1d96c808a54c1cfb2e5d8b27f83df683353b50e200892f73471bc6bddbfc9bd4d8161ca0bd281c428cb96fb126fee3516defa87055
-MISC metadata.xml 898 BLAKE2B 79eee5dee0299412f44302465f01dd6cd9e6d539eeda1c90fc3a650227419249bd9a13149679124b3383d932aa6c90f6fb5fbcf79a13cab38bc9e90c9898f28c SHA512 6da7eaed0415c31d9ca6591e62a0308ef8f8e7f5849131ee7c4ad26a04f7f8f751784d71e880db304928597be1f0e1352c0e328d3464c147cfe37f1550a3cedf
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}]
-"
-- 
cgit v1.2.3