summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-21 18:11:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-21 18:11:02 +0000
commit4d5d6f268cce2061b8d9539d6f8fb3ede0bc14da (patch)
tree90bb9cc319b7b1afa6be9712b722543a19bbbc6d /dev-python
parentFix typo in bug # in ebuild too (#324949) (diff)
downloadgentoo-2-4d5d6f268cce2061b8d9539d6f8fb3ede0bc14da.tar.gz
gentoo-2-4d5d6f268cce2061b8d9539d6f8fb3ede0bc14da.tar.bz2
gentoo-2-4d5d6f268cce2061b8d9539d6f8fb3ede0bc14da.zip
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/imdbpy/imdbpy-4.4.ebuild33
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/*
-}