Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.18.ebuild ChangeLog
Date: Tue, 27 Oct 2009 11:37:35
Message-Id: E1N2kMn-0006R9-Oy@stork.gentoo.org
1 aballier 09/10/27 11:37:33
2
3 Modified: ChangeLog
4 Added: mutagen-1.18.ebuild
5 Log:
6 version bump, by Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>, bug #288254
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.72 media-libs/mutagen/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 5 Jul 2009 13:52:10 -0000 1.71
23 +++ ChangeLog 27 Oct 2009 11:37:33 -0000 1.72
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/mutagen
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.71 2009/07/05 13:52:10 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.72 2009/10/27 11:37:33 aballier Exp $
29 +
30 +*mutagen-1.18 (27 Oct 2009)
31 +
32 + 27 Oct 2009; Alexis Ballier <aballier@g.o> +mutagen-1.18.ebuild:
33 + version bump, by Arfrever Frehtes Taifersar Arahesis
34 + <arfrever@g.o>, bug #288254
35
36 *mutagen-1.16 (05 Jul 2009)
37
38
39
40
41 1.1 media-libs/mutagen/mutagen-1.18.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mutagen/mutagen-1.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mutagen-1.18.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/media-libs/mutagen/mutagen-1.18.ebuild,v 1.1 2009/10/27 11:37:33 aballier Exp $
51
52 EAPI=2
53 inherit distutils
54
55 DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python."
56 HOMEPAGE="http://code.google.com/p/mutagen"
57 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="test"
63
64 RDEPEND=">=dev-lang/python-2.4"
65 DEPEND="${RDEPEND}
66 test? ( dev-python/eyeD3
67 dev-python/pyvorbis
68 media-libs/flac[ogg]
69 media-sound/vorbis-tools )"
70
71 DOCS="API-NOTES NEWS README TODO TUTORIAL"
72
73 src_test() {
74 ${python} setup.py test || die "src_test failed"
75 }