Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@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: Mon, 24 Jan 2011 23:22:38
Message-Id: 20110124232226.1024020054@flycatcher.gentoo.org
1 eva 11/01/24 23:22:26
2
3 Modified: ChangeLog
4 Added: notification-daemon-0.5.0.ebuild
5 Log:
6 Version bump. Drop libglade, replace gstreamer by libcanberra, lots of fixes and translation updates. Support notification spec v1.1.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.72 x11-misc/notification-daemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.72&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.72&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.71&r2=1.72
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
20 retrieving revision 1.71
21 retrieving revision 1.72
22 diff -u -r1.71 -r1.72
23 --- ChangeLog 20 Jul 2010 15:49:48 -0000 1.71
24 +++ ChangeLog 24 Jan 2011 23:22:25 -0000 1.72
25 @@ -1,6 +1,13 @@
26 # ChangeLog for x11-misc/notification-daemon
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.71 2010/07/20 15:49:48 jer Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.72 2011/01/24 23:22:25 eva Exp $
31 +
32 +*notification-daemon-0.5.0 (24 Jan 2011)
33 +
34 + 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
35 + +notification-daemon-0.5.0.ebuild:
36 + Version bump. Drop libglade, replace gstreamer by libcanberra, lots of fixes
37 + and translation updates. Support notification spec v1.1.
38
39 20 Jul 2010; Jeroen Roovers <jer@g.o>
40 notification-daemon-0.4.0-r1.ebuild:
41
42
43
44 1.1 x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: notification-daemon-0.5.0.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.1 2011/01/24 23:22:25 eva Exp $
54
55 EAPI="3"
56 GCONF_DEBUG="no"
57
58 inherit gnome2
59
60 DESCRIPTION="Notifications daemon"
61 HOMEPAGE="http://www.galago-project.org/"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/glib-2.4:2
69 >=x11-libs/gtk+-2.18:2
70 >=gnome-base/gconf-2.4
71 >=dev-libs/dbus-glib-0.78
72 >=sys-apps/dbus-1
73 >=media-libs/libcanberra-0.4[gtk]
74 x11-libs/libnotify
75 x11-libs/libwnck
76 x11-libs/libX11
77 "
78 DEPEND="${RDEPEND}
79 >=dev-util/intltool-0.40
80 >=sys-devel/gettext-0.14
81 !xfce-extra/xfce4-notifyd"
82
83 pkg_setup() {
84 DOCS="AUTHORS ChangeLog NEWS"
85 G2CONF="${G2CONF} --disable-static"
86 }
87
88 src_install() {
89 gnome2_src_install
90 find "${ED}" -name "*.la" -delete || die "la files removal failed"
91 }