summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-29 17:30:44 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-29 17:30:44 +0000
commite9f774c9f567a167e04d45aaaad1e669167931d0 (patch)
treeda4cfc75310244ae2eeff384148b38d348c689ef /media-libs/evas
parentSwitch to CPU_FLAGS_X86. (diff)
downloadgentoo-2-e9f774c9f567a167e04d45aaaad1e669167931d0.tar.gz
gentoo-2-e9f774c9f567a167e04d45aaaad1e669167931d0.tar.bz2
gentoo-2-e9f774c9f567a167e04d45aaaad1e669167931d0.zip
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/evas')
-rw-r--r--media-libs/evas/ChangeLog8
-rw-r--r--media-libs/evas/evas-1.7.8.ebuild12
-rw-r--r--media-libs/evas/evas-1.7.9.ebuild12
-rw-r--r--media-libs/evas/evas-9999.ebuild12
4 files changed, 24 insertions, 20 deletions
diff --git a/media-libs/evas/ChangeLog b/media-libs/evas/ChangeLog
index 2a75a5bdc7d1..4ea325d41d02 100644
--- a/media-libs/evas/ChangeLog
+++ b/media-libs/evas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/evas
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.31 2014/03/11 09:17:31 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/ChangeLog,v 1.32 2015/01/29 17:30:44 mgorny Exp $
+
+ 29 Jan 2015; Michał Górny <mgorny@gentoo.org> evas-1.7.8.ebuild,
+ evas-1.7.9.ebuild, evas-9999.ebuild:
+ Convert to CPU_FLAGS_X86.
11 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> evas-1.7.9.ebuild:
Fixed compilation with >=freetype-2.5.1 (bug #493586).
diff --git a/media-libs/evas/evas-1.7.8.ebuild b/media-libs/evas/evas-1.7.8.ebuild
index d8d521300ec7..1270cd5a9c81 100644
--- a/media-libs/evas/evas-1.7.8.ebuild
+++ b/media-libs/evas/evas-1.7.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/evas/evas-1.7.8.ebuild,v 1.2 2013/09/28 09:26:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.8.ebuild,v 1.3 2015/01/29 17:30:44 mgorny Exp $
EAPI="5"
@@ -19,7 +19,7 @@ DESCRIPTION="hardware-accelerated retained canvas API"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
LICENSE="BSD-2"
-IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga tiff wayland X xcb xpm"
+IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm"
RDEPEND=">=dev-libs/eina-${PV}
>=media-libs/freetype-2.3.9
@@ -105,12 +105,12 @@ src_configure() {
$(use_enable gif image-loader-gif)
$(use_enable ico image-loader-ico)
$(use_enable jpeg image-loader-jpeg)
- $(use_enable mmx cpu-mmx)
+ $(use_enable cpu_flags_x86_mmx cpu-mmx)
$(use_enable png image-loader-png)
$(use_enable ppm image-loader-pmaps)
$(use_enable psd image-loader-psd)
- $(use_enable sse cpu-sse)
- $(use_enable sse3 cpu-sse3)
+ $(use_enable cpu_flags_x86_sse cpu-sse)
+ $(use_enable cpu_flags_x86_sse3 cpu-sse3)
--disable-image-loader-svg
$(use_enable tga image-loader-tga)
$(use_enable tiff image-loader-tiff)
diff --git a/media-libs/evas/evas-1.7.9.ebuild b/media-libs/evas/evas-1.7.9.ebuild
index f17079b6682b..c29f1fdda5e3 100644
--- a/media-libs/evas/evas-1.7.9.ebuild
+++ b/media-libs/evas/evas-1.7.9.ebuild
@@ -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/evas/evas-1.7.9.ebuild,v 1.2 2014/03/11 09:17:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.9.ebuild,v 1.3 2015/01/29 17:30:44 mgorny Exp $
EAPI="5"
@@ -20,7 +20,7 @@ DESCRIPTION="hardware-accelerated retained canvas API"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
LICENSE="BSD-2"
-IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga tiff wayland X xcb xpm"
+IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm"
RDEPEND=">=dev-libs/eina-1.7.9
>=media-libs/freetype-2.3.9
@@ -113,12 +113,12 @@ src_configure() {
$(use_enable gif image-loader-gif)
$(use_enable ico image-loader-ico)
$(use_enable jpeg image-loader-jpeg)
- $(use_enable mmx cpu-mmx)
+ $(use_enable cpu_flags_x86_mmx cpu-mmx)
$(use_enable png image-loader-png)
$(use_enable ppm image-loader-pmaps)
$(use_enable psd image-loader-psd)
- $(use_enable sse cpu-sse)
- $(use_enable sse3 cpu-sse3)
+ $(use_enable cpu_flags_x86_sse cpu-sse)
+ $(use_enable cpu_flags_x86_sse3 cpu-sse3)
--disable-image-loader-svg
$(use_enable tga image-loader-tga)
$(use_enable tiff image-loader-tiff)
diff --git a/media-libs/evas/evas-9999.ebuild b/media-libs/evas/evas-9999.ebuild
index 1e607b92b0df..1e33592225cb 100644
--- a/media-libs/evas/evas-9999.ebuild
+++ b/media-libs/evas/evas-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/evas/evas-9999.ebuild,v 1.1 2013/09/28 09:26:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-9999.ebuild,v 1.2 2015/01/29 17:30:44 mgorny Exp $
EAPI="5"
@@ -19,7 +19,7 @@ DESCRIPTION="hardware-accelerated retained canvas API"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
LICENSE="BSD-2"
-IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 static-libs tga tiff wayland X xcb xpm"
+IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg cpu_flags_x86_mmx opengl +png +ppm +psd cpu_flags_x86_sse cpu_flags_x86_sse3 static-libs tga tiff wayland X xcb xpm"
RDEPEND=">=dev-libs/eina-${PV}
>=media-libs/freetype-2.3.9
@@ -105,12 +105,12 @@ src_configure() {
$(use_enable gif image-loader-gif)
$(use_enable ico image-loader-ico)
$(use_enable jpeg image-loader-jpeg)
- $(use_enable mmx cpu-mmx)
+ $(use_enable cpu_flags_x86_mmx cpu-mmx)
$(use_enable png image-loader-png)
$(use_enable ppm image-loader-pmaps)
$(use_enable psd image-loader-psd)
- $(use_enable sse cpu-sse)
- $(use_enable sse3 cpu-sse3)
+ $(use_enable cpu_flags_x86_sse cpu-sse)
+ $(use_enable cpu_flags_x86_sse3 cpu-sse3)
--disable-image-loader-svg
$(use_enable tga image-loader-tga)
$(use_enable tiff image-loader-tiff)