Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/zenity: zenity-2.32.1.ebuild ChangeLog
Date: Sat, 05 Feb 2011 13:49:11
Message-Id: 20110205134901.9149F20054@flycatcher.gentoo.org
1 ssuominen 11/02/05 13:49:01
2
3 Modified: zenity-2.32.1.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 gnome-extra/zenity/zenity-2.32.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild?r1=1.1&r2=1.2
15
16 Index: zenity-2.32.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zenity-2.32.1.ebuild 29 Nov 2010 18:40:56 -0000 1.1
23 +++ zenity-2.32.1.ebuild 5 Feb 2011 13:49:01 -0000 1.2
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild,v 1.1 2010/11/29 18:40:56 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.32.1.ebuild,v 1.2 2011/02/05 13:49:01 ssuominen Exp $
30
31 EAPI="3"
32 GCONF_DEBUG="yes"
33
34 -inherit gnome2
35 +inherit eutils gnome2
36
37 DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
38 HOMEPAGE="http://live.gnome.org/Zenity"
39 @@ -37,6 +37,11 @@
40 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
41 }
42
43 +src_prepare() {
44 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
45 + gnome2_src_prepare
46 +}
47 +
48 src_install() {
49 gnome2_src_install
50
51
52
53
54 1.196 gnome-extra/zenity/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.196&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?rev=1.196&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zenity/ChangeLog?r1=1.195&r2=1.196
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v
63 retrieving revision 1.195
64 retrieving revision 1.196
65 diff -u -r1.195 -r1.196
66 --- ChangeLog 29 Nov 2010 18:40:56 -0000 1.195
67 +++ ChangeLog 5 Feb 2011 13:49:01 -0000 1.196
68 @@ -1,6 +1,10 @@
69 # ChangeLog for gnome-extra/zenity
70 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.195 2010/11/29 18:40:56 pacho Exp $
72 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.196 2011/02/05 13:49:01 ssuominen Exp $
74 +
75 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> zenity-2.32.1.ebuild,
76 + +files/zenity-2.32.1-libnotify-0.7.patch:
77 + Fix building with x11-libs/libnotify >= 0.7.
78
79 *zenity-2.32.1 (29 Nov 2010)