Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notify-osd: notify-osd-0.9.30.ebuild ChangeLog
Date: Sun, 01 May 2011 09:31:44
Message-Id: 20110501093134.2F02020054@flycatcher.gentoo.org
1 ssuominen 11/05/01 09:31:34
2
3 Modified: notify-osd-0.9.30.ebuild ChangeLog
4 Log:
5 Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new unique dbus service filename.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-misc/notify-osd/notify-osd-0.9.30.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild?r1=1.4&r2=1.5
15
16 Index: notify-osd-0.9.30.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- notify-osd-0.9.30.ebuild 28 Mar 2011 03:43:54 -0000 1.4
23 +++ notify-osd-0.9.30.ebuild 1 May 2011 09:31:34 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.4 2011/03/28 03:43:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.5 2011/05/01 09:31:34 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools eutils gnome2-utils savedconfig
32 @@ -22,7 +22,7 @@
33 x11-libs/libwnck:1
34 x11-libs/libX11
35 x11-libs/pixman
36 - !xfce-extra/xfce4-notifyd
37 + !<xfce-extra/xfce4-notifyd-0.2.1_p20110101
38 !x11-misc/notification-daemon"
39 RDEPEND="${COMMON_DEPEND}
40 !minimal? ( x11-themes/notify-osd-icons )"
41
42
43
44 1.5 x11-misc/notify-osd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notify-osd/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 28 Mar 2011 03:43:54 -0000 1.4
57 +++ ChangeLog 1 May 2011 09:31:34 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-misc/notify-osd
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.4 2011/03/28 03:43:54 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.5 2011/05/01 09:31:34 ssuominen Exp $
63 +
64 + 01 May 2011; Samuli Suominen <ssuominen@g.o> notify-osd-0.9.30.ebuild:
65 + Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new
66 + unique dbus service filename.
67
68 28 Mar 2011; Samuli Suominen <ssuominen@g.o> notify-osd-0.9.30.ebuild:
69 Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg.