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.4.ebuild ChangeLog
Date: Sat, 31 Mar 2012 08:44:00
Message-Id: 20120331084350.5EC0C2004B@flycatcher.gentoo.org
1 ssuominen 12/03/31 08:43:50
2
3 Modified: ChangeLog
4 Added: notification-daemon-0.7.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.86 x11-misc/notification-daemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.86&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.86&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.85&r2=1.86
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
20 retrieving revision 1.85
21 retrieving revision 1.86
22 diff -u -r1.85 -r1.86
23 --- ChangeLog 28 Jan 2012 02:17:07 -0000 1.85
24 +++ ChangeLog 31 Mar 2012 08:43:50 -0000 1.86
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/notification-daemon
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.85 2012/01/28 02:17:07 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.86 2012/03/31 08:43:50 ssuominen Exp $
30 +
31 +*notification-daemon-0.7.4 (31 Mar 2012)
32 +
33 + 31 Mar 2012; Samuli Suominen <ssuominen@g.o>
34 + +notification-daemon-0.7.4.ebuild:
35 + Version bump.
36
37 28 Jan 2012; Samuli Suominen <ssuominen@g.o>
38 notification-daemon-0.5.0.ebuild, notification-daemon-0.7.3.ebuild:
39
40
41
42 1.1 x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: notification-daemon-0.7.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.4.ebuild,v 1.1 2012/03/31 08:43:50 ssuominen Exp $
52
53 EAPI=4
54 inherit gnome.org
55
56 DESCRIPTION="Notification daemon"
57 HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
62 IUSE=""
63
64 RDEPEND=">=dev-libs/glib-2.28
65 x11-libs/gtk+:3
66 sys-apps/dbus
67 media-libs/libcanberra[gtk3]
68 >=x11-libs/libnotify-0.7
69 x11-libs/libX11
70 !x11-misc/notify-osd
71 !x11-misc/qtnotifydaemon"
72 DEPEND="${RDEPEND}
73 app-arch/xz-utils
74 >=dev-util/intltool-0.40
75 dev-util/pkgconfig
76 sys-devel/gettext"
77
78 DOCS=( AUTHORS ChangeLog NEWS )
79
80 src_install() {
81 default
82
83 cat <<-EOF > "${T}"/org.freedesktop.Notifications.service
84 [D-BUS Service]
85 Name=org.freedesktop.Notifications
86 Exec=/usr/libexec/notification-daemon
87 EOF
88
89 insinto /usr/share/dbus-1/services
90 doins "${T}"/org.freedesktop.Notifications.service
91 }