summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 17:20:21 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 17:20:21 +0000
commitea119c6cef80704f237bfeded3d87a3f429432bf (patch)
treed9514db87027ffe4b4e43dd7f05212eb1196f368 /dev-python
parentAdd kio-file patch. Thanks to Sebastian Pipping <sping@gentoo.org> (diff)
downloadhistorical-ea119c6cef80704f237bfeded3d87a3f429432bf.tar.gz
historical-ea119c6cef80704f237bfeded3d87a3f429432bf.tar.bz2
historical-ea119c6cef80704f237bfeded3d87a3f429432bf.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/py/py-1.0.2.ebuild22
-rw-r--r--dev-python/py/py-1.1.0.ebuild20
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/py/py-1.0.2.ebuild b/dev-python/py/py-1.0.2.ebuild
deleted file mode 100644
index cba2b9f9f004..000000000000
--- a/dev-python/py/py-1.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.0.2.ebuild,v 1.6 2009/11/18 18:43:37 armin76 Exp $
-
-EAPI="2"
-
-NEED_PYTHON="2.3"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-HOMEPAGE="http://codespeak.net/py/"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-SLOT="0"
-LICENSE="MIT"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
diff --git a/dev-python/py/py-1.1.0.ebuild b/dev-python/py/py-1.1.0.ebuild
deleted file mode 100644
index e4e2884a5a8f..000000000000
--- a/dev-python/py/py-1.1.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.1.0.ebuild,v 1.4 2009/12/16 21:10:57 maekke Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.2"
-RDEPEND=""