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 101EB138247 for ; Sat, 21 Dec 2013 16:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1847E0A88; Sat, 21 Dec 2013 16:25:13 +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 2C117E0A88 for ; Sat, 21 Dec 2013 16:25:13 +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 2933233F686 for ; Sat, 21 Dec 2013 16:25:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id E3A592004C; Sat, 21 Dec 2013 16:25:10 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: portage-2.2.7.ebuild ChangeLog X-VCS-Directories: sys-apps/portage X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131221162510.E3A592004C@flycatcher.gentoo.org> Date: Sat, 21 Dec 2013 16:25:10 +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: b6c15b4f-984a-42c6-9ea3-7e2b3a743a8f X-Archives-Hash: d151cd1a3b4899c99c3f2a1ae9e756e9 ago 13/12/21 16:25:10 Modified: portage-2.2.7.ebuild ChangeLog Log: Stable for ppc, wrt bug #488156 (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 sys-apps/portage/portage-2.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild?r1=1.6&r2=1.7 Index: portage-2.2.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- portage-2.2.7.ebuild 30 Nov 2013 03:45:37 -0000 1.6 +++ portage-2.2.7.ebuild 21 Dec 2013 16:25:10 -0000 1.7 @@ -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-apps/portage/portage-2.2.7.ebuild,v 1.6 2013/11/30 03:45:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v 1.7 2013/12/21 16:25:10 ago Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -15,7 +15,7 @@ DESCRIPTION="Portage is the package management and distribution system for Gentoo" HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="build doc epydoc +ipc linguas_ru pypy2_0 python2 python3 selinux xattr" 1.1371 sys-apps/portage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1371&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1371&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1370&r2=1.1371 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v retrieving revision 1.1370 retrieving revision 1.1371 diff -u -r1.1370 -r1.1371 --- ChangeLog 12 Dec 2013 05:04:43 -0000 1.1370 +++ ChangeLog 21 Dec 2013 16:25:10 -0000 1.1371 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1370 2013/12/12 05:04:43 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1371 2013/12/21 16:25:10 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo portage-2.2.7.ebuild: + Stable for ppc, wrt bug #488156 12 Dec 2013; Maciej Mrozowski metadata.xml: Describe 'xattr' USE flag to avoid being used unnecessarily as it brings