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 3CEFF1389F4 for ; Thu, 30 Oct 2014 14:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF797E0851; Thu, 30 Oct 2014 14:04:22 +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 57991E0851 for ; Thu, 30 Oct 2014 14:04:22 +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 484E43404CB for ; Thu, 30 Oct 2014 14:04:21 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id EF4F2912B; Thu, 30 Oct 2014 14:04:19 +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/libsdl2: libsdl2-2.0.3-r200.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libsdl2-2.0.3-r200.ebuild ChangeLog X-VCS-Directories: media-libs/libsdl2 X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141030140419.EF4F2912B@oystercatcher.gentoo.org> Date: Thu, 30 Oct 2014 14:04:19 +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: bf83b6e8-513b-4b1f-9949-a066235bfe17 X-Archives-Hash: 4729d6facb31ed68e2e9267779afcd08 ago 14/10/30 14:04:19 Modified: libsdl2-2.0.3-r200.ebuild ChangeLog Log: Stable for amd64, wrt bug #522272 (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?r1=1.2&r2=1.3 Index: libsdl2-2.0.3-r200.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsdl2-2.0.3-r200.ebuild 11 Oct 2014 09:49:43 -0000 1.2 +++ libsdl2-2.0.3-r200.ebuild 30 Oct 2014 14:04:19 -0000 1.3 @@ -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/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.2 2014/10/11 09:49:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.3 2014/10/30 14:04:19 ago Exp $ # TODO: convert FusionSound #484250 @@ -14,7 +14,7 @@ LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha amd64 ~x86" IUSE="3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick mmx nas opengl oss pulseaudio +sound sse sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver" REQUIRED_USE=" 1.27 media-libs/libsdl2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 11 Oct 2014 09:49:43 -0000 1.26 +++ ChangeLog 30 Oct 2014 14:04:19 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.26 2014/10/11 09:49:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.27 2014/10/30 14:04:19 ago Exp $ + + 30 Oct 2014; Agostino Sarubbo libsdl2-2.0.3-r200.ebuild: + Stable for amd64, wrt bug #522272 11 Oct 2014; Tobias Klausmann libsdl2-2.0.3-r200.ebuild: