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 73048138A1A for ; Thu, 29 Jan 2015 17:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAE5DE0853; Thu, 29 Jan 2015 17:42:17 +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 6A77DE0853 for ; Thu, 29 Jan 2015 17:42:17 +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 6272C34073C for ; Thu, 29 Jan 2015 17:42:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 03250109A8; Thu, 29 Jan 2015 17:42:15 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@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: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150129174215.03250109A8@oystercatcher.gentoo.org> Date: Thu, 29 Jan 2015 17:42:15 +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: 4425674d-547c-412a-8124-e877faf78daf X-Archives-Hash: c9f8490874a86fc511789767e74abf5c mgorny 15/01/29 17:42:15 Modified: libsdl2-2.0.3-r200.ebuild ChangeLog Log: Convert to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild?r1=1.5&r2=1.6 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libsdl2-2.0.3-r200.ebuild 26 Dec 2014 17:51:17 -0000 1.5 +++ libsdl2-2.0.3-r200.ebuild 29 Jan 2015 17:42:14 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.5 2014/12/26 17:51:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.3-r200.ebuild,v 1.6 2015/01/29 17:42:14 mgorny Exp $ # TODO: convert FusionSound #484250 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm 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" +IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video wayland X xinerama xscreensaver" REQUIRED_USE=" alsa? ( sound ) fusionsound? ( sound ) @@ -92,11 +92,11 @@ --enable-cpuinfo \ --enable-atomic \ --enable-assembly \ - $(use_enable sse ssemath) \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ - $(use_enable sse) \ - $(use_enable sse2) \ + $(use_enable cpu_flags_x86_sse ssemath) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_3dnow 3dnow) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable altivec) \ $(use_enable oss) \ $(use_enable alsa) \ 1.31 media-libs/libsdl2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 22 Jan 2015 08:22:33 -0000 1.30 +++ ChangeLog 29 Jan 2015 17:42:14 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.30 2015/01/22 08:22:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.31 2015/01/29 17:42:14 mgorny Exp $ + + 29 Jan 2015; Michał Górny libsdl2-2.0.3-r200.ebuild: + Convert to CPU_FLAGS_X86. 22 Jan 2015; Michael Sterrett -libsdl2-2.0.3-r100.ebuild: