Gentoo Archives: gentoo-commits

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