Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/notification-daemon: ChangeLog notification-daemon-0.ebuild
Date: Fri, 30 Mar 2012 18:32:49
Message-Id: 20120330183233.B64832004B@flycatcher.gentoo.org
1 tommy 12/03/30 18:32:33
2
3 Modified: ChangeLog notification-daemon-0.ebuild
4 Log:
5 Add x11-wm/enlightenment[e_modules_notification] to the list of packages providing a notification daemon (enlightenment is in enlightenment overlay)
6
7 (Portage version: 2.2.0_alpha95-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 virtual/notification-daemon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 28 Jan 2012 02:16:11 -0000 1.3
23 +++ ChangeLog 30 Mar 2012 18:32:33 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for virtual/notification-daemon
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.3 2012/01/28 02:16:11 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/ChangeLog,v 1.4 2012/03/30 18:32:33 tommy Exp $
29 +
30 + 30 Mar 2012; Thomas Sachau (Tommy[D]) <tommy@g.o>
31 + notification-daemon-0.ebuild:
32 + Add x11-wm/enlightenment[e_modules_notification] to the list of packages
33 + providing a notification daemon (enlightenment is in enlightenment overlay)
34
35 28 Jan 2012; Samuli Suominen <ssuominen@g.o>
36 notification-daemon-0.ebuild:
37
38
39
40 1.5 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.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild?r1=1.4&r2=1.5
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.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- notification-daemon-0.ebuild 28 Jan 2012 02:16:11 -0000 1.4
53 +++ notification-daemon-0.ebuild 30 Mar 2012 18:32:33 -0000 1.5
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.4 2012/01/28 02:16:11 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.5 2012/03/30 18:32:33 tommy Exp $
59
60 EAPI=2
61
62 @@ -21,5 +21,6 @@
63 x11-misc/qtnotifydaemon
64 x11-misc/notify-osd
65 >=x11-wm/awesome-3.4.4
66 + x11-wm/enlightenment[e_modules_notification]
67 kde-base/knotify ) )"
68 DEPEND=""