diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-17 17:19:24 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-17 17:19:24 +0000 |
commit | 4ac353b76ae988f00c7c16ebd173a9fe08e8bf62 (patch) | |
tree | 2be4bfa5567e2c5f9c2bb579eddb29294e75f708 /dev-python/ipdb | |
parent | ppc/ppc64 stable wrt #351920 (diff) | |
download | gentoo-2-4ac353b76ae988f00c7c16ebd173a9fe08e8bf62.tar.gz gentoo-2-4ac353b76ae988f00c7c16ebd173a9fe08e8bf62.tar.bz2 gentoo-2-4ac353b76ae988f00c7c16ebd173a9fe08e8bf62.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/ipdb')
-rw-r--r-- | dev-python/ipdb/ipdb-0.2.ebuild | 26 |
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" |