summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-27 21:47:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-27 21:47:41 +0000
commitefb28423619f1ae56bcd63176410043692518bfe (patch)
treee055dc270d4e75fde403f3c069e2f753792cc5ca /dev-python
parentStable on amd64 wrt bug #356483 (diff)
downloadgentoo-2-efb28423619f1ae56bcd63176410043692518bfe.tar.gz
gentoo-2-efb28423619f1ae56bcd63176410043692518bfe.tar.bz2
gentoo-2-efb28423619f1ae56bcd63176410043692518bfe.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha25_p9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/decorator/ChangeLog6
-rw-r--r--dev-python/decorator/decorator-3.2.0.ebuild43
-rw-r--r--dev-python/decorator/decorator-3.2.1.ebuild35
3 files changed, 5 insertions, 79 deletions
diff --git a/dev-python/decorator/ChangeLog b/dev-python/decorator/ChangeLog
index 23289d28a6df..fa93555bceb1 100644
--- a/dev-python/decorator/ChangeLog
+++ b/dev-python/decorator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.35 2011/02/27 18:08:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.36 2011/02/27 21:47:41 arfrever Exp $
+
+ 27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -decorator-3.2.0.ebuild, -decorator-3.2.1.ebuild:
+ Delete.
27 Feb 2011; Brent Baude <ranger@gentoo.org> decorator-3.3.0.ebuild:
stable ppc, bug 353451
diff --git a/dev-python/decorator/decorator-3.2.0.ebuild b/dev-python/decorator/decorator-3.2.0.ebuild
deleted file mode 100644
index f05c6da1265f..000000000000
--- a/dev-python/decorator/decorator-3.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.9 2010/10/29 18:45:25 halcy0n Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="http://pypi.python.org/pypi/decorator"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-DOCS="README.txt"
-PYTHON_MODNAME="decorator.py"
-
-src_test() {
- testing() {
- if [[ "${PYTHON_ABI}" == 3.* ]]; then
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation3.py
- else
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation.py
- fi
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dodoc documentation.pdf documentation3.pdf || die "dodoc failed"
- dohtml documentation.html documentation3.html || die "dohtml failed"
- fi
-}
diff --git a/dev-python/decorator/decorator-3.2.1.ebuild b/dev-python/decorator/decorator-3.2.1.ebuild
deleted file mode 100644
index 8ca0e9af98b3..000000000000
--- a/dev-python/decorator/decorator-3.2.1.ebuild
+++ /dev/null
@@ -1,35 +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/decorator/decorator-3.2.1.ebuild,v 1.6 2011/01/29 17:05:17 armin76 Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5"
-
-inherit distutils
-
-DESCRIPTION="Simplifies the usage of decorators for the average programmer"
-HOMEPAGE="http://pypi.python.org/pypi/decorator"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-DOCS="README.txt"
-PYTHON_MODNAME="decorator.py"
-
-src_test() {
- testing() {
- if [[ "${PYTHON_ABI}" == 3.* ]]; then
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation3.py
- else
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation.py
- fi
- }
- python_execute_function testing
-}