Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gksu: gksu-2.0.0.ebuild ChangeLog
Date: Mon, 31 Mar 2008 19:34:46
Message-Id: E1JgPmF-0000vQ-3j@stork.gentoo.org
1 dang 08/03/31 19:34:43
2
3 Modified: gksu-2.0.0.ebuild ChangeLog
4 Log:
5 gksu needs gnome-vfs, but it's not pulled by nautilus anymore. Explicitly pull it in, along with it's CFLAGS and LDFLAGS. Bug #215419
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.22 x11-libs/gksu/gksu-2.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild?r1=1.21&r2=1.22
14
15 Index: gksu-2.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- gksu-2.0.0.ebuild 31 Mar 2008 04:27:27 -0000 1.21
22 +++ gksu-2.0.0.ebuild 31 Mar 2008 19:34:42 -0000 1.22
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.21 2008/03/31 04:27:27 ricmm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.0.ebuild,v 1.22 2008/03/31 19:34:42 dang Exp $
28
29 -inherit gnome2 fixheadtails
30 +inherit gnome2 fixheadtails eutils autotools
31
32 DESCRIPTION="A gtk+ frontend for libgksu"
33 HOMEPAGE="http://www.nongnu.org/gksu/"
34 @@ -16,7 +16,10 @@
35 RDEPEND=">=x11-libs/libgksu-2
36 >=x11-libs/gtk+-2.4.0
37 >=gnome-base/gconf-2.0
38 - gnome? ( >=gnome-base/nautilus-2 )"
39 + gnome? (
40 + >=gnome-base/gnome-vfs-2
41 + >=gnome-base/nautilus-2
42 + )"
43 DEPEND="${RDEPEND}
44 doc? ( dev-util/gtk-doc )"
45
46 @@ -27,6 +30,10 @@
47 src_unpack() {
48 gnome2_src_unpack
49 ht_fix_file "${S}/gksu-migrate-conf.sh"
50 +
51 + epatch "${FILESDIR}"/${P}-gnome-2.22.patch
52 +
53 + eautoreconf
54 }
55
56 src_install() {
57
58
59
60 1.44 x11-libs/gksu/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.44&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.44&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/ChangeLog?r1=1.43&r2=1.44
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v
69 retrieving revision 1.43
70 retrieving revision 1.44
71 diff -u -r1.43 -r1.44
72 --- ChangeLog 31 Mar 2008 04:27:27 -0000 1.43
73 +++ ChangeLog 31 Mar 2008 19:34:42 -0000 1.44
74 @@ -1,6 +1,11 @@
75 # ChangeLog for x11-libs/gksu
76 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.43 2008/03/31 04:27:27 ricmm Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.44 2008/03/31 19:34:42 dang Exp $
79 +
80 + 31 Mar 2008; Daniel Gryniewicz <dang@g.o>
81 + +files/gksu-2.0.0-gnome-2.22.patch, gksu-2.0.0.ebuild:
82 + gksu needs gnome-vfs, but it's not pulled by nautilus anymore. Explicitly
83 + pull it in, along with it's CFLAGS and LDFLAGS. Bug #215419
84
85 31 Mar 2008; <ricmm@g.o> gksu-2.0.0.ebuild:
86 Drop to ~mips due to unstable deps
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list