Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon: ChangeLog notification-daemon-0.7.1.ebuild
Date: Sun, 01 May 2011 16:27:41
Message-Id: 20110501162732.3ED9220054@flycatcher.gentoo.org
1 nirbheek 11/05/01 16:27:32
2
3 Modified: ChangeLog
4 Added: notification-daemon-0.7.1.ebuild
5 Log:
6 Add notification-daemon-0.7.1 from the gnome overlay
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.81 x11-misc/notification-daemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/ChangeLog?r1=1.80&r2=1.81
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- ChangeLog 1 May 2011 09:34:42 -0000 1.80
24 +++ ChangeLog 1 May 2011 16:27:32 -0000 1.81
25 @@ -1,6 +1,16 @@
26 # ChangeLog for x11-misc/notification-daemon
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.80 2011/05/01 09:34:42 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.81 2011/05/01 16:27:32 nirbheek Exp $
30 +
31 + 01 May 2011; Nirbheek Chauhan <nirbheek@g.o>
32 + +notification-daemon-0.7.1.ebuild:
33 + Add notification-daemon-0.7.1 from the gnome overlay
34 +
35 +*notification-daemon-0.7.1 (01 May 2011)
36 +
37 + 01 May 2011; Nirbheek Chauhan <nirbheek@g.o>
38 + +notification-daemon-0.7.1.ebuild:
39 + Add 0.7.1 from the gnome overlay
40
41 01 May 2011; Samuli Suominen <ssuominen@g.o>
42 notification-daemon-0.5.0.ebuild:
43
44
45
46 1.1 x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: notification-daemon-0.7.1.ebuild
52 ===================================================================
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild,v 1.1 2011/05/01 16:27:32 nirbheek Exp $
56
57 EAPI="3"
58 GCONF_DEBUG="no"
59 GNOME2_LA_PUNT="yes"
60
61 inherit gnome2
62
63 DESCRIPTION="Notification daemon"
64 HOMEPAGE="http://git.gnome.org/browse/notification-daemon/"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
69 IUSE=""
70
71 COMMON_DEPEND="
72 >=dev-libs/glib-2.27:2
73 >=x11-libs/gtk+-2.91:3
74 >=sys-apps/dbus-1
75 >=media-libs/libcanberra-0.4[gtk3]
76 x11-libs/libnotify
77 x11-libs/libX11
78 "
79 DEPEND="${COMMON_DEPEND}
80 >=dev-util/intltool-0.40
81 >=sys-devel/gettext-0.14
82 "
83 RDEPEND="${COMMON_DEPEND}
84 !<xfce-extra/xfce4-notifyd-0.2.1_p20110101
85 !x11-misc/notify-osd
86 "
87
88 pkg_setup() {
89 DOCS="AUTHORS ChangeLog NEWS"
90 G2CONF="${G2CONF} --disable-static"
91 }