Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.4.0.ebuild
Date: Sun, 01 Mar 2009 18:23:43
Message-Id: E1LdqKD-0006gQ-7W@stork.gentoo.org
1 patrick 09/03/01 18:23:41
2
3 Modified: ChangeLog notification-daemon-0.4.0.ebuild
4 Log:
5 Adding missing intltool dep
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.53 x11-misc/notification-daemon/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.53&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.53&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.52&r2=1.53
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
18 retrieving revision 1.52
19 retrieving revision 1.53
20 diff -u -r1.52 -r1.53
21 --- ChangeLog 18 Jan 2009 13:25:37 -0000 1.52
22 +++ ChangeLog 1 Mar 2009 18:23:41 -0000 1.53
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/notification-daemon
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.52 2009/01/18 13:25:37 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.53 2009/03/01 18:23:41 patrick Exp $
28 +
29 + 01 Mar 2009; Patrick Lauer <patrick@g.o>
30 + notification-daemon-0.4.0.ebuild:
31 + Adding missing intltool dep
32
33 18 Jan 2009; Peter Volkov <pva@g.o>
34 notification-daemon-0.4.0.ebuild:
35
36
37
38 1.3 x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.2&r2=1.3
43
44 Index: notification-daemon-0.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- notification-daemon-0.4.0.ebuild 18 Jan 2009 13:25:37 -0000 1.2
51 +++ notification-daemon-0.4.0.ebuild 1 Mar 2009 18:23:41 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.2 2009/01/18 13:25:37 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.3 2009/03/01 18:23:41 patrick Exp $
57
58 WANT_AUTOMAKE="1.9"
59
60 @@ -25,6 +25,7 @@
61 >=gnome-base/libglade-2
62 gstreamer? ( >=media-libs/gstreamer-0.10 )"
63 DEPEND="${RDEPEND}
64 + dev-util/intltool
65 >=sys-devel/gettext-0.14
66 !xfce-extra/notification-daemon-xfce"