Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.4.5.ebuild ChangeLog
Date: Fri, 03 Dec 2010 22:57:23
Message-Id: 20101203225711.BC11720054@flycatcher.gentoo.org
1 wired 10/12/03 22:57:11
2
3 Modified: libnotify-0.4.5.ebuild ChangeLog
4 Log:
5 added x11-wm/awesome to PDEPEND, bug #342259
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 x11-libs/libnotify/libnotify-0.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild?r1=1.15&r2=1.16
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.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- libnotify-0.4.5.ebuild 20 Jul 2010 17:06:03 -0000 1.15
23 +++ libnotify-0.4.5.ebuild 3 Dec 2010 22:57:11 -0000 1.16
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.15 2010/07/20 17:06:03 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.16 2010/12/03 22:57:11 wired Exp $
29
30 EAPI=2
31
32 @@ -19,7 +19,8 @@
33 DEPEND="${RDEPEND}
34 dev-util/pkgconfig"
35 PDEPEND="|| ( x11-misc/notification-daemon
36 - xfce-extra/xfce4-notifyd )"
37 + xfce-extra/xfce4-notifyd
38 + >=x11-wm/awesome-3.4.4 )"
39
40 src_configure() {
41 econf \
42
43
44
45 1.56 x11-libs/libnotify/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.56&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.56&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.55&r2=1.56
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
54 retrieving revision 1.55
55 retrieving revision 1.56
56 diff -u -r1.55 -r1.56
57 --- ChangeLog 20 Jul 2010 17:06:03 -0000 1.55
58 +++ ChangeLog 3 Dec 2010 22:57:11 -0000 1.56
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-libs/libnotify
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.55 2010/07/20 17:06:03 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.56 2010/12/03 22:57:11 wired Exp $
64 +
65 + 03 Dec 2010; Alex Alexander <wired@g.o> libnotify-0.4.5.ebuild:
66 + added x11-wm/awesome to PDEPEND, bug #342259
67
68 20 Jul 2010; Jeroen Roovers <jer@g.o> libnotify-0.4.5.ebuild:
69 Drop HPPA keywording (bug #324511).