Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/notification-daemon: ChangeLog notification-daemon-0.ebuild
Date: Mon, 24 Mar 2014 15:25:13
Message-Id: 20140324152457.3488D20054@flycatcher.gentoo.org
1 tomwij 14/03/24 15:24:57
2
3 Modified: ChangeLog notification-daemon-0.ebuild
4 Log:
5 Added x11-misc/mate-notification-daemon to the end of !gnome in virtual/notification-daemon.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.10 virtual/notification-daemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 27 Feb 2013 01:57:38 -0000 1.9
23 +++ ChangeLog 24 Mar 2014 15:24:57 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for virtual/notification-daemon
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.9 2013/02/27 01:57:38 wired Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.10 2014/03/24 15:24:57 tomwij Exp $
30 +
31 + 24 Mar 2014; Tom Wijsman <TomWij@g.o> notification-daemon-0.ebuild:
32 + Added x11-misc/mate-notification-daemon to the end of !gnome in virtual
33 + /notification-daemon.
34
35 27 Feb 2013; Alex Alexander <wired@g.o> notification-daemon-0.ebuild:
36 added new daemon: x11-misc/dunst to the list of packages. acked by ssuominen.
37
38
39
40 1.11 virtual/notification-daemon/notification-daemon-0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?r1=1.10&r2=1.11
45
46 Index: notification-daemon-0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- notification-daemon-0.ebuild 27 Feb 2013 01:57:38 -0000 1.10
53 +++ notification-daemon-0.ebuild 24 Mar 2014 15:24:57 -0000 1.11
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.10 2013/02/27 01:57:38 wired Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.11 2014/03/24 15:24:57 tomwij Exp $
60
61 -EAPI=2
62 +EAPI=5
63
64 DESCRIPTION="Virtual for notification daemon dbus service"
65 HOMEPAGE=""
66 @@ -24,5 +24,6 @@
67 >=x11-wm/awesome-3.4.4
68 x11-wm/enlightenment[enlightenment_modules_notification]
69 x11-wm/enlightenment[e_modules_notification]
70 - kde-base/knotify ) )"
71 + kde-base/knotify
72 + x11-misc/mate-notification-daemon ) )"
73 DEPEND=""