Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: ChangeLog eyeD3-0.6.17.ebuild
Date: Tue, 02 Jun 2009 22:26:44
Message-Id: E1MBcRN-0004DC-M4@stork.gentoo.org
1 ssuominen 09/06/02 22:26:41
2
3 Modified: ChangeLog
4 Added: eyeD3-0.6.17.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 dev-python/eyeD3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 28 Sep 2008 06:50:24 -0000 1.32
23 +++ ChangeLog 2 Jun 2009 22:26:41 -0000 1.33
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.32 2008/09/28 06:50:24 loki_val Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.33 2009/06/02 22:26:41 ssuominen Exp $
30 +
31 +*eyeD3-0.6.17 (02 Jun 2009)
32 +
33 + 02 Jun 2009; Samuli Suominen <ssuominen@g.o> +eyeD3-0.6.17.ebuild:
34 + Version bump.
35
36 *eyeD3-0.6.16 (28 Sep 2008)
37
38
39
40
41 1.1 dev-python/eyeD3/eyeD3-0.6.17.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: eyeD3-0.6.17.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild,v 1.1 2009/06/02 22:26:41 ssuominen Exp $
51
52 EAPI=2
53 NEED_PYTHON=2.5
54 inherit distutils python
55
56 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
57 HOMEPAGE="http://eyed3.nicfit.net/"
58 SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
66
67 src_install() {
68 dohtml *.html && rm -f *.html
69 distutils_src_install
70 dobin bin/eyeD3 || die "dobin failed"
71 doman doc/*.1
72 }