Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gksu: ChangeLog gksu-2.0.2.ebuild
Date: Thu, 06 Jan 2011 15:28:25
Message-Id: 20110106152815.EB59020051@flycatcher.gentoo.org
1 eva 11/01/06 15:28:15
2
3 Modified: ChangeLog gksu-2.0.2.ebuild
4 Log:
5 Drop gnome-vfs patch, bug #349520. Also remove static lib and la file for nautilus extension.
6
7 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 x11-libs/gksu/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 3 Jan 2011 22:36:37 -0000 1.60
23 +++ ChangeLog 6 Jan 2011 15:28:15 -0000 1.61
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/gksu
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.60 2011/01/03 22:36:37 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.61 2011/01/06 15:28:15 eva Exp $
29 +
30 + 06 Jan 2011; Gilles Dartiguelongue <eva@g.o> gksu-2.0.2.ebuild:
31 + Drop gnome-vfs patch, bug #349520. Also remove static lib and la file for
32 + nautilus extension.
33
34 03 Jan 2011; Gilles Dartiguelongue <eva@g.o> gksu-2.0.2.ebuild:
35 Drop gnome-vfs dependency, bug #349520.
36
37
38
39 1.12 x11-libs/gksu/gksu-2.0.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild?r1=1.11&r2=1.12
44
45 Index: gksu-2.0.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- gksu-2.0.2.ebuild 3 Jan 2011 22:36:37 -0000 1.11
52 +++ gksu-2.0.2.ebuild 6 Jan 2011 15:28:15 -0000 1.12
53 @@ -1,11 +1,11 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.11 2011/01/03 22:36:37 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.12 2011/01/06 15:28:15 eva Exp $
58
59 EAPI="2"
60 GCONF_DEBUG="no"
61
62 -inherit gnome2 fixheadtails eutils autotools
63 +inherit gnome2 fixheadtails
64
65 DESCRIPTION="A gtk+ frontend for libgksu"
66 HOMEPAGE="http://www.nongnu.org/gksu/"
67 @@ -28,6 +28,7 @@
68 pkg_setup() {
69 DOCS="AUTHORS ChangeLog NEWS README"
70 G2CONF="${G2CONF}
71 + --disable-static
72 $(use_enable gnome nautilus-extension)"
73 }
74
75 @@ -36,9 +37,6 @@
76
77 ht_fix_file "${S}/gksu-migrate-conf.sh"
78
79 - # Fix nautilus plugin linking
80 - epatch "${FILESDIR}"/${PN}-2.0.0-gnome-2.22.patch
81 -
82 if use gnome ; then
83 sed 's/x-terminal-emulator/gnome-terminal/' \
84 -i gksu.desktop || die "sed 1 failed"
85 @@ -46,13 +44,14 @@
86 sed 's/dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)/dist_desktop_DATA =/' \
87 -i Makefile.am Makefile.in || die "sed 2 failed"
88 fi
89 -
90 - eautoreconf
91 }
92
93 src_install() {
94 gnome2_src_install
95 chmod +x "${D}/usr/share/gksu/gksu-migrate-conf.sh"
96 + if use gnome; then
97 + find "${D}" -name "*.la" -delete || die "la file removal failed"
98 + fi
99 }
100
101 pkg_postinst() {