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-sound/rhythmbox: rhythmbox-0.10.1-r1.ebuild rhythmbox-0.11.2-r1.ebuild ChangeLog
Date: Wed, 02 Jan 2008 12:16:50
Message-Id: E1JA2WW-0004Ed-7L@stork.gentoo.org
1 aballier 08/01/02 12:16:40
2
3 Modified: rhythmbox-0.10.1-r1.ebuild
4 rhythmbox-0.11.2-r1.ebuild ChangeLog
5 Log:
6 fix musicbrainz deps again... bump latest version to eapi 1 for slot deps
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.7 media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: rhythmbox-0.10.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- rhythmbox-0.10.1-r1.ebuild 1 Jan 2008 22:06:18 -0000 1.6
23 +++ rhythmbox-0.10.1-r1.ebuild 2 Jan 2008 12:16:39 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild,v 1.6 2008/01/01 22:06:18 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1-r1.ebuild,v 1.7 2008/01/02 12:16:39 aballier Exp $
29
30 inherit gnome2 eutils
31
32 @@ -26,8 +26,7 @@
33 >=gnome-extra/gnome-media-2.14.0
34 >=media-plugins/gst-plugins-cdparanoia-0.10
35 keyring? ( >=gnome-base/gnome-keyring-0.4.9 )
36 - musicbrainz? ( >=media-libs/musicbrainz-2.1
37 - =media-libs/musicbrainz-2* )
38 + musicbrainz? ( >=media-libs/musicbrainz-2.1 )
39 >=net-libs/libsoup-2.2.99
40 lirc? ( app-misc/lirc )
41 hal? ( ipod? ( >=media-libs/libgpod-0.4 )
42
43
44
45 1.3 media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild?r1=1.2&r2=1.3
50
51 Index: rhythmbox-0.11.2-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- rhythmbox-0.11.2-r1.ebuild 1 Jan 2008 22:06:18 -0000 1.2
58 +++ rhythmbox-0.11.2-r1.ebuild 2 Jan 2008 12:16:39 -0000 1.3
59 @@ -1,9 +1,11 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild,v 1.2 2008/01/01 22:06:18 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.11.2-r1.ebuild,v 1.3 2008/01/02 12:16:39 aballier Exp $
64
65 inherit gnome2 eutils
66
67 +EAPI="1"
68 +
69 DESCRIPTION="Music management and playback software for GNOME"
70 HOMEPAGE="http://www.rhythmbox.org/"
71 LICENSE="GPL-2"
72 @@ -28,8 +30,7 @@
73 >=gnome-extra/gnome-media-2.14.0
74 >=media-plugins/gst-plugins-cdparanoia-0.10
75 keyring? ( >=gnome-base/gnome-keyring-0.4.9 )
76 - musicbrainz? ( >=media-libs/musicbrainz-2.1
77 - =media-libs/musicbrainz-2* )
78 + musicbrainz? ( >=media-libs/musicbrainz-2.1:1 )
79 >=net-libs/libsoup-2.2.99
80 lirc? ( app-misc/lirc )
81 hal? ( ipod? ( >=media-libs/libgpod-0.4 )
82
83
84
85 1.115 media-sound/rhythmbox/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.115&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.115&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.114&r2=1.115
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v
94 retrieving revision 1.114
95 retrieving revision 1.115
96 diff -u -r1.114 -r1.115
97 --- ChangeLog 1 Jan 2008 22:06:18 -0000 1.114
98 +++ ChangeLog 2 Jan 2008 12:16:39 -0000 1.115
99 @@ -1,6 +1,10 @@
100 # ChangeLog for media-sound/rhythmbox
101 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.114 2008/01/01 22:06:18 aballier Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.115 2008/01/02 12:16:39 aballier Exp $
104 +
105 + 02 Jan 2008; Alexis Ballier <aballier@g.o>
106 + rhythmbox-0.10.1-r1.ebuild, rhythmbox-0.11.2-r1.ebuild:
107 + fix musicbrainz deps again... bump latest version to eapi 1 for slot deps
108
109 01 Jan 2008; Alexis Ballier <aballier@g.o>
110 rhythmbox-0.10.1-r1.ebuild, rhythmbox-0.11.2-r1.ebuild:
111
112
113
114 --
115 gentoo-commits@g.o mailing list