ottxor 14/09/01 22:46:07 Modified: gnome-vfs-2.24.4-r2.ebuild ChangeLog Log: added prefix support (bug #519060) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.12 gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild 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 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 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 Index: gnome-vfs-2.24.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4-r2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnome-vfs-2.24.4-r2.ebuild 25 Aug 2014 10:58:46 -0000 1.11 +++ gnome-vfs-2.24.4-r2.ebuild 1 Sep 2014 22:46:07 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 GCONF_DEBUG="no" @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +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" IUSE="acl avahi doc fam gnutls ipv6 kerberos samba ssl" RDEPEND=">=gnome-base/gconf-2.32.4-r1[${MULTILIB_USEDEP}] @@ -129,6 +129,10 @@ # foser <fo...@gentoo.org 19 Apr 2004 use gnutls && use ssl && myconf+=( --disable-openssl ) + #bug #519060 + #configure script is so messed up on res_init on Darwin + [[ ${CHOST} == *-darwin* ]] && export LIBS="${LIBS} -lresolv" + ECONF_SOURCE=${S} \ gnome2_src_configure "${myconf[@]}" 1.359 gnome-base/gnome-vfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.359&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.359&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?r1=1.358&r2=1.359 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v retrieving revision 1.358 retrieving revision 1.359 diff -u -r1.358 -r1.359 --- ChangeLog 25 Aug 2014 10:58:46 -0000 1.358 +++ ChangeLog 1 Sep 2014 22:46:07 -0000 1.359 @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-vfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.358 2014/08/25 10:58:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.359 2014/09/01 22:46:07 ottxor Exp $ + + 01 Sep 2014; Christoph Junghans <ott...@gentoo.org> + gnome-vfs-2.24.4-r2.ebuild: + added prefix support (bug #519060) 25 Aug 2014; Agostino Sarubbo <a...@gentoo.org> gnome-vfs-2.24.4-r2.ebuild: Stable for alpha, wrt bug #512012