Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyid3lib: pyid3lib-0.5.1-r1.ebuild ChangeLog
Date: Mon, 01 Nov 2010 00:20:27
Message-Id: 20101101002019.441B120051@flycatcher.gentoo.org
1 arfrever 10/11/01 00:20:19
2
3 Modified: pyid3lib-0.5.1-r1.ebuild ChangeLog
4 Log:
5 Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Avoid breaking strict-aliasing rules.
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: pyid3lib-0.5.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- pyid3lib-0.5.1-r1.ebuild 4 Jul 2009 16:05:10 -0000 1.8
23 +++ pyid3lib-0.5.1-r1.ebuild 1 Nov 2010 00:20:19 -0000 1.9
24 @@ -1,28 +1,36 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild,v 1.8 2009/07/04 16:05:10 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/pyid3lib-0.5.1-r1.ebuild,v 1.9 2010/11/01 00:20:19 arfrever Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33 +PYTHON_DEPEND="2"
34 +SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="3.*"
36
37 inherit distutils eutils
38
39 DESCRIPTION="Module for manipulating ID3 tags in Python"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
41 HOMEPAGE="http://pyid3lib.sourceforge.net/"
42 -IUSE=""
43 -SLOT="0"
44 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
45 +
46 LICENSE="LGPL-2.1"
47 +SLOT="0"
48 KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
49 -DEPEND="virtual/python
50 - media-libs/id3lib"
51 +IUSE=""
52 +
53 +DEPEND="media-libs/id3lib"
54 RDEPEND="${DEPEND}"
55
56 +PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing")
57 +
58 src_prepare() {
59 + distutils_src_prepare
60 +
61 epatch "${FILESDIR}/${P}-gcc-4.4.patch"
62 epatch "${FILESDIR}/${P}-py25.patch"
63 }
64
65 src_install() {
66 distutils_src_install
67 - dohtml doc.html
68 + dohtml doc.html || die "dohtml failed"
69 }
70
71
72
73 1.20 dev-python/pyid3lib/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/ChangeLog?rev=1.20&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/ChangeLog?rev=1.20&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyid3lib/ChangeLog?r1=1.19&r2=1.20
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v
82 retrieving revision 1.19
83 retrieving revision 1.20
84 diff -u -r1.19 -r1.20
85 --- ChangeLog 4 Jul 2009 16:05:10 -0000 1.19
86 +++ ChangeLog 1 Nov 2010 00:20:19 -0000 1.20
87 @@ -1,6 +1,11 @@
88 # ChangeLog for dev-python/pyid3lib
89 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.19 2009/07/04 16:05:10 arfrever Exp $
91 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyid3lib/ChangeLog,v 1.20 2010/11/01 00:20:19 arfrever Exp $
93 +
94 + 01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
95 + pyid3lib-0.5.1-r1.ebuild:
96 + Update EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS. Avoid breaking
97 + strict-aliasing rules.
98
99 04 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
100 -pyid3lib-0.5.1.ebuild, pyid3lib-0.5.1-r1.ebuild,