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/gvfs: ChangeLog gvfs-1.14.1.ebuild
Date: Sun, 28 Oct 2012 21:55:15
Message-Id: 20121028215505.4BA3421600@flycatcher.gentoo.org
1 eva 12/10/28 21:55:05
2
3 Modified: ChangeLog
4 Added: gvfs-1.14.1.ebuild
5 Log:
6 Version bump. Session dbus stop fix, fuse/udisks2/gphoto2 fixes.
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.192 gnome-base/gvfs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.192&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.192&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.191&r2=1.192
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
20 retrieving revision 1.191
21 retrieving revision 1.192
22 diff -u -r1.191 -r1.192
23 --- ChangeLog 28 Oct 2012 15:51:56 -0000 1.191
24 +++ ChangeLog 28 Oct 2012 21:55:05 -0000 1.192
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-base/gvfs
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.191 2012/10/28 15:51:56 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.192 2012/10/28 21:55:05 eva Exp $
30 +
31 +*gvfs-1.14.1 (28 Oct 2012)
32 +
33 + 28 Oct 2012; Gilles Dartiguelongue <eva@g.o> +gvfs-1.14.1.ebuild:
34 + Version bump. Session dbus stop fix, fuse/udisks2/gphoto2 fixes.
35
36 28 Oct 2012; Raúl Porcel <armin76@g.o> gvfs-1.12.3.ebuild:
37 ia64/sh/sparc stable wrt #427544
38
39
40
41 1.1 gnome-base/gvfs/gvfs-1.14.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.14.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.14.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gvfs-1.14.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.1.ebuild,v 1.1 2012/10/28 21:55:05 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit autotools bash-completion-r1 eutils gnome2
57 if [[ ${PV} = 9999 ]]; then
58 inherit gnome2-live
59 fi
60
61 DESCRIPTION="GNOME Virtual Filesystem Layer"
62 HOMEPAGE="http://www.gnome.org"
63
64 LICENSE="LGPL-2+"
65 SLOT="0"
66
67 if [[ ${PV} = 9999 ]]; then
68 KEYWORDS=""
69 DOCS=""
70 else
71 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
72 DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README TODO" # ChangeLog.pre-1.2 README.commits
73 fi
74
75 SRC_URI="${SRC_URI}
76 http://dev.gentoo.org/~tetromino/distfiles/aclocal/libgcrypt.m4.bz2"
77
78 IUSE="afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gphoto2 gtk +http ios samba systemd +udev udisks"
79 REQUIRED_USE="systemd? ( udisks )"
80
81 # Can use libgphoto-2.5.0 as well. Automagic detection.
82 RDEPEND=">=dev-libs/glib-2.33.12:2
83 sys-apps/dbus
84 dev-libs/libxml2:2
85 net-misc/openssh
86 afp? ( >=dev-libs/libgcrypt-1.2.2 )
87 archive? ( app-arch/libarchive )
88 avahi? ( >=net-dns/avahi-0.6 )
89 bluetooth? (
90 >=app-mobilephone/obex-data-server-0.4.5
91 dev-libs/dbus-glib
92 net-wireless/bluez
93 dev-libs/expat )
94 bluray? ( media-libs/libbluray )
95 fuse? ( >=sys-fs/fuse-2.8.0 )
96 gdu? ( || (
97 >=gnome-base/libgdu-3.0.2
98 =sys-apps/gnome-disk-utility-3.0.2-r300
99 =sys-apps/gnome-disk-utility-3.0.2-r200 ) )
100 gnome-keyring? ( app-crypt/libsecret )
101 gphoto2? ( >=media-libs/libgphoto2-2.4.7 )
102 gtk? ( >=x11-libs/gtk+-3.0:3 )
103 http? ( >=net-libs/libsoup-gnome-2.26.0 )
104 ios? (
105 >=app-pda/libimobiledevice-1.1.0
106 >=app-pda/libplist-1 )
107 samba? ( >=net-fs/samba-3.4.6[smbclient] )
108 systemd? ( sys-apps/systemd )
109 udev? (
110 cdda? ( >=dev-libs/libcdio-0.78.2[-minimal] )
111 || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-164-r2[extras] ) )
112 udisks? ( >=sys-fs/udisks-1.97:2[systemd?] )"
113 DEPEND="${RDEPEND}
114 dev-libs/libxslt
115 >=dev-util/intltool-0.40
116 virtual/pkgconfig
117 dev-util/gtk-doc-am
118 doc? ( >=dev-util/gtk-doc-1 )"
119
120 REQUIRED_USE="cdda? ( udev )"
121
122 pkg_setup() {
123 # --enable-documentation installs man pages
124 G2CONF="${G2CONF}
125 --disable-bash-completion
126 --disable-hal
127 --disable-schemas-compile
128 --with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services
129 --enable-documentation
130 $(use_enable afp)
131 $(use_enable archive)
132 $(use_enable avahi)
133 $(use_enable bluetooth obexftp)
134 $(use_enable bluray)
135 $(use_enable cdda)
136 $(use_enable fuse)
137 $(use_enable gdu)
138 $(use_enable gphoto2)
139 $(use_enable gtk)
140 $(use_enable ios afc)
141 $(use_enable udev)
142 $(use_enable udev gudev)
143 $(use_enable http)
144 $(use_enable gnome-keyring keyring)
145 $(use_enable samba)
146 $(use_enable systemd libsystemd-login)
147 $(use_enable udisks udisks2)"
148 }
149
150 src_prepare() {
151 if use archive; then
152 epatch "${FILESDIR}"/${PN}-1.2.2-expose-archive-backend.patch
153 echo mount-archive.desktop.in >> po/POTFILES.in
154 echo mount-archive.desktop.in.in >> po/POTFILES.in
155 fi
156
157 if ! use udev; then
158 sed -i -e 's/gvfsd-burn/ /' daemon/Makefile.am || die
159 sed -i -e 's/burn.mount.in/ /' daemon/Makefile.am || die
160 sed -i -e 's/burn.mount/ /' daemon/Makefile.am || die
161 fi
162
163 if use archive || ! use udev; then
164 # libgcrypt.m4 needed for eautoreconf, bug #399043
165 mv "${WORKDIR}/libgcrypt.m4" "${S}"/ || die
166
167 [[ ${PV} = 9999 ]] || AT_M4DIR=. eautoreconf
168 fi
169
170 gnome2_src_prepare
171 }
172
173 src_install() {
174 gnome2_src_install
175 dobashcomp programs/completion/gvfs
176 }