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 63898138247 for ; Sun, 19 Jan 2014 10:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D21EE0C24; Sun, 19 Jan 2014 10:16:25 +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 BB176E0C24 for ; Sun, 19 Jan 2014 10:16:24 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECE8033F961 for ; Sun, 19 Jan 2014 10:16:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id AEBBE2004C; Sun, 19 Jan 2014 10:16:22 +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/asm: asm-3.3.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: asm-3.3.1.ebuild ChangeLog X-VCS-Directories: dev-java/asm X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140119101622.AEBBE2004C@flycatcher.gentoo.org> Date: Sun, 19 Jan 2014 10:16:22 +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: 707e4ef1-a2cf-4fb4-add6-a9b8102743e5 X-Archives-Hash: 729fdf56f3b22e65553c557d35d5b4f6 ago 14/01/19 10:16:22 Modified: asm-3.3.1.ebuild ChangeLog Log: Stable for ppc64, wrt bug #495014 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F) Revision Changes Path 1.7 dev-java/asm/asm-3.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild?r1=1.6&r2=1.7 Index: asm-3.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- asm-3.3.1.ebuild 24 Dec 2013 12:55:51 -0000 1.6 +++ asm-3.3.1.ebuild 19 Jan 2014 10:16:22 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild,v 1.6 2013/12/24 12:55:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-3.3.1.ebuild,v 1.7 2014/01/19 10:16:22 ago Exp $ WANT_ANT_TASKS="ant-owanttask" JAVA_PKG_IUSE="doc source" @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="3" IUSE="" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" 1.91 dev-java/asm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 24 Dec 2013 12:55:51 -0000 1.90 +++ ChangeLog 19 Jan 2014 10:16:22 -0000 1.91 @@ -1,6 +1,9 @@ # ChangeLog for dev-java/asm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v 1.90 2013/12/24 12:55:51 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v 1.91 2014/01/19 10:16:22 ago Exp $ + + 19 Jan 2014; Agostino Sarubbo asm-3.3.1.ebuild: + Stable for ppc64, wrt bug #495014 24 Dec 2013; Agostino Sarubbo asm-3.3.1.ebuild: Stable for x86, wrt bug #495014