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 ECE9C1388E1 for ; Thu, 7 Feb 2013 13:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79549E051E; Thu, 7 Feb 2013 13:07:03 +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 08B88E051E for ; Thu, 7 Feb 2013 13:07:02 +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 EA79B33E00F for ; Thu, 7 Feb 2013 13:07:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id A87A32171D; Thu, 7 Feb 2013 13:07:00 +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 media-libs/opus: opus-1.0.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: opus-1.0.2-r1.ebuild ChangeLog X-VCS-Directories: media-libs/opus X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130207130700.A87A32171D@flycatcher.gentoo.org> Date: Thu, 7 Feb 2013 13:07:00 +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: ec25dfec-901f-42bb-b756-6dfc6541e148 X-Archives-Hash: f30e09edf3d954dc88b39d5dd66e0c99 ago 13/02/07 13:07:00 Modified: opus-1.0.2-r1.ebuild ChangeLog Log: Stable for hppa, wrt bug #454906 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.2 media-libs/opus/opus-1.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild?r1=1.1&r2=1.2 Index: opus-1.0.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- opus-1.0.2-r1.ebuild 4 Feb 2013 16:33:46 -0000 1.1 +++ opus-1.0.2-r1.ebuild 7 Feb 2013 13:07:00 -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/media-libs/opus/opus-1.0.2-r1.ebuild,v 1.1 2013/02/04 16:33:46 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2-r1.ebuild,v 1.2 2013/02/07 13:07:00 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="custom-modes doc static-libs" DEPEND="doc? ( app-doc/doxygen )" 1.18 media-libs/opus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 4 Feb 2013 19:37:53 -0000 1.17 +++ ChangeLog 7 Feb 2013 13:07:00 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/opus # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.17 2013/02/04 19:37:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.18 2013/02/07 13:07:00 ago Exp $ + + 07 Feb 2013; Agostino Sarubbo opus-1.0.2-r1.ebuild: + Stable for hppa, wrt bug #454906 04 Feb 2013; Agostino Sarubbo opus-1.0.1.ebuild: Add ~sparc, wrt bug #450672