diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-21 18:11:02 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-21 18:11:02 +0000 |
commit | 47f5975970aa4c391f9042990975ec0dc296846a (patch) | |
tree | 3f877a8907aaa499eedf7b3cb1034b72652c3a0e /dev-python/imdbpy | |
parent | Fix typo in bug # in ebuild too (#324949) (diff) | |
download | historical-47f5975970aa4c391f9042990975ec0dc296846a.tar.gz historical-47f5975970aa4c391f9042990975ec0dc296846a.tar.bz2 historical-47f5975970aa4c391f9042990975ec0dc296846a.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/imdbpy')
-rw-r--r-- | dev-python/imdbpy/imdbpy-4.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/imdbpy/imdbpy-4.4.ebuild b/dev-python/imdbpy/imdbpy-4.4.ebuild deleted file mode 100644 index dba3fc1fc3af..000000000000 --- a/dev-python/imdbpy/imdbpy-4.4.ebuild +++ /dev/null @@ -1,33 +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/imdbpy/imdbpy-4.4.ebuild,v 1.1 2010/01/09 20:55:19 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="IMDbPY" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python package to access the IMDb movie database" -HOMEPAGE="http://imdbpy.sourceforge.net/ http://pypi.python.org/pypi/IMDbPY" -SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_PN}-${PV}" - -PYTHON_MODNAME="imdb" - -src_install() { - distutils_src_install - dodoc docs/* -} |