Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: ChangeLog gnome-vfs-2.20.0-r1.ebuild
Date: Mon, 05 Nov 2007 22:28:00
Message-Id: E1IpAQD-0007W1-Gc@stork.gentoo.org
1 eva 07/11/05 22:27:53
2
3 Modified: ChangeLog
4 Added: gnome-vfs-2.20.0-r1.ebuild
5 Log:
6 fix bug #191426 and bug #195216
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.266 gnome-base/gnome-vfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.266&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.266&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?r1=1.265&r2=1.266
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v
19 retrieving revision 1.265
20 retrieving revision 1.266
21 diff -u -r1.265 -r1.266
22 --- ChangeLog 25 Sep 2007 20:32:21 -0000 1.265
23 +++ ChangeLog 5 Nov 2007 22:27:52 -0000 1.266
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/gnome-vfs
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.265 2007/09/25 20:32:21 dang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.266 2007/11/05 22:27:52 eva Exp $
29 +
30 +*gnome-vfs-2.20.0-r1 (05 Nov 2007)
31 +
32 + 05 Nov 2007; Gilles Dartiguelongue <eva@g.o>
33 + +files/gnome-vfs-2.20.0-automagic-deps.patch, +gnome-vfs-2.20.0-r1.ebuild:
34 + fix automagic dependencies wrt to bug #191426
35
36 *gnome-vfs-2.20.0 (25 Sep 2007)
37
38
39
40
41 1.1 gnome-base/gnome-vfs/gnome-vfs-2.20.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.20.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.20.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-vfs-2.20.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.20.0-r1.ebuild,v 1.1 2007/11/05 22:27:52 eva Exp $
51
52 WANT_AUTOMAKE=1.8
53 inherit eutils gnome2 autotools
54
55 DESCRIPTION="Gnome Virtual Filesystem"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2 LGPL-2"
59 SLOT="2"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="acl avahi doc gnutls hal ipv6 kerberos samba ssl"
62
63 RDEPEND=">=gnome-base/gconf-2
64 >=dev-libs/glib-2.9.3
65 >=dev-libs/libxml2-2.6
66 >=net-misc/neon-0.25.3
67 app-arch/bzip2
68 virtual/fam
69 gnome-base/gnome-mime-data
70 >=x11-misc/shared-mime-info-0.14
71 >=dev-libs/dbus-glib-0.71
72 samba? ( >=net-fs/samba-3 )
73 gnutls? (
74 net-libs/gnutls
75 !gnome-extra/gnome-vfs-sftp
76 )
77 ssl? (
78 !gnutls? (
79 >=dev-libs/openssl-0.9.5
80 !gnome-extra/gnome-vfs-sftp
81 )
82 )
83 hal? (
84 >=sys-apps/hal-0.5.7
85 )
86 avahi? ( >=net-dns/avahi-0.6 )
87 kerberos? ( virtual/krb5 )
88 acl? (
89 sys-apps/acl
90 sys-apps/attr
91 )"
92 DEPEND="${RDEPEND}
93 sys-devel/gettext
94 gnome-base/gnome-common
95 >=dev-util/intltool-0.35
96 >=dev-util/pkgconfig-0.9
97 doc? ( >=dev-util/gtk-doc-1 )"
98 PDEPEND="hal? ( >=gnome-base/gnome-mount-0.4 )"
99
100 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
101
102 pkg_setup() {
103 if use hal ; then
104 G2CONF="--with-hal-mount=/usr/bin/gnome-mount \
105 --with-hal-umount=/usr/bin/gnome-umount \
106 --with-hal-eject=/usr/bin/gnome-eject"
107 fi
108
109 G2CONF="${G2CONF} \
110 --disable-schemas-install \
111 --disable-cdda \
112 --disable-howl \
113 --enable-http-neon \
114 $(use_enable ssl openssl) \
115 $(use_enable gnutls) \
116 $(use_enable samba) \
117 $(use_enable ipv6) \
118 $(use_enable hal) \
119 $(use_enable avahi) \
120 $(use_enable kerberos krb5) \
121 $(use_enable acl)"
122
123 # this works because of the order of conifgure parsing
124 # so should always be behind the use_enable options
125 # foser <foser@g.o 19 Apr 2004
126 use gnutls && use ssl && G2CONF="${G2CONF} --disable-openssl"
127 }
128
129 src_unpack() {
130 gnome2_src_unpack
131
132 # Allow the Trash on afs filesystems (#106118)
133 epatch "${FILESDIR}"/${PN}-2.12.0-afs.patch
134
135 # Fix compiling with headers missing
136 epatch "${FILESDIR}"/${PN}-2.15.2-headers-define.patch
137
138 # Fix for crashes running programs via sudo
139 epatch "${FILESDIR}"/${PN}-2.16.0-no-dbus-crash.patch
140
141 # Fix automagic dependencies
142 epatch "${FILESDIR}"/${P}-automagic-deps.patch
143
144 use doc || epatch "${FILESDIR}/${PN}-2.18.1-drop-gtk-doc-check.patch"
145
146 eautoreconf
147 intltoolize --force
148 }
149
150
151
152 --
153 gentoo-commits@g.o mailing list