Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-libnotify: gmpc-libnotify-0.19.0.ebuild gmpc-libnotify-0.18.0.ebuild
Date: Sat, 05 Feb 2011 13:10:59
Message-Id: 20110205131049.C82E520054@flycatcher.gentoo.org
1 ssuominen 11/02/05 13:10:49
2
3 Modified: gmpc-libnotify-0.19.0.ebuild
4 gmpc-libnotify-0.18.0.ebuild
5 Log:
6 pin old versions to old libnotify
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild?r1=1.1&r2=1.2
16
17 Index: gmpc-libnotify-0.19.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gmpc-libnotify-0.19.0.ebuild 27 Sep 2009 13:35:30 -0000 1.1
24 +++ gmpc-libnotify-0.19.0.ebuild 5 Feb 2011 13:10:49 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild,v 1.1 2009/09/27 13:35:30 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild,v 1.2 2011/02/05 13:10:49 ssuominen Exp $
31
32 EAPI=2
33
34 @@ -15,7 +15,7 @@
35
36 RDEPEND=">=media-sound/gmpc-${PV}
37 dev-libs/libxml2
38 - x11-libs/libnotify"
39 + <x11-libs/libnotify-0.7"
40 DEPEND="${RDEPEND}
41 dev-util/pkgconfig
42 nls? ( dev-util/intltool
43
44
45
46 1.6 media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild?r1=1.5&r2=1.6
51
52 Index: gmpc-libnotify-0.18.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- gmpc-libnotify-0.18.0.ebuild 9 Jun 2009 19:09:58 -0000 1.5
59 +++ gmpc-libnotify-0.18.0.ebuild 5 Feb 2011 13:10:49 -0000 1.6
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2009 Gentoo Foundation
62 +# Copyright 1999-2011 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild,v 1.5 2009/06/09 19:09:58 fauli Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.18.0.ebuild,v 1.6 2011/02/05 13:10:49 ssuominen Exp $
66
67 DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
68 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Libnotify"
69 @@ -13,7 +13,7 @@
70
71 RDEPEND=">=media-sound/gmpc-${PV}
72 dev-libs/libxml2
73 - x11-libs/libnotify"
74 + <x11-libs/libnotify-0.7"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig"