summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 11:17:42 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 11:17:42 +0000
commit25fe332e1d841e661b7690cbd3946c5600f93713 (patch)
treeb8f727e7ed41856e306f686e8bfe879710f7d77d
parentRemove old. (diff)
downloadgentoo-2-25fe332e1d841e661b7690cbd3946c5600f93713.tar.gz
gentoo-2-25fe332e1d841e661b7690cbd3946c5600f93713.tar.bz2
gentoo-2-25fe332e1d841e661b7690cbd3946c5600f93713.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--dev-python/eunuchs/ChangeLog7
-rw-r--r--dev-python/eunuchs/eunuchs-20050320.1.ebuild41
2 files changed, 5 insertions, 43 deletions
diff --git a/dev-python/eunuchs/ChangeLog b/dev-python/eunuchs/ChangeLog
index 187fce062920..8f62671fcd5b 100644
--- a/dev-python/eunuchs/ChangeLog
+++ b/dev-python/eunuchs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eunuchs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/ChangeLog,v 1.13 2014/03/31 20:32:20 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/ChangeLog,v 1.14 2015/01/26 11:17:42 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -eunuchs-20050320.1.ebuild:
+ Remove old.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> eunuchs-20050320.1-r1.ebuild:
Add support for the new PyPy slotting.
diff --git a/dev-python/eunuchs/eunuchs-20050320.1.ebuild b/dev-python/eunuchs/eunuchs-20050320.1.ebuild
deleted file mode 100644
index c11323df22d7..000000000000
--- a/dev-python/eunuchs/eunuchs-20050320.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eunuchs/eunuchs-20050320.1.ebuild,v 1.4 2012/01/06 21:25:55 hwoarang Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils eutils
-
-DESCRIPTION="Missing manly parts of UNIX API for Python"
-HOMEPAGE="http://www.inoi.fi/open/trac/eunuchs http://pypi.python.org/pypi/python-eunuchs"
-SRC_URI="mirror://debian/pool/main/e/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${P}-python-2.5.patch"
-}
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" examples/test-socketpair.py
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- docinto examples
- dodoc examples/*
-}