summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-06-23 14:51:09 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-06-23 14:51:09 +0000
commit492b52b29a9510b3b795cfefc565a8ee6f404680 (patch)
treec24d682cd0837d026d7fd80071fc29977862151a /dev-python/ipy
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadgentoo-2-492b52b29a9510b3b795cfefc565a8ee6f404680.tar.gz
gentoo-2-492b52b29a9510b3b795cfefc565a8ee6f404680.tar.bz2
gentoo-2-492b52b29a9510b3b795cfefc565a8ee6f404680.zip
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ipy')
-rw-r--r--dev-python/ipy/ChangeLog5
-rw-r--r--dev-python/ipy/ipy-0.74.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/dev-python/ipy/ChangeLog b/dev-python/ipy/ChangeLog
index 00f6bb99f31a..238a3cefefca 100644
--- a/dev-python/ipy/ChangeLog
+++ b/dev-python/ipy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ipy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.33 2011/05/28 13:24:14 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.34 2011/06/23 14:51:09 hwoarang Exp $
+
+ 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -ipy-0.74.ebuild:
+ Remove old ebuilds. Requested by Arfrever
28 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipy-0.75.ebuild:
x86 stable wrt bug #367297
diff --git a/dev-python/ipy/ipy-0.74.ebuild b/dev-python/ipy/ipy-0.74.ebuild
deleted file mode 100644
index 7ee9a262267e..000000000000
--- a/dev-python/ipy/ipy-0.74.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.74.ebuild,v 1.3 2011/04/11 13:39:28 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="*:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4"
-
-inherit distutils
-
-MY_PN="IPy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks"
-HOMEPAGE="https://github.com/haypo/python-ipy/wiki http://pypi.python.org/pypi/IPy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="ChangeLog README"
-PYTHON_MODNAME="IPy.py"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/test_IPy.py
- }
- python_execute_function testing
-}