Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@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, 01 May 2009 04:21:53
Message-Id: E1LzkFx-0001W4-Ow@stork.gentoo.org
1 darkside 09/05/01 04:21:49
2
3 Modified: xfce4-notifyd-0.1.0.ebuild ChangeLog
4 Log:
5 Move use_enable out of global scope
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xfce4-notifyd-0.1.0.ebuild 3 Apr 2009 10:59:25 -0000 1.2
22 +++ xfce4-notifyd-0.1.0.ebuild 1 May 2009 04:21:49 -0000 1.3
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.2 2009/04/03 10:59:25 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v 1.3 2009/05/01 04:21:49 darkside Exp $
28
29 EAPI=1
30
31 @@ -26,6 +26,8 @@
32 !x11-misc/notification-daemon
33 !xfce-extra/notification-daemon-xfce"
34
35 -XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode"
36 -
37 DOCS="AUTHORS ChangeLog NEWS README TODO"
38 +
39 +pkg_setup() {
40 + XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode"
41 +}
42
43
44
45 1.3 x11-misc/xfce4-notifyd/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 3 Apr 2009 10:59:25 -0000 1.2
58 +++ ChangeLog 1 May 2009 04:21:49 -0000 1.3
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.2 2009/04/03 10:59:25 chainsaw Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/ChangeLog,v 1.3 2009/05/01 04:21:49 darkside Exp $
64 +
65 + 01 May 2009; Jeremy Olexa <darkside@g.o>
66 + xfce4-notifyd-0.1.0.ebuild:
67 + Move use_enable out of global scope
68
69 03 Apr 2009; <chainsaw@g.o> xfce4-notifyd-0.1.0.ebuild:
70 Block x11-misc/notification-daemon as it provides the same D-Bus service.