Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-misc/notification-daemon/
Date: Mon, 04 Apr 2011 11:20:38
Message-Id: 474139ec7fd773b01451c9e957e52dfbe37dfd03.eva@gentoo
1 commit: 474139ec7fd773b01451c9e957e52dfbe37dfd03
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 11:18:51 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 11:19:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=474139ec
7
8 x11-misc/notification-daemon: QAed
9
10 * update dependencies according to configure.ac
11 * sync with gentoo-x86 changes
12
13 (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
14
15 ---
16 .../notification-daemon-0.7.1.ebuild | 26 ++++++++++---------
17 1 files changed, 14 insertions(+), 12 deletions(-)
18
19 diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
20 index 1276a00..4a27a58 100644
21 --- a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
22 +++ b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
23 @@ -1,33 +1,35 @@
24 # Copyright 1999-2011 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.10 2010/03/26 16:45:43 ssuominen Exp $
27 +# $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 $
28
29 EAPI="3"
30 +GCONF_DEBUG="no"
31
32 inherit gnome2
33
34 -DESCRIPTION="Notifications daemon"
35 +DESCRIPTION="Notification daemon"
36 HOMEPAGE="http://www.gnome.org/"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
41 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
42 IUSE=""
43
44 COMMON_DEPEND="
45 - >=dev-libs/glib-2.18.0
46 - >=x11-libs/gtk+-2.18.0:2
47 - >=gnome-base/gconf-2
48 - >=dev-libs/dbus-glib-0.78
49 + >=dev-libs/glib-2.27:2
50 + >=x11-libs/gtk+-2.91:3
51 >=sys-apps/dbus-1
52 >=media-libs/libcanberra-0.4[gtk3]
53 - x11-libs/libwnck
54 + x11-libs/libnotify
55 x11-libs/libX11
56 - x11-libs/libnotify"
57 +"
58 DEPEND="${COMMON_DEPEND}
59 - >=dev-util/intltool-0.40.0
60 - >=sys-devel/gettext-0.11"
61 + >=dev-util/intltool-0.40
62 + >=sys-devel/gettext-0.14
63 +"
64 RDEPEND="${COMMON_DEPEND}
65 - !xfce-extra/xfce4-notifyd"
66 + !xfce-extra/xfce4-notifyd
67 + !x11-misc/notify-osd
68 +"
69
70 DOCS="AUTHORS ChangeLog NEWS"