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-libs/libnotify: libnotify-0.7.2.ebuild ChangeLog
Date: Sun, 01 May 2011 17:56:55
Message-Id: 20110501175644.88F6920054@flycatcher.gentoo.org
1 ssuominen 11/05/01 17:56:44
2
3 Modified: libnotify-0.7.2.ebuild ChangeLog
4 Log:
5 Use virtual/notification-daemon.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-libs/libnotify/libnotify-0.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?r1=1.7&r2=1.8
15
16 Index: libnotify-0.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libnotify-0.7.2.ebuild 29 Apr 2011 17:40:18 -0000 1.7
23 +++ libnotify-0.7.2.ebuild 1 May 2011 17:56:44 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v 1.7 2011/04/29 17:40:18 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v 1.8 2011/05/01 17:56:44 ssuominen Exp $
29
30 EAPI=3
31 inherit autotools eutils gnome.org
32 @@ -15,21 +15,16 @@
33 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
34 IUSE="doc +introspection test"
35
36 -RDEPEND=">=dev-libs/glib-2.26:2
37 +COMMON_DEPEND=">=dev-libs/glib-2.26:2
38 x11-libs/gdk-pixbuf:2
39 introspection? ( >=dev-libs/gobject-introspection-0.9.12 )"
40 -DEPEND="${RDEPEND}
41 +RDEPEND="${COMMON_DEPEND}
42 + virtual/notification-daemon"
43 +DEPEND="${COMMON_DEPEND}
44 dev-util/pkgconfig
45 dev-util/gtk-doc-am
46 doc? ( >=dev-util/gtk-doc-1.14 )
47 test? ( >=x11-libs/gtk+-2.90:3 )"
48 -PDEPEND="|| (
49 - x11-misc/notification-daemon
50 - xfce-extra/xfce4-notifyd
51 - x11-misc/notify-osd
52 - >=x11-wm/awesome-3.4.4
53 - kde-base/knotify
54 -)"
55
56 src_unpack() {
57 # If gobject-introspection is installed, we don't need the extra .m4
58
59
60
61 1.69 x11-libs/libnotify/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.69&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.69&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.68&r2=1.69
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
70 retrieving revision 1.68
71 retrieving revision 1.69
72 diff -u -r1.68 -r1.69
73 --- ChangeLog 29 Apr 2011 17:40:18 -0000 1.68
74 +++ ChangeLog 1 May 2011 17:56:44 -0000 1.69
75 @@ -1,6 +1,9 @@
76 # ChangeLog for x11-libs/libnotify
77 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.68 2011/04/29 17:40:18 ssuominen Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.69 2011/05/01 17:56:44 ssuominen Exp $
80 +
81 + 01 May 2011; Samuli Suominen <ssuominen@g.o> libnotify-0.7.2.ebuild:
82 + Use virtual/notification-daemon.
83
84 29 Apr 2011; Samuli Suominen <ssuominen@g.o> libnotify-0.7.2.ebuild:
85 ppc/ppc64 stable wrt #361093