Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: ChangeLog eyeD3-0.6.16.ebuild
Date: Sun, 28 Sep 2008 06:50:27
Message-Id: E1Kjq6q-0002hc-Rh@stork.gentoo.org
1 loki_val 08/09/28 06:50:24
2
3 Modified: ChangeLog
4 Added: eyeD3-0.6.16.ebuild
5 Log:
6 Bump, bug 236319.
7 (Portage version: 2.2_rc10/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.32 dev-python/eyeD3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 13 May 2008 20:04:06 -0000 1.31
23 +++ ChangeLog 28 Sep 2008 06:50:24 -0000 1.32
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/eyeD3
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.31 2008/05/13 20:04:06 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.32 2008/09/28 06:50:24 loki_val Exp $
29 +
30 +*eyeD3-0.6.16 (28 Sep 2008)
31 +
32 + 28 Sep 2008; Peter Alfredsen <loki_val@g.o> +eyeD3-0.6.16.ebuild:
33 + Bump, bug 236319.
34
35 *eyeD3-0.6.15 (13 May 2008)
36
37
38
39
40 1.1 dev-python/eyeD3/eyeD3-0.6.16.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.16.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.16.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eyeD3-0.6.16.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.16.ebuild,v 1.1 2008/09/28 06:50:24 loki_val Exp $
50
51 NEED_PYTHON=2.3
52
53 inherit distutils
54
55 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
56 HOMEPAGE="http://eyed3.nicfit.net/"
57 SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz"
58 IUSE=""
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62
63 src_compile() {
64 econf
65 distutils_src_compile
66 }
67
68 src_install() {
69 # Not calling make install because
70 # we would have to patch it (for example bug #164310)
71 # and it's therefore easier to do it manually
72
73 DOCS="AUTHORS THANKS"
74 dohtml README.html && rm README.html
75
76 distutils_src_install
77
78 dobin bin/eyeD3 || die "dobin failed."
79 doman doc/eyeD3.1 || die "doman failed."
80 }