From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/clientcookie/Manifest | 3 --- .../clientcookie/clientcookie-1.3.0-r1.ebuild | 25 ---------------------- dev-python/clientcookie/metadata.xml | 21 ------------------ 3 files changed, 49 deletions(-) delete mode 100644 dev-python/clientcookie/Manifest delete mode 100644 dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild delete mode 100644 dev-python/clientcookie/metadata.xml (limited to 'dev-python/clientcookie') diff --git a/dev-python/clientcookie/Manifest b/dev-python/clientcookie/Manifest deleted file mode 100644 index 8827128a6dfc..000000000000 --- a/dev-python/clientcookie/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ClientCookie-1.3.0.tar.gz 130974 BLAKE2B 02b2e227078ee3fa01f377dbd96baaa15cc7f46ed4ac8f10d817b0da5e2b4bc090345f9057b946219907163cf230cc39213f6a92f4fee75d4dc2ba8ea57b3673 SHA512 3a42660557bbcda76f7e63fb4fea0ccaa15967e8e6991d65dc72921efb8cec475f7ebfbfe963e5577f7dfbacebb84488b7bb5e6e4e913e863e54c0faf0b4e9f5 -EBUILD clientcookie-1.3.0-r1.ebuild 651 BLAKE2B 039659be841d2cc2bbbb2ddfa0f343eaaab1bfa586a9eecda17f7d30fa90481afdc6c998e220e49346e2e900675e2b986e4e2847eaef9ead68b41f5ca07a24e5 SHA512 9164eee69f027fe723d1e8845862aa5b7da4b08f2cefc1c14710371813769c844d72944df194f0ed9f2a9375618378af83cf9bf2820874ef3275a848746437ed -MISC metadata.xml 929 BLAKE2B 39902cc037ebd81f96e531d057dcbe942f1fd7c06174682ea0ede9af5cbf823145b7101699c354a4126404e63fcb98fa490449a88610d110b327814f7ebfb8e4 SHA512 3cfdde23672ae821a27cd5aa40597dd313ebdb915afae22f014e25f3fa86bda64330502cbe7a2535519b94bf60c1acc2a22d45529330517224fde6c9023f1a5f diff --git a/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild b/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild deleted file mode 100644 index 026c593b482c..000000000000 --- a/dev-python/clientcookie/clientcookie-1.3.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_P="ClientCookie-${PV}" - -DESCRIPTION="Python module for handling HTTP cookies on the client side" -HOMEPAGE="http://wwwsearch.sourceforge.net/ClientCookie/ https://pypi.org/project/ClientCookie/" -SRC_URI="http://wwwsearch.sourceforge.net/ClientCookie/src/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS="*.txt" diff --git a/dev-python/clientcookie/metadata.xml b/dev-python/clientcookie/metadata.xml deleted file mode 100644 index 76ae290ba533..000000000000 --- a/dev-python/clientcookie/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - python@gentoo.org - Python - - -ClientCookie is a Python module for handling HTTP cookies on the client -side, useful for accessing web sites that require cookies to be set and -then returned later. It also provides some other (optional) useful stuff: -HTTP-EQUIV and Refresh handling, automatic adding of the Referer [sic] -header, automatic observance of robots.txt and lazily-seek()able responses. -These extras are implemented using an extension that makes it easier to add -new functionality to urllib2. It has developed from a port of Gisle Aas' -Perl module HTTP::Cookies, from the libwww-perl library. - - - wwwsearch - - -- cgit v1.2.3