summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-30 02:15:37 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-30 02:15:37 +0000
commit7a519025e72a5031f511e2b03603447c2104e78d (patch)
tree352484c1d81dc0edeb84e980e2433c001d373ba1 /dev-python/guppy
parentSet PYTHON_DEPEND. (diff)
downloadgentoo-2-7a519025e72a5031f511e2b03603447c2104e78d.tar.gz
gentoo-2-7a519025e72a5031f511e2b03603447c2104e78d.tar.bz2
gentoo-2-7a519025e72a5031f511e2b03603447c2104e78d.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/guppy')
-rw-r--r--dev-python/guppy/guppy-0.1.6.ebuild30
-rw-r--r--dev-python/guppy/guppy-0.1.8.ebuild30
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/guppy/guppy-0.1.6.ebuild b/dev-python/guppy/guppy-0.1.6.ebuild
deleted file mode 100644
index f3462d793c86..000000000000
--- a/dev-python/guppy/guppy-0.1.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.6.ebuild,v 1.3 2008/06/20 07:29:29 pythonhead Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Guppy-PE -- A Python Programming Environment"
-HOMEPAGE="http://guppy-pe.sourceforge.net/"
-SRC_URI="http://guppy-pe.sourceforge.net/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DOCS="ANNOUNCE changelog"
-
-src_test() {
- "${python}" setup.py install --home="${T}/test" || die "test install failed"
- cd "${T}/test/lib/python"
- PYTHONPATH=. "${python}" guppy/heapy/test/test_all.py || die "test failed"
- rm -rf "${T}/test"
-}
-
-src_install() {
- distutils_src_install
- dohtml doc/*
-}
diff --git a/dev-python/guppy/guppy-0.1.8.ebuild b/dev-python/guppy/guppy-0.1.8.ebuild
deleted file mode 100644
index 2a3fc6c0af1d..000000000000
--- a/dev-python/guppy/guppy-0.1.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.8.ebuild,v 1.2 2008/08/09 19:57:07 coldwind Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Guppy-PE -- A Python Programming Environment"
-HOMEPAGE="http://guppy-pe.sourceforge.net/"
-SRC_URI="http://pypi.python.org/packages/source/g/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DOCS="ANNOUNCE changelog"
-
-src_test() {
- "${python}" setup.py install --home="${T}/test" || die "test install failed"
- cd "${T}/test/lib/python"
- PYTHONPATH=. "${python}" guppy/heapy/test/test_all.py || die "test failed"
- rm -rf "${T}/test"
-}
-
-src_install() {
- distutils_src_install
- dohtml doc/*
-}