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 3442213877A for ; Mon, 4 Aug 2014 18:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C0EE08EC; Mon, 4 Aug 2014 18:50: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 5F03FE08EC for ; Mon, 4 Aug 2014 18:50:25 +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 5F56133BF1D for ; Mon, 4 Aug 2014 18:50:24 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id 189EA2004E; Mon, 4 Aug 2014 18:50:20 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/opal: opal-3.10.11.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: opal-3.10.11.ebuild ChangeLog X-VCS-Directories: net-libs/opal X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140804185021.189EA2004E@flycatcher.gentoo.org> Date: Mon, 4 Aug 2014 18:50:20 +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: c4a6a5b0-e8cb-4210-bfc3-1b159fbbdf38 X-Archives-Hash: 83f8e9d8a7692a55d0db8df39098bb25 armin76 14/08/04 18:50:20 Modified: opal-3.10.11.ebuild ChangeLog Log: ia64/sparc stable wrt #517960 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240) Revision Changes Path 1.6 net-libs/opal/opal-3.10.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild?r1=1.5&r2=1.6 Index: opal-3.10.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- opal-3.10.11.ebuild 28 Jul 2014 14:03:51 -0000 1.5 +++ opal-3.10.11.ebuild 4 Aug 2014 18:50:19 -0000 1.6 @@ -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/net-libs/opal/opal-3.10.11.ebuild,v 1.5 2014/07/28 14:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/opal-3.10.11.ebuild,v 1.6 2014/08/04 18:50:19 armin76 Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="MPL-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc x86" IUSE="capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs stats swig theora +video vpb vxml wav x264 x264-static xml" 1.108 net-libs/opal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/opal/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 28 Jul 2014 14:03:51 -0000 1.107 +++ ChangeLog 4 Aug 2014 18:50:19 -0000 1.108 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/opal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.107 2014/07/28 14:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/opal/ChangeLog,v 1.108 2014/08/04 18:50:19 armin76 Exp $ + + 04 Aug 2014; Raúl Porcel opal-3.10.11.ebuild: + ia64/sparc stable wrt #517960 28 Jul 2014; Agostino Sarubbo opal-3.10.11.ebuild: Stable for ppc, wrt bug #517960