summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:32:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-07-01 21:32:55 +0000
commit18bdc4aa0f818be83552a6896dbd793f5479a72a (patch)
tree847ab9d1712a9f337792682b9c3773e502c88684 /dev-python/py
parentRemove old ebuilds. Requested by Arfrever (diff)
downloadgentoo-2-18bdc4aa0f818be83552a6896dbd793f5479a72a.tar.gz
gentoo-2-18bdc4aa0f818be83552a6896dbd793f5479a72a.tar.bz2
gentoo-2-18bdc4aa0f818be83552a6896dbd793f5479a72a.zip
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py')
-rw-r--r--dev-python/py/ChangeLog6
-rw-r--r--dev-python/py/py-1.4.0.ebuild43
-rw-r--r--dev-python/py/py-1.4.1.ebuild34
3 files changed, 5 insertions, 78 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog
index d4ea33bc3c26..d739a609533d 100644
--- a/dev-python/py/ChangeLog
+++ b/dev-python/py/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/py
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.91 2011/06/27 15:14:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.92 2011/07/01 21:32:55 hwoarang Exp $
+
+ 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -py-1.4.0.ebuild,
+ -py-1.4.1.ebuild:
+ Remove old ebuilds. Requested by Arfrever
27 Jun 2011; Brent Baude <ranger@gentoo.org> py-1.4.2.ebuild:
Marking py-1.4.2 ppc for bug 372595
diff --git a/dev-python/py/py-1.4.0.ebuild b/dev-python/py/py-1.4.0.ebuild
deleted file mode 100644
index 891e6fa46fc5..000000000000
--- a/dev-python/py/py-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +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/py/py-1.4.0.ebuild,v 1.6 2011/01/30 18:00:16 armin76 Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-DISTUTILS_SRC_TEST="py.test"
-
-inherit distutils
-
-DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
-HOMEPAGE="http://pylib.org/ http://pypi.python.org/pypi/py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip
- dev-python/setuptools
- test? ( >=dev-python/pytest-2.0.0 )"
-RDEPEND=""
-
-DOCS="CHANGELOG README.txt"
-
-src_prepare() {
- distutils_src_prepare
-
- # Disable failing tests.
- rm -f testing/path/test_svnauth.py
- rm -f testing/path/test_svnurl.py
- rm -f testing/path/test_svnwc.py
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog
- elog "py.test script has been split to dev-python/pytest package."
- elog "Other scripts have been split to dev-python/pycmd package."
- elog
-}
diff --git a/dev-python/py/py-1.4.1.ebuild b/dev-python/py/py-1.4.1.ebuild
deleted file mode 100644
index b932cc6597f8..000000000000
--- a/dev-python/py/py-1.4.1.ebuild
+++ /dev/null
@@ -1,34 +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/py/py-1.4.1.ebuild,v 1.7 2011/03/31 17:44:49 xarthisius Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-DISTUTILS_SRC_TEST="py.test"
-
-inherit distutils
-
-DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
-HOMEPAGE="http://pylib.org/ http://pypi.python.org/pypi/py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip
- dev-python/setuptools
- test? ( >=dev-python/pytest-2.0.0 )"
-RDEPEND=""
-
-DOCS="CHANGELOG README.txt"
-
-src_prepare() {
- distutils_src_prepare
-
- # Disable failing tests.
- rm -f testing/path/test_svnauth.py
- rm -f testing/path/test_svnurl.py
- rm -f testing/path/test_svnwc.py
-}