Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.1.6.ebuild ChangeLog
Date: Tue, 29 Jul 2008 19:37:59
Message-Id: E1KNv1A-0007bB-Rt@stork.gentoo.org
1 drac 08/07/29 19:37:56
2
3 Modified: easytag-2.1.6.ebuild ChangeLog
4 Log:
5 Rev bump id3lib dep. to force recompilation, in order to fix bugs #233273 and #233240
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/easytag/easytag-2.1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild?r1=1.1&r2=1.2
14
15 Index: easytag-2.1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- easytag-2.1.6.ebuild 28 Jul 2008 14:48:07 -0000 1.1
22 +++ easytag-2.1.6.ebuild 29 Jul 2008 19:37:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild,v 1.1 2008/07/28 14:48:07 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.6.ebuild,v 1.2 2008/07/29 19:37:56 drac Exp $
28
29 DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
30 HOMEPAGE="http://easytag.sourceforge.net"
31 @@ -12,7 +12,7 @@
32 IUSE="aac flac mp3 speex vorbis wavpack"
33
34 RDEPEND=">=x11-libs/gtk+-2.12
35 - mp3? ( >=media-libs/id3lib-3.8.3-r6
36 + mp3? ( >=media-libs/id3lib-3.8.3-r7
37 media-libs/libid3tag )
38 flac? ( media-libs/flac
39 media-libs/libvorbis )
40
41
42
43 1.121 media-sound/easytag/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.121&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.121&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.120&r2=1.121
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v
52 retrieving revision 1.120
53 retrieving revision 1.121
54 diff -u -r1.120 -r1.121
55 --- ChangeLog 28 Jul 2008 14:48:07 -0000 1.120
56 +++ ChangeLog 29 Jul 2008 19:37:56 -0000 1.121
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-sound/easytag
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.120 2008/07/28 14:48:07 drac Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.121 2008/07/29 19:37:56 drac Exp $
62 +
63 + 29 Jul 2008; Samuli Suominen <drac@g.o> easytag-2.1.6.ebuild:
64 + Rev bump id3lib dep. to force recompilation, in order to fix bugs #233273
65 + and #233240
66
67 *easytag-2.1.6 (28 Jul 2008)