Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog libnotify-0.4.4.ebuild
Date: Mon, 19 Jan 2009 19:18:40
Message-Id: E1LOzdu-0006b4-GL@stork.gentoo.org
1 pva 09/01/19 19:18:38
2
3 Modified: libnotify-0.4.5.ebuild ChangeLog
4 libnotify-0.4.4.ebuild
5 Log:
6 Added notification-daemon{,-xfce} in PDEPEND, to make notify-send workable, thank Christoph Mende in bug #253334.
7 (Portage version: 2.2_rc22/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
8
9 Revision Changes Path
10 1.4 x11-libs/libnotify/libnotify-0.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?r1=1.3&r2=1.4
15
16 Index: libnotify-0.4.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- libnotify-0.4.5.ebuild 18 Jan 2009 13:19:42 -0000 1.3
23 +++ libnotify-0.4.5.ebuild 19 Jan 2009 19:18:38 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 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.4.5.ebuild,v 1.3 2009/01/18 13:19:42 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.4 2009/01/19 19:18:38 pva Exp $
29
30 inherit eutils
31
32 @@ -18,6 +18,8 @@
33 >=dev-libs/dbus-glib-0.76"
34 DEPEND="${RDEPEND}
35 doc? ( >=dev-util/gtk-doc-1.4 )"
36 +PDEPEND="|| ( x11-misc/notification-daemon
37 + x11-misc/notification-daemon-xfce )"
38
39 src_install() {
40 emake install DESTDIR="${D}" || die "make install failed"
41
42
43
44 1.46 x11-libs/libnotify/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.46&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.46&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.45&r2=1.46
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
53 retrieving revision 1.45
54 retrieving revision 1.46
55 diff -u -r1.45 -r1.46
56 --- ChangeLog 18 Jan 2009 13:19:42 -0000 1.45
57 +++ ChangeLog 19 Jan 2009 19:18:38 -0000 1.46
58 @@ -1,6 +1,11 @@
59 # ChangeLog for x11-libs/libnotify
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.45 2009/01/18 13:19:42 pva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.46 2009/01/19 19:18:38 pva Exp $
63 +
64 + 19 Jan 2009; Peter Volkov <pva@g.o> libnotify-0.4.4.ebuild,
65 + libnotify-0.4.5.ebuild:
66 + Added notification-daemon{,-xfce} in PDEPEND, to make notify-send
67 + workable, thank Christoph Mende in bug #253334.
68
69 18 Jan 2009; Peter Volkov <pva@g.o> libnotify-0.4.4.ebuild,
70 libnotify-0.4.5.ebuild:
71
72
73
74 1.14 x11-libs/libnotify/libnotify-0.4.4.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild?rev=1.14&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild?rev=1.14&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild?r1=1.13&r2=1.14
79
80 Index: libnotify-0.4.4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v
83 retrieving revision 1.13
84 retrieving revision 1.14
85 diff -u -r1.13 -r1.14
86 --- libnotify-0.4.4.ebuild 18 Jan 2009 13:19:42 -0000 1.13
87 +++ libnotify-0.4.4.ebuild 19 Jan 2009 19:18:38 -0000 1.14
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.13 2009/01/18 13:19:42 pva Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.14 2009/01/19 19:18:38 pva Exp $
93
94 inherit eutils
95
96 @@ -18,6 +18,8 @@
97 >=dev-libs/dbus-glib-0.71"
98 DEPEND="${RDEPEND}
99 doc? ( >=dev-util/gtk-doc-1.4 )"
100 +PDEPEND="|| ( x11-misc/notification-daemon
101 + x11-misc/notification-daemon-xfce )"
102
103 src_install() {
104 emake install DESTDIR="${D}" || die "make install failed"