summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-22 14:21:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-22 14:29:43 +0200
commitb1d57400a5e9db4b149823c1369f7dc0295447e3 (patch)
tree913bea490ab12120b5d556cca6780256c14b3d4f
parentdev-python/imdbpy: Drop to maintainer-needed (diff)
downloadgentoo-b1d57400a5e9db4b149823c1369f7dc0295447e3.tar.gz
gentoo-b1d57400a5e9db4b149823c1369f7dc0295447e3.tar.bz2
gentoo-b1d57400a5e9db4b149823c1369f7dc0295447e3.zip
dev-python/imdbpy: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--dev-python/imdbpy/Manifest1
-rw-r--r--dev-python/imdbpy/imdbpy-4.9-r1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/imdbpy/Manifest b/dev-python/imdbpy/Manifest
index 49be0a824901..2429a361e727 100644
--- a/dev-python/imdbpy/Manifest
+++ b/dev-python/imdbpy/Manifest
@@ -1,2 +1 @@
-DIST IMDbPY-4.9.tar.gz 307726 SHA256 01e90dce4fe19aeca99c9d3eb14052769467b177e3fb8acc240f9c51c5f477d2 SHA512 1f46ea504e7ca61b0e8ba85bd2bfd88ef2ddc87f085d70336773d840401b03d6a8b807544ee665f4211ca093dc23dbc69619b5c04cab0b5024e73105179be8f4 WHIRLPOOL bb289000fe267124dfa1ee331a0c48722c5799b241d281e39483e73a8650804596d37922d516ad92ca2ca4ef140ff59d80bda99fbd2cbbd67e9bbe8222bbabb6
DIST IMDbPY-5.0.tar.gz 367238 SHA256 3224a8896847cddb8d049a587852c66f0f33f36c89311ae9a89ff87ed51fc243 SHA512 924b9c9b7055c75abb1c48867ba9ccef3c5259c748a6f21e8344616da9ea58d5ae58a2f12a78dc61fea7c008956994687fdcf7ecd59f5f4e82daea62890086d4 WHIRLPOOL 5cae4a26734c10c3c21bc2f1be4fa5efca8e82a2cf78249c359f7e3c8bb8e12f1fefc535796f98d5b23b6c3174e11ac40f8e56749c93c859c7f63e052af6402f
diff --git a/dev-python/imdbpy/imdbpy-4.9-r1.ebuild b/dev-python/imdbpy/imdbpy-4.9-r1.ebuild
deleted file mode 100644
index 1c075afaf2d0..000000000000
--- a/dev-python/imdbpy/imdbpy-4.9-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_PN="IMDbPY"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python package to access the IMDb movie database"
-HOMEPAGE="http://imdbpy.sourceforge.net/ https://pypi.python.org/pypi/IMDbPY"
-SRC_URI="mirror://pypi/${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[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DOCS=( docs/FAQS.txt docs/imdbpy48.dtd docs/imdbpy.cfg )
-
-PATCHES=( "${FILESDIR}/${PN}-4.6-data_location.patch" )
-
-src_configure() {
- distutils-r1_src_configure --without-cutils
-}
-
-python_install_all() {
- local doc
- for doc in docs/README*
- do
- DOCS=( "${DOCS[@]}" $doc )
- done
- distutils-r1_python_install_all
-}