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/notification-daemon: ChangeLog notification-daemon-0.5.0.ebuild
Date: Sun, 01 May 2011 09:34:53
Message-Id: 20110501093442.E2CE420054@flycatcher.gentoo.org
1 ssuominen 11/05/01 09:34:42
2
3 Modified: ChangeLog notification-daemon-0.5.0.ebuild
4 Log:
5 Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new unique dbus service filename. Change HOMEPAGE to reflect current upstream.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.80 x11-misc/notification-daemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.80&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.80&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.79&r2=1.80
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
19 retrieving revision 1.79
20 retrieving revision 1.80
21 diff -u -r1.79 -r1.80
22 --- ChangeLog 29 Apr 2011 17:39:25 -0000 1.79
23 +++ ChangeLog 1 May 2011 09:34:42 -0000 1.80
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/notification-daemon
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.79 2011/04/29 17:39:25 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.80 2011/05/01 09:34:42 ssuominen Exp $
29 +
30 + 01 May 2011; Samuli Suominen <ssuominen@g.o>
31 + notification-daemon-0.5.0.ebuild:
32 + Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new
33 + unique dbus service filename. Change HOMEPAGE to reflect current upstream.
34
35 29 Apr 2011; Samuli Suominen <ssuominen@g.o>
36 notification-daemon-0.5.0.ebuild:
37
38
39
40 1.11 x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?r1=1.10&r2=1.11
45
46 Index: notification-daemon-0.5.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- notification-daemon-0.5.0.ebuild 29 Apr 2011 17:39:25 -0000 1.10
53 +++ notification-daemon-0.5.0.ebuild 1 May 2011 09:34:42 -0000 1.11
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.10 2011/04/29 17:39:25 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.11 2011/05/01 09:34:42 ssuominen Exp $
59
60 EAPI=3
61 GCONF_DEBUG=no
62 @@ -9,7 +9,7 @@
63 inherit eutils gnome2
64
65 DESCRIPTION="Notification daemon"
66 -HOMEPAGE="http://www.galago-project.org/"
67 +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 @@ -24,12 +24,12 @@
72 >=media-libs/libcanberra-0.4[gtk]
73 x11-libs/libnotify
74 x11-libs/libwnck:1
75 - x11-libs/libX11"
76 + x11-libs/libX11
77 + !<xfce-extra/xfce4-notifyd-0.2.1_p20110101
78 + !x11-misc/notify-osd"
79 DEPEND="${RDEPEND}
80 >=dev-util/intltool-0.40
81 - >=sys-devel/gettext-0.14
82 - !xfce-extra/xfce4-notifyd
83 - !x11-misc/notify-osd"
84 + >=sys-devel/gettext-0.14"
85
86 pkg_setup() {
87 DOCS="AUTHORS ChangeLog NEWS"