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/xfce4-notifyd: xfce4-notifyd-0.1.0.ebuild ChangeLog
Date: Fri, 03 Apr 2009 10:59:27
Message-Id: E1Lph7N-0006VP-Jx@stork.gentoo.org
1 chainsaw 09/04/03 10:59:25
2
3 Modified: xfce4-notifyd-0.1.0.ebuild ChangeLog
4 Log:
5 Block x11-misc/notification-daemon as it provides the same D-Bus service. A prerequisite to resolving bug #260686 by Joshua Rich.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: xfce4-notifyd-0.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfce4-notifyd-0.1.0.ebuild 10 Mar 2009 14:41:04 -0000 1.1
22 +++ xfce4-notifyd-0.1.0.ebuild 3 Apr 2009 10:59:25 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v 1.1 2009/03/10 14:41:04 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v 1.2 2009/04/03 10:59:25 chainsaw Exp $
28
29 EAPI=1
30
31 @@ -22,7 +22,9 @@
32 >=xfce-base/xfconf-${XFCE_VERSION}
33 libsexy? ( x11-libs/libsexy )"
34 DEPEND="${RDEPEND}
35 - dev-util/intltool"
36 + dev-util/intltool
37 + !x11-misc/notification-daemon
38 + !xfce-extra/notification-daemon-xfce"
39
40 XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode"
41
42
43
44
45 1.2 x11-misc/xfce4-notifyd/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 10 Mar 2009 14:41:04 -0000 1.1
58 +++ ChangeLog 3 Apr 2009 10:59:25 -0000 1.2
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-misc/xfce4-notifyd
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.1 2009/03/10 14:41:04 angelos Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.2 2009/04/03 10:59:25 chainsaw Exp $
64 +
65 + 03 Apr 2009; <chainsaw@g.o> xfce4-notifyd-0.1.0.ebuild:
66 + Block x11-misc/notification-daemon as it provides the same D-Bus service.
67 + A prerequisite to resolving bug #260686 by Joshua Rich.
68
69 *xfce4-notifyd-0.1.0 (10 Mar 2009)