summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-01 22:16:57 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-01 22:16:57 +0000
commite5e3567a57ad3ae0ed1ab39b9a2b30ecab4fe6cc (patch)
treeeb963d9719b7d58201cac2343353904cda1adfe9 /dev-python/imdbpy
parentReverting fix as it causes breakage in other places (diff)
downloadhistorical-e5e3567a57ad3ae0ed1ab39b9a2b30ecab4fe6cc.tar.gz
historical-e5e3567a57ad3ae0ed1ab39b9a2b30ecab4fe6cc.tar.bz2
historical-e5e3567a57ad3ae0ed1ab39b9a2b30ecab4fe6cc.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/imdbpy')
-rw-r--r--dev-python/imdbpy/imdbpy-4.3.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/imdbpy/imdbpy-4.3.ebuild b/dev-python/imdbpy/imdbpy-4.3.ebuild
deleted file mode 100644
index 6b56e13862d8..000000000000
--- a/dev-python/imdbpy/imdbpy-4.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/imdbpy/imdbpy-4.3.ebuild,v 1.1 2009/11/21 05:26:42 cardoe Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="IMDbPY"
-RESTRICT_PYTHON_ABIS="3.*"
-
-DESCRIPTION="Python package to access the IMDb movie database"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.gz"
-HOMEPAGE="http://imdbpy.sourceforge.net/"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
- distutils_src_install
- dodoc docs/*
-}