From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C932D13877A for ; Mon, 1 Sep 2014 22:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299DFE0C5D; Mon, 1 Sep 2014 22:46:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDBABE0C5D for ; Mon, 1 Sep 2014 22:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9549633DAC8 for ; Mon, 1 Sep 2014 22:46:09 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2288) id B6DA94785; Mon, 1 Sep 2014 22:46:07 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: gnome-vfs-2.24.4-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnome-vfs-2.24.4-r2.ebuild ChangeLog X-VCS-Directories: gnome-base/gnome-vfs X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140901224607.B6DA94785@oystercatcher.gentoo.org> Date: Mon, 1 Sep 2014 22:46:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f5e8b1f-2997-482a-9865-a5bc701fdc65 X-Archives-Hash: 164a85e456198109d160d2cd21ef09a4 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 + gnome-vfs-2.24.4-r2.ebuild: + added prefix support (bug #519060) 25 Aug 2014; Agostino Sarubbo gnome-vfs-2.24.4-r2.ebuild: Stable for alpha, wrt bug #512012