public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/wavpack: wavpack-4.70.0.ebuild wavpack-4.60.1-r1.ebuild wavpack-4.60.1.ebuild ChangeLog
@ 2015-01-29 18:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-01-29 18:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/01/29 18:57:06

  Modified:             wavpack-4.70.0.ebuild wavpack-4.60.1-r1.ebuild
                        wavpack-4.60.1.ebuild ChangeLog
  Log:
  Switch to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.12                 media-sound/wavpack/wavpack-4.70.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.70.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.70.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.70.0.ebuild?r1=1.11&r2=1.12

Index: wavpack-4.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.70.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wavpack-4.70.0.ebuild	18 Jun 2014 20:29:37 -0000	1.11
+++ wavpack-4.70.0.ebuild	29 Jan 2015 18:57:06 -0000	1.12
@@ -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-sound/wavpack/wavpack-4.70.0.ebuild,v 1.11 2014/06/18 20:29:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.70.0.ebuild,v 1.12 2015/01/29 18:57:06 mgorny Exp $
 
 EAPI=5
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
@@ -13,7 +13,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="mmx static-libs"
+IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
 	abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r4
@@ -24,7 +24,7 @@
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable mmx)
+		$(use_enable cpu_flags_x86_mmx mmx)
 	)
 	autotools-multilib_src_configure
 }



1.14                 media-sound/wavpack/wavpack-4.60.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild?r1=1.13&r2=1.14

Index: wavpack-4.60.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wavpack-4.60.1-r1.ebuild	18 Jun 2014 20:29:37 -0000	1.13
+++ wavpack-4.60.1-r1.ebuild	29 Jan 2015 18:57:06 -0000	1.14
@@ -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-sound/wavpack/wavpack-4.60.1-r1.ebuild,v 1.13 2014/06/18 20:29:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1-r1.ebuild,v 1.14 2015/01/29 18:57:06 mgorny Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="mmx static-libs"
+IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
 	abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r4
@@ -26,7 +26,7 @@
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable mmx)
+		$(use_enable cpu_flags_x86_mmx mmx)
 	)
 
 	autotools-multilib_src_configure



1.11                 media-sound/wavpack/wavpack-4.60.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild?r1=1.10&r2=1.11

Index: wavpack-4.60.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wavpack-4.60.1.ebuild	17 May 2012 15:25:01 -0000	1.10
+++ wavpack-4.60.1.ebuild	29 Jan 2015 18:57:06 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild,v 1.10 2012/05/17 15:25:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.60.1.ebuild,v 1.11 2015/01/29 18:57:06 mgorny Exp $
 
 EAPI=4
 inherit libtool
@@ -12,7 +12,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="mmx"
+IUSE="cpu_flags_x86_mmx"
 
 RDEPEND="virtual/libiconv"
 DEPEND="${RDEPEND}"
@@ -26,7 +26,7 @@
 src_configure() {
 	econf \
 		--disable-static \
-		$(use_enable mmx)
+		$(use_enable cpu_flags_x86_mmx mmx)
 }
 
 src_install() {



1.88                 media-sound/wavpack/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wavpack/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	18 Jun 2014 20:29:37 -0000	1.87
+++ ChangeLog	29 Jan 2015 18:57:06 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/wavpack
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.87 2014/06/18 20:29:37 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/ChangeLog,v 1.88 2015/01/29 18:57:06 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <mgorny@gentoo.org> wavpack-4.60.1-r1.ebuild,
+  wavpack-4.60.1.ebuild, wavpack-4.70.0.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   18 Jun 2014; Michał Górny <mgorny@gentoo.org> wavpack-4.60.1-r1.ebuild,
   wavpack-4.70.0.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-29 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 18:57 [gentoo-commits] gentoo-x86 commit in media-sound/wavpack: wavpack-4.70.0.ebuild wavpack-4.60.1-r1.ebuild wavpack-4.60.1.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox