summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-15 14:25:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-15 14:25:48 +0000
commit85c06ef3161a25c33e269610faec3aaf867862c1 (patch)
treea88de0a92d9f530530a8b373db910c11b02aac68 /dev-python/pyprotocols
parentDrop rox-* categories (diff)
downloadgentoo-2-85c06ef3161a25c33e269610faec3aaf867862c1.tar.gz
gentoo-2-85c06ef3161a25c33e269610faec3aaf867862c1.tar.bz2
gentoo-2-85c06ef3161a25c33e269610faec3aaf867862c1.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pyprotocols')
-rw-r--r--dev-python/pyprotocols/ChangeLog5
-rw-r--r--dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/dev-python/pyprotocols/ChangeLog b/dev-python/pyprotocols/ChangeLog
index 906ec4b2518f..6f96c972ee03 100644
--- a/dev-python/pyprotocols/ChangeLog
+++ b/dev-python/pyprotocols/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyprotocols
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.34 2015/03/08 23:56:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.35 2015/03/15 14:25:48 mrueg Exp $
+
+ 15 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -pyprotocols-1.0_pre2306.ebuild:
+ Remove old.
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyprotocols-1.0_pre2306-r1.ebuild:
x86 stable, bug 540290
diff --git a/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild b/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild
deleted file mode 100644
index 9ef79121ca62..000000000000
--- a/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2306.ebuild,v 1.14 2013/11/06 05:06:34 patrick Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-MY_PN="PyProtocols"
-MY_P="${MY_PN}-${PV/_pre/a0dev_r}"
-
-DESCRIPTION="Extends the PEP 246 adapt function with a new 'declaration API'"
-HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html http://pypi.python.org/pypi/PyProtocols"
-# http://svn.eby-sarna.com/PyProtocols/
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-LICENSE="|| ( PSF-2 ZPL )"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-python/decoratortools-1.4"
-DEPEND="${RDEPEND}
- dev-python/pyrex
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_PN}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="CHANGES.txt README.txt UPGRADING.txt"
-PYTHON_MODNAME="protocols"