Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: gnome-vfs-2.24.4-r2.ebuild ChangeLog
Date: Mon, 01 Sep 2014 22:46:11
Message-Id: 20140901224607.B6DA94785@oystercatcher.gentoo.org
1 ottxor 14/09/01 22:46:07
2
3 Modified: gnome-vfs-2.24.4-r2.ebuild ChangeLog
4 Log:
5 added prefix support (bug #519060)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.12 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild?r1=1.11&r2=1.12
15
16 Index: gnome-vfs-2.24.4-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- gnome-vfs-2.24.4-r2.ebuild 25 Aug 2014 10:58:46 -0000 1.11
23 +++ gnome-vfs-2.24.4-r2.ebuild 1 Sep 2014 22:46:07 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v 1.11 2014/08/25 10:58:46 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v 1.12 2014/09/01 22:46:07 ottxor Exp $
29
30 EAPI=5
31 GCONF_DEBUG="no"
32 @@ -14,7 +14,7 @@
33
34 LICENSE="GPL-2 LGPL-2"
35 SLOT="2"
36 -KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
37 +KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 IUSE="acl avahi doc fam gnutls ipv6 kerberos samba ssl"
39
40 RDEPEND=">=gnome-base/gconf-2.32.4-r1[${MULTILIB_USEDEP}]
41 @@ -129,6 +129,10 @@
42 # foser <foser@g.o 19 Apr 2004
43 use gnutls && use ssl && myconf+=( --disable-openssl )
44
45 + #bug #519060
46 + #configure script is so messed up on res_init on Darwin
47 + [[ ${CHOST} == *-darwin* ]] && export LIBS="${LIBS} -lresolv"
48 +
49 ECONF_SOURCE=${S} \
50 gnome2_src_configure "${myconf[@]}"
51
52
53
54
55 1.359 gnome-base/gnome-vfs/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.359&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.359&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?r1=1.358&r2=1.359
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v
64 retrieving revision 1.358
65 retrieving revision 1.359
66 diff -u -r1.358 -r1.359
67 --- ChangeLog 25 Aug 2014 10:58:46 -0000 1.358
68 +++ ChangeLog 1 Sep 2014 22:46:07 -0000 1.359
69 @@ -1,6 +1,10 @@
70 # ChangeLog for gnome-base/gnome-vfs
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.358 2014/08/25 10:58:46 ago Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.359 2014/09/01 22:46:07 ottxor Exp $
74 +
75 + 01 Sep 2014; Christoph Junghans <ottxor@g.o>
76 + gnome-vfs-2.24.4-r2.ebuild:
77 + added prefix support (bug #519060)
78
79 25 Aug 2014; Agostino Sarubbo <ago@g.o> gnome-vfs-2.24.4-r2.ebuild:
80 Stable for alpha, wrt bug #512012