Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyid3lib/
Date: Tue, 14 Feb 2017 23:55:33
Message-Id: 1487116488.72f02a2f5ac73d98a58c7c68af97144c8f395560.mrueg@gentoo
1 commit: 72f02a2f5ac73d98a58c7c68af97144c8f395560
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:54:48 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:54:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f02a2f
7
8 dev-python/pyid3lib: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild | 36 ----------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild b/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild
16 deleted file mode 100644
17 index ffcb0dd8d3..0000000000
18 --- a/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -RESTRICT_PYTHON_ABIS="3.* *-jython"
29 -
30 -inherit distutils eutils
31 -
32 -DESCRIPTION="Module for manipulating ID3 tags in Python"
33 -HOMEPAGE="http://pyid3lib.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
35 -
36 -LICENSE="LGPL-2.1"
37 -SLOT="0"
38 -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
39 -IUSE=""
40 -
41 -DEPEND="media-libs/id3lib"
42 -RDEPEND="${DEPEND}"
43 -
44 -PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing")
45 -
46 -src_prepare() {
47 - distutils_src_prepare
48 -
49 - epatch "${FILESDIR}/${P}-gcc-4.4.patch"
50 - epatch "${FILESDIR}/${P}-py25.patch"
51 -}
52 -
53 -src_install() {
54 - distutils_src_install
55 - dohtml doc.html || die "dohtml failed"
56 -}