Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-rhythmbox: ChangeLog pidgin-rhythmbox-2.0.ebuild
Date: Fri, 11 Sep 2009 11:35:39
Message-Id: E1Mm4Ph-00088j-43@stork.gentoo.org
1 flameeyes 09/09/11 11:35:37
2
3 Modified: ChangeLog pidgin-rhythmbox-2.0.ebuild
4 Log:
5 Fix DEPEND/RDEPEND assignment.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 x11-plugins/pidgin-rhythmbox/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 28 Aug 2007 16:24:55 -0000 1.6
22 +++ ChangeLog 11 Sep 2009 11:35:36 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-plugins/pidgin-rhythmbox
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog,v 1.6 2007/08/28 16:24:55 nixnut Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog,v 1.7 2009/09/11 11:35:36 flameeyes Exp $
29 +
30 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
31 + pidgin-rhythmbox-2.0.ebuild:
32 + Fix DEPEND/RDEPEND assignment.
33
34 28 Aug 2007; nixnut <nixnut@g.o> pidgin-rhythmbox-2.0.ebuild:
35 Stable on ppc wrt bug 189781
36
37
38
39 1.9 x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?r1=1.8&r2=1.9
44
45 Index: pidgin-rhythmbox-2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- pidgin-rhythmbox-2.0.ebuild 2 Jun 2009 23:30:14 -0000 1.8
52 +++ pidgin-rhythmbox-2.0.ebuild 11 Sep 2009 11:35:36 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.8 2009/06/02 23:30:14 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.9 2009/09/11 11:35:36 flameeyes Exp $
58
59 EAPI=2
60
61 @@ -17,7 +17,7 @@
62 media-sound/rhythmbox
63 >=x11-libs/gtk+-2.4:2
64 dev-libs/dbus-glib"
65 -RDEPEND="${RDEPEND}"
66 +DEPEND="${RDEPEND}"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "emake install failed"