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.20.0.ebuild ChangeLog
Date: Sat, 05 Feb 2011 13:10:06
Message-Id: 20110205130957.B5C3720054@flycatcher.gentoo.org
1 ssuominen 11/02/05 13:09:57
2
3 Modified: gmpc-libnotify-0.20.0.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild?r1=1.1&r2=1.2
15
16 Index: gmpc-libnotify-0.20.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gmpc-libnotify-0.20.0.ebuild 25 May 2010 09:45:40 -0000 1.1
23 +++ gmpc-libnotify-0.20.0.ebuild 5 Feb 2011 13:09:57 -0000 1.2
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild,v 1.1 2010/05/25 09:45:40 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.20.0.ebuild,v 1.2 2011/02/05 13:09:57 ssuominen Exp $
30
31 EAPI=2
32 +inherit eutils
33
34 DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
35 HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LIBNOTIFY"
36 @@ -21,6 +22,10 @@
37 nls? ( dev-util/intltool
38 sys-devel/gettext )"
39
40 +src_prepare() {
41 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
42 +}
43 +
44 src_configure() {
45 econf \
46 $(use_enable nls) \
47
48
49
50 1.14 media-plugins/gmpc-libnotify/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?rev=1.14&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?rev=1.14&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?r1=1.13&r2=1.14
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v
59 retrieving revision 1.13
60 retrieving revision 1.14
61 diff -u -r1.13 -r1.14
62 --- ChangeLog 25 May 2010 09:45:40 -0000 1.13
63 +++ ChangeLog 5 Feb 2011 13:09:57 -0000 1.14
64 @@ -1,6 +1,11 @@
65 # ChangeLog for media-plugins/gmpc-libnotify
66 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.13 2010/05/25 09:45:40 angelos Exp $
68 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.14 2011/02/05 13:09:57 ssuominen Exp $
70 +
71 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o>
72 + gmpc-libnotify-0.20.0.ebuild,
73 + +files/gmpc-libnotify-0.20.0-libnotify-0.7.patch:
74 + Fix building with x11-libs/libnotify >= 0.7.
75
76 *gmpc-libnotify-0.20.0 (25 May 2010)