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 ChangeLog
Date: Sun, 27 Sep 2009 13:35:33
Message-Id: E1MrtuV-0007Nu-4M@stork.gentoo.org
1 ssuominen 09/09/27 13:35:31
2
3 Modified: ChangeLog
4 Added: gmpc-libnotify-0.19.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 media-plugins/gmpc-libnotify/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 9 Jun 2009 19:09:58 -0000 1.11
23 +++ ChangeLog 27 Sep 2009 13:35:30 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gmpc-libnotify
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.11 2009/06/09 19:09:58 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-libnotify/ChangeLog,v 1.12 2009/09/27 13:35:30 ssuominen Exp $
29 +
30 +*gmpc-libnotify-0.19.0 (27 Sep 2009)
31 +
32 + 27 Sep 2009; Samuli Suominen <ssuominen@g.o>
33 + +gmpc-libnotify-0.19.0.ebuild:
34 + Version bump.
35
36 09 Jun 2009; Christian Faulhammer <fauli@g.o>
37 gmpc-libnotify-0.18.0.ebuild:
38
39
40
41 1.1 media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-libnotify/gmpc-libnotify-0.19.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gmpc-libnotify-0.19.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=2
53
54 DESCRIPTION="This plugin sends an announcement to the notification daemon on song change"
55 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Libnotify"
56 SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="nls"
62
63 RDEPEND=">=media-sound/gmpc-${PV}
64 dev-libs/libxml2
65 x11-libs/libnotify"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig
68 nls? ( dev-util/intltool
69 sys-devel/gettext )"
70
71 src_configure() {
72 econf \
73 $(use_enable nls) \
74 --disable-dependency-tracking
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die
79 }