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 D8C041381F3 for ; Thu, 25 Apr 2013 19:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5A4E0B51; Thu, 25 Apr 2013 19:15:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF3E4E0B51 for ; Thu, 25 Apr 2013 19:15:28 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3DD833DF46 for ; Thu, 25 Apr 2013 19:15:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id C053A2171D; Thu, 25 Apr 2013 19:15:26 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/avfs: avfs-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: avfs-1.0.1.ebuild ChangeLog X-VCS-Directories: sys-fs/avfs X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130425191526.C053A2171D@flycatcher.gentoo.org> Date: Thu, 25 Apr 2013 19:15:26 +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: 31381f02-e747-49b5-9cd1-8d24f6f3e3f3 X-Archives-Hash: 78da54ec32912b4216e5c256931070f3 pinkbyte 13/04/25 19:15:26 Modified: avfs-1.0.1.ebuild ChangeLog Log: Add ~arm keyword (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.6 sys-fs/avfs/avfs-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild?r1=1.5&r2=1.6 Index: avfs-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- avfs-1.0.1.ebuild 13 Jan 2013 11:28:58 -0000 1.5 +++ avfs-1.0.1.ebuild 25 Apr 2013 19:15:26 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.5 2013/01/13 11:28:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/avfs-1.0.1.ebuild,v 1.6 2013/04/25 19:15:26 pinkbyte Exp $ EAPI=4 inherit eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86" IUSE="static-libs +lzma" RDEPEND=">=sys-fs/fuse-2.4 1.48 sys-fs/avfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 17 Mar 2013 16:18:08 -0000 1.47 +++ ChangeLog 25 Apr 2013 19:15:26 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/avfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.47 2013/03/17 16:18:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/avfs/ChangeLog,v 1.48 2013/04/25 19:15:26 pinkbyte Exp $ + + 25 Apr 2013; Sergey Popov avfs-1.0.1.ebuild: + Add ~arm keyword 17 Mar 2013; Markos Chandras metadata.xml: Add proxy-maintainers to metadata.xml