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: notification-daemon-0.7.6.ebuild ChangeLog
Date: Mon, 02 Jun 2014 18:11:10
Message-Id: 20140602181106.40FDF2004E@flycatcher.gentoo.org
1 ssuominen 14/06/02 18:11:06
2
3 Modified: notification-daemon-0.7.6.ebuild ChangeLog
4 Log:
5 Since 0.5.0 was updated to EAPI5, update 0.7.x from EAPI4 to EAPI5 too.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.7 x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild?r1=1.6&r2=1.7
15
16 Index: notification-daemon-0.7.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- notification-daemon-0.7.6.ebuild 22 Feb 2014 22:57:25 -0000 1.6
23 +++ notification-daemon-0.7.6.ebuild 2 Jun 2014 18:11:06 -0000 1.7
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild,v 1.6 2014/02/22 22:57:25 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild,v 1.7 2014/06/02 18:11:06 ssuominen Exp $
29
30 -EAPI=4
31 +EAPI=5
32 inherit gnome.org
33
34 DESCRIPTION="Notification daemon"
35 @@ -22,10 +22,9 @@
36 !x11-misc/notify-osd
37 !x11-misc/qtnotifydaemon"
38 DEPEND="${RDEPEND}
39 - app-arch/xz-utils
40 - >=dev-util/intltool-0.40
41 - virtual/pkgconfig
42 - sys-devel/gettext"
43 + dev-util/intltool
44 + sys-devel/gettext
45 + virtual/pkgconfig"
46
47 DOCS=( AUTHORS ChangeLog NEWS )
48
49
50
51
52 1.98 x11-misc/notification-daemon/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.98&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.98&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.97&r2=1.98
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
61 retrieving revision 1.97
62 retrieving revision 1.98
63 diff -u -r1.97 -r1.98
64 --- ChangeLog 2 Jun 2014 17:56:49 -0000 1.97
65 +++ ChangeLog 2 Jun 2014 18:11:06 -0000 1.98
66 @@ -1,6 +1,10 @@
67 # ChangeLog for x11-misc/notification-daemon
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.97 2014/06/02 17:56:49 ssuominen Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.98 2014/06/02 18:11:06 ssuominen Exp $
71 +
72 + 02 Jun 2014; Samuli Suominen <ssuominen@g.o>
73 + notification-daemon-0.7.6.ebuild:
74 + Since 0.5.0 was updated to EAPI5, update 0.7.x from EAPI4 to EAPI5 too.
75
76 02 Jun 2014; Samuli Suominen <ssuominen@g.o>
77 +files/notification-daemon-0.5.0-underlinking.patch,