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 8217F1381F3 for ; Wed, 16 Oct 2013 13:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67669E09FB; Wed, 16 Oct 2013 13:17:11 +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 D9769E09FB for ; Wed, 16 Oct 2013 13:17:10 +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 D6CED33EF94 for ; Wed, 16 Oct 2013 13:17:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 2D3F72004C; Wed, 16 Oct 2013 13:17:06 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@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: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131016131706.2D3F72004C@flycatcher.gentoo.org> Date: Wed, 16 Oct 2013 13:17:06 +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: 06899f6e-1432-4f6f-8c92-95b01121cb9e X-Archives-Hash: 2a56c1a390bb3064fdac6869e8998835 jer 13/10/16 13:17:06 Modified: portage-2.2.7.ebuild ChangeLog Log: Stable for HPPA (bug #488156). (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild?r1=1.1&r2=1.2 Index: portage-2.2.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- portage-2.2.7.ebuild 23 Sep 2013 21:14:38 -0000 1.1 +++ portage-2.2.7.ebuild 16 Oct 2013 13:17:05 -0000 1.2 @@ -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.1 2013/09/23 21:14:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v 1.2 2013/10/16 13:17:05 jer 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.1365 sys-apps/portage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1365&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1365&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1364&r2=1.1365 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v retrieving revision 1.1364 retrieving revision 1.1365 diff -u -r1.1364 -r1.1365 --- ChangeLog 25 Sep 2013 17:23:09 -0000 1.1364 +++ ChangeLog 16 Oct 2013 13:17:05 -0000 1.1365 @@ -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.1364 2013/09/25 17:23:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1365 2013/10/16 13:17:05 jer Exp $ + + 16 Oct 2013; Jeroen Roovers portage-2.2.7.ebuild: + Stable for HPPA (bug #488156). 25 Sep 2013; Agostino Sarubbo portage-2.2.1.ebuild: Stable for ppc, wrt bug #478904