summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-17 17:19:24 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-17 17:19:24 +0000
commitce700fbe55141e4a1fecf1756326c65bc30c4268 (patch)
tree98363af4cb3fbea0383eb04bd3ee7c215946ca5e /dev-python/ipdb
parentppc/ppc64 stable wrt #351920 (diff)
downloadhistorical-ce700fbe55141e4a1fecf1756326c65bc30c4268.tar.gz
historical-ce700fbe55141e4a1fecf1756326c65bc30c4268.tar.bz2
historical-ce700fbe55141e4a1fecf1756326c65bc30c4268.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/ipdb')
-rw-r--r--dev-python/ipdb/ipdb-0.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/ipdb/ipdb-0.2.ebuild b/dev-python/ipdb/ipdb-0.2.ebuild
deleted file mode 100644
index 2ce3b158d642..000000000000
--- a/dev-python/ipdb/ipdb-0.2.ebuild
+++ /dev/null
@@ -1,26 +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/ipdb/ipdb-0.2.ebuild,v 1.1 2010/11/08 17:28:26 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-# This package theoretically supports Python 3, but dev-python/ipython does not support Python 3.
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="IPython-enabled pdb"
-HOMEPAGE="http://pypi.python.org/pypi/ipdb"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/ipython"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-DOCS="HISTORY.txt README.txt"