Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imdbpy/
Date: Sat, 22 Jul 2017 12:30:13
Message-Id: 1500726583.b1d57400a5e9db4b149823c1369f7dc0295447e3.asturm@gentoo
1 commit: b1d57400a5e9db4b149823c1369f7dc0295447e3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 22 12:21:47 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 22 12:29:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d57400
7
8 dev-python/imdbpy: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-python/imdbpy/Manifest | 1 -
13 dev-python/imdbpy/imdbpy-4.9-r1.ebuild | 41 ----------------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/dev-python/imdbpy/Manifest b/dev-python/imdbpy/Manifest
17 index 49be0a82490..2429a361e72 100644
18 --- a/dev-python/imdbpy/Manifest
19 +++ b/dev-python/imdbpy/Manifest
20 @@ -1,2 +1 @@
21 -DIST IMDbPY-4.9.tar.gz 307726 SHA256 01e90dce4fe19aeca99c9d3eb14052769467b177e3fb8acc240f9c51c5f477d2 SHA512 1f46ea504e7ca61b0e8ba85bd2bfd88ef2ddc87f085d70336773d840401b03d6a8b807544ee665f4211ca093dc23dbc69619b5c04cab0b5024e73105179be8f4 WHIRLPOOL bb289000fe267124dfa1ee331a0c48722c5799b241d281e39483e73a8650804596d37922d516ad92ca2ca4ef140ff59d80bda99fbd2cbbd67e9bbe8222bbabb6
22 DIST IMDbPY-5.0.tar.gz 367238 SHA256 3224a8896847cddb8d049a587852c66f0f33f36c89311ae9a89ff87ed51fc243 SHA512 924b9c9b7055c75abb1c48867ba9ccef3c5259c748a6f21e8344616da9ea58d5ae58a2f12a78dc61fea7c008956994687fdcf7ecd59f5f4e82daea62890086d4 WHIRLPOOL 5cae4a26734c10c3c21bc2f1be4fa5efca8e82a2cf78249c359f7e3c8bb8e12f1fefc535796f98d5b23b6c3174e11ac40f8e56749c93c859c7f63e052af6402f
23
24 diff --git a/dev-python/imdbpy/imdbpy-4.9-r1.ebuild b/dev-python/imdbpy/imdbpy-4.9-r1.ebuild
25 deleted file mode 100644
26 index 1c075afaf2d..00000000000
27 --- a/dev-python/imdbpy/imdbpy-4.9-r1.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -PYTHON_COMPAT=( python2_7 pypy )
35 -
36 -inherit distutils-r1
37 -
38 -MY_PN="IMDbPY"
39 -MY_P="${MY_PN}-${PV}"
40 -
41 -DESCRIPTION="Python package to access the IMDb movie database"
42 -HOMEPAGE="http://imdbpy.sourceforge.net/ https://pypi.python.org/pypi/IMDbPY"
43 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND=""
52 -
53 -S="${WORKDIR}/${MY_PN}-${PV}"
54 -
55 -DOCS=( docs/FAQS.txt docs/imdbpy48.dtd docs/imdbpy.cfg )
56 -
57 -PATCHES=( "${FILESDIR}/${PN}-4.6-data_location.patch" )
58 -
59 -src_configure() {
60 - distutils-r1_src_configure --without-cutils
61 -}
62 -
63 -python_install_all() {
64 - local doc
65 - for doc in docs/README*
66 - do
67 - DOCS=( "${DOCS[@]}" $doc )
68 - done
69 - distutils-r1_python_install_all
70 -}