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
commita80a829e3f885f1aa5333fecb3846399af820fb4 (patch)
tree353e2f0711435ee5a982c6fcce2ff620ea247b88 /dev-python/imdbpy
parentReverting fix as it causes breakage in other places (diff)
downloadgentoo-2-a80a829e3f885f1aa5333fecb3846399af820fb4.tar.gz
gentoo-2-a80a829e3f885f1aa5333fecb3846399af820fb4.tar.bz2
gentoo-2-a80a829e3f885f1aa5333fecb3846399af820fb4.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/*
-}