Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@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: Fri, 03 Apr 2009 11:02:45
Message-Id: E1LphAZ-0006k0-Mz@stork.gentoo.org
1 chainsaw 09/04/03 11:02:43
2
3 Modified: ChangeLog notification-daemon-0.4.0.ebuild
4 Log:
5 Block x11-misc/xfce4-notifyd as it provides the same D-Bus service. A prerequisite to resolving bug #260686 by Joshua Rich. Also remove unnecessary inherit of autotools eclass.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.56 x11-misc/notification-daemon/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 26 Mar 2009 18:12:55 -0000 1.55
22 +++ ChangeLog 3 Apr 2009 11:02:43 -0000 1.56
23 @@ -1,6 +1,11 @@
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.55 2009/03/26 18:12:55 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.56 2009/04/03 11:02:43 chainsaw Exp $
28 +
29 + 03 Apr 2009; <chainsaw@g.o> notification-daemon-0.4.0.ebuild:
30 + Block x11-misc/xfce4-notifyd as it provides the same D-Bus service. A
31 + prerequisite to resolving bug #260686 by Joshua Rich. Also remove
32 + unnecessary inherit of autotools eclass.
33
34 26 Mar 2009; Brent Baude <ranger@g.o>
35 notification-daemon-0.4.0.ebuild:
36
37
38
39 1.6 x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild?r1=1.5&r2=1.6
44
45 Index: notification-daemon-0.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- notification-daemon-0.4.0.ebuild 26 Mar 2009 18:12:55 -0000 1.5
52 +++ notification-daemon-0.4.0.ebuild 3 Apr 2009 11:02:43 -0000 1.6
53 @@ -1,10 +1,10 @@
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-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.5 2009/03/26 18:12:55 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.6 2009/04/03 11:02:43 chainsaw Exp $
58
59 WANT_AUTOMAKE="1.9"
60
61 -inherit gnome2 eutils autotools
62 +inherit gnome2 eutils
63
64 DESCRIPTION="Notifications daemon"
65 HOMEPAGE="http://www.galago-project.org/"
66 @@ -27,7 +27,8 @@
67 DEPEND="${RDEPEND}
68 dev-util/intltool
69 >=sys-devel/gettext-0.14
70 - !xfce-extra/notification-daemon-xfce"
71 + !xfce-extra/notification-daemon-xfce
72 + !x11-misc/xfce4-notifyd"
73
74 pkg_setup() {
75 DOCS="AUTHORS ChangeLog NEWS"