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 EEAAE13838B for ; Fri, 19 Sep 2014 09:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7176FE07F2; Fri, 19 Sep 2014 09:38:01 +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 E805DE07F2 for ; Fri, 19 Sep 2014 09:38:00 +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 6B4463402C0 for ; Fri, 19 Sep 2014 09:37:59 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 018DFE8E; Fri, 19 Sep 2014 09:37:57 +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 dev-java/java-config: java-config-2.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: java-config-2.2.0.ebuild ChangeLog X-VCS-Directories: dev-java/java-config X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140919093758.018DFE8E@oystercatcher.gentoo.org> Date: Fri, 19 Sep 2014 09:37:57 +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: c748b5f1-9538-4053-b9bf-08ac1e759c9e X-Archives-Hash: e49314ae1fdd235ac69960757782044b ago 14/09/19 09:37:57 Modified: java-config-2.2.0.ebuild ChangeLog Log: Stable for ppc, wrt bug #500398 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.11 dev-java/java-config/java-config-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?r1=1.10&r2=1.11 Index: java-config-2.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- java-config-2.2.0.ebuild 19 Sep 2014 09:37:35 -0000 1.10 +++ java-config-2.2.0.ebuild 19 Sep 2014 09:37:57 -0000 1.11 @@ -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/dev-java/java-config/java-config-2.2.0.ebuild,v 1.10 2014/09/19 09:37:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.11 2014/09/19 09:37:57 ago Exp $ EAPI="5" @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" # baselayout-java is added as a dep till it can be added to eclass. 1.289 dev-java/java-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.289&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.289&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.288&r2=1.289 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v retrieving revision 1.288 retrieving revision 1.289 diff -u -r1.288 -r1.289 --- ChangeLog 19 Sep 2014 09:37:35 -0000 1.288 +++ ChangeLog 19 Sep 2014 09:37:57 -0000 1.289 @@ -1,6 +1,9 @@ # ChangeLog for dev-java/java-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.288 2014/09/19 09:37:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.289 2014/09/19 09:37:57 ago Exp $ + + 19 Sep 2014; Agostino Sarubbo java-config-2.2.0.ebuild: + Stable for ppc, wrt bug #500398 19 Sep 2014; Agostino Sarubbo java-config-2.2.0.ebuild: Stable for ppc64, wrt bug #500398