commit: 90214a3f0c0f3a930ff412f8f3ad59f42b151be6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 10 21:02:20 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 10 21:06:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90214a3f
dev-python/python-eventlib: Remove last-rited pkg Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-eventlib/Manifest | 1 - .../files/python-eventlib-0.2.1-libressl.patch | 14 ------------ dev-python/python-eventlib/metadata.xml | 15 ------------- .../python-eventlib/python-eventlib-0.2.1.ebuild | 26 ---------------------- profiles/package.mask | 1 - 5 files changed, 57 deletions(-) diff --git a/dev-python/python-eventlib/Manifest b/dev-python/python-eventlib/Manifest deleted file mode 100644 index a68b0bcc8c0..00000000000 --- a/dev-python/python-eventlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-eventlib-0.2.1.tar.gz 189314 BLAKE2B 81cb958813c28f2617e02cc5f6e5c60aadf4fea219bf8fd408b9aa8e346769f5ad8906271c0cd0053ac98e27129328aaa41382b87863c9d1887a5169f0524b92 SHA512 f1ca3c6eb54677068ec209386f09c695c141b08e148475ee3cc69e667dd96af3637a66660e9105a195620f3bde10d4b18087612c501764d52413982c2721e1a6 diff --git a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch b/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch deleted file mode 100644 index faa41035262..00000000000 --- a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch +++ /dev/null @@ -1,14 +0,0 @@ -From: Julian Ospald <[email protected]> -Date: Tue Sep 8 01:22:40 UTC 2015 -Subject: fix compatibility with libressl - ---- a/eventlib/green/socket.py -+++ b/eventlib/green/socket.py -@@ -89,7 +89,6 @@ - else: - # some constants the SSL module exports but not in __all__ - from eventlib.green.ssl import (RAND_add, -- RAND_egd, - RAND_status, - SSL_ERROR_ZERO_RETURN, - SSL_ERROR_WANT_READ, diff --git a/dev-python/python-eventlib/metadata.xml b/dev-python/python-eventlib/metadata.xml deleted file mode 100644 index ee0b870b3c5..00000000000 --- a/dev-python/python-eventlib/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - Eventlib is a networking library written in Python. It achieves - high scalability by using non-blocking io while at the same time - retaining high programmer usability by using coroutines to make - the non-blocking io operations appear blocking at the source code - level. - </longdescription> -</pkgmetadata> diff --git a/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild b/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild deleted file mode 100644 index 4e72a81a629..00000000000 --- a/dev-python/python-eventlib/python-eventlib-0.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_REQ_USE="ssl" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Coroutine-based networking library" -HOMEPAGE="http://sipsimpleclient.org" -SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/greenlet[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) diff --git a/profiles/package.mask b/profiles/package.mask index cef892ad404..92174995186 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -358,7 +358,6 @@ net-analyzer/mate-netspeed # Removal in 30 days. Bug #667354. dev-python/python-application dev-python/python-cjson -dev-python/python-eventlib # Michał Górny <[email protected]> (24 Sep 2018) # Apparently breaks sys-devel/gcc. Bug #666954.
