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 5718313877A for ; Sat, 23 Aug 2014 15:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD88E09C9; Sat, 23 Aug 2014 15:29:47 +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 5BFFDE09C9 for ; Sat, 23 Aug 2014 15:29:47 +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 54FD934028C for ; Sat, 23 Aug 2014 15:29:46 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id EC9413C2C; Sat, 23 Aug 2014 15:29:44 +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-util/cppunit: cppunit-1.13.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cppunit-1.13.2-r2.ebuild ChangeLog X-VCS-Directories: dev-util/cppunit X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140823152944.EC9413C2C@oystercatcher.gentoo.org> Date: Sat, 23 Aug 2014 15:29:44 +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: f28bb570-5f70-4179-8486-caa3937a4820 X-Archives-Hash: 3c299d426548e701d587f6d410cd2334 ago 14/08/23 15:29:44 Modified: cppunit-1.13.2-r2.ebuild ChangeLog Log: Stable for ia64, wrt bug #512012 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision Changes Path 1.8 dev-util/cppunit/cppunit-1.13.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild?r1=1.7&r2=1.8 Index: cppunit-1.13.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cppunit-1.13.2-r2.ebuild 21 Aug 2014 10:40:22 -0000 1.7 +++ cppunit-1.13.2-r2.ebuild 23 Aug 2014 15:29:44 -0000 1.8 @@ -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-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.7 2014/08/21 10:40:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.8 2014/08/23 15:29:44 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} = 9999 ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples static-libs" RDEPEND="" 1.100 dev-util/cppunit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 21 Aug 2014 10:40:22 -0000 1.99 +++ ChangeLog 23 Aug 2014 15:29:44 -0000 1.100 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.99 2014/08/21 10:40:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.100 2014/08/23 15:29:44 ago Exp $ + + 23 Aug 2014; Agostino Sarubbo cppunit-1.13.2-r2.ebuild: + Stable for ia64, wrt bug #512012 21 Aug 2014; Agostino Sarubbo cppunit-1.13.2-r2.ebuild: Stable for ppc64, wrt bug #512012