commit:     51b1dc0bf1515ef6d2e8d05b02cd9f980d3f9fac
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 03:04:38 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 03:59:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b1dc0b

dev-libs/efl: version bump to 1.18.4 #591858

 dev-libs/efl/Manifest                               |  1 +
 dev-libs/efl/{efl-9999.ebuild => efl-1.18.4.ebuild} | 12 ++++++++----
 dev-libs/efl/efl-9999.ebuild                        | 12 ++++++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index 3fd16fa8ff9..56c8229b2f0 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1 +1,2 @@
 DIST efl-1.17.0.tar.xz 43485360 SHA256 
c13540bad764d014fea2c079fad8fcca62e5c229994d43aa4eb692d2c9b73afe SHA512 
e4f28f938daf4ec1cb3d761407a443e401b59c6bb0f9fa6cd771dbd256b95f4a32a5f9e6bd8ad8328708a382f732e67abd1a23c7be2ff222f08bc8135a2435da
 WHIRLPOOL 
a9687320a5a61a727dd1ad8d757b260f72165ed54fb311cb0ff0c33590b8fc083aae1850cd8bdc5ae5c7506df119a445457cda9e076193692130c92e01e2d5bf
+DIST efl-1.18.4.tar.xz 64609944 SHA256 
39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025 SHA512 
2cfdcde8b5adb93310e75e4923e3845392bed97563ca1a68f4537e346b51f59acefaa85a425bdbb5619e5bfd6c9ff92b4bd1888b5d4ddd8db94c8a555e3934c9
 WHIRLPOOL 
06fa47d6aaa3ee7a4bf3d0e9f40ac4d1bc8211621f749f66b8a48fc13513ca91d2a68d92bf281d0073f73b93cd6d19214f28bb36205bd158363c552e55ef7bce

diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-1.18.4.ebuild
similarity index 92%
copy from dev-libs/efl/efl-9999.ebuild
copy to dev-libs/efl/efl-1.18.4.ebuild
index e051bea2d47..609840b2c5b 100644
--- a/dev-libs/efl/efl-9999.ebuild
+++ b/dev-libs/efl/efl-1.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,10 +11,9 @@ if [[ "${PV}" == "9999" ]] ; then
 elif [[ *"${PV}" == *"_pre"* ]] ; then
        MY_P=${P%%_*}
        SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz";
-       EKEY_STATE="snap"
 else
        
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz";
-       EKEY_STATE="snap"
+       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 inherit enlightenment pax-utils
@@ -22,7 +21,7 @@ inherit enlightenment pax-utils
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff tslib 
unwind v4l valgrind wayland webp X xim xine xpm"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png postscript +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff 
tslib unwind v4l valgrind wayland webp X xim xine xpm"
 
 REQUIRED_USE="
        pulseaudio?     ( sound )
@@ -64,6 +63,7 @@ RDEPEND="
        oldlua? ( dev-lang/lua:* )
        physics? ( >=sci-physics/bullet-2.80 )
        pixman? ( x11-libs/pixman )
+       postscript? ( app-text/libspectre )
        png? ( media-libs/libpng:0= )
        pulseaudio? ( media-sound/pulseaudio )
        raw? ( media-libs/libraw )
@@ -129,9 +129,12 @@ RDEPEND="
        !dev-libs/eobj
        !dev-libs/ephysics
        !media-libs/edje
+       !media-libs/elementary
        !media-libs/emotion
        !media-libs/ethumb
        !media-libs/evas
+       !media-plugins/emotion_generic_players
+       !media-plugins/evas_generic_loaders
 "
 #external lz4 support currently broken because of unstable ABI/API
 #      app-arch/lz4
@@ -230,6 +233,7 @@ src_configure() {
                $(use_enable pixman pixman-image)
                $(use_enable pixman pixman-image-scale-sample)
                $(use_enable png image-loader-png)
+               $(use_enable postscript spectre)
                $(use_enable ppm image-loader-pmaps)
                $(use_enable psd image-loader-psd)
                $(use_enable pulseaudio)

diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild
index e051bea2d47..609840b2c5b 100644
--- a/dev-libs/efl/efl-9999.ebuild
+++ b/dev-libs/efl/efl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,10 +11,9 @@ if [[ "${PV}" == "9999" ]] ; then
 elif [[ *"${PV}" == *"_pre"* ]] ; then
        MY_P=${P%%_*}
        SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz";
-       EKEY_STATE="snap"
 else
        
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz";
-       EKEY_STATE="snap"
+       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 inherit enlightenment pax-utils
@@ -22,7 +21,7 @@ inherit enlightenment pax-utils
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff tslib 
unwind v4l valgrind wayland webp X xim xine xpm"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png postscript +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff 
tslib unwind v4l valgrind wayland webp X xim xine xpm"
 
 REQUIRED_USE="
        pulseaudio?     ( sound )
@@ -64,6 +63,7 @@ RDEPEND="
        oldlua? ( dev-lang/lua:* )
        physics? ( >=sci-physics/bullet-2.80 )
        pixman? ( x11-libs/pixman )
+       postscript? ( app-text/libspectre )
        png? ( media-libs/libpng:0= )
        pulseaudio? ( media-sound/pulseaudio )
        raw? ( media-libs/libraw )
@@ -129,9 +129,12 @@ RDEPEND="
        !dev-libs/eobj
        !dev-libs/ephysics
        !media-libs/edje
+       !media-libs/elementary
        !media-libs/emotion
        !media-libs/ethumb
        !media-libs/evas
+       !media-plugins/emotion_generic_players
+       !media-plugins/evas_generic_loaders
 "
 #external lz4 support currently broken because of unstable ABI/API
 #      app-arch/lz4
@@ -230,6 +233,7 @@ src_configure() {
                $(use_enable pixman pixman-image)
                $(use_enable pixman pixman-image-scale-sample)
                $(use_enable png image-loader-png)
+               $(use_enable postscript spectre)
                $(use_enable ppm image-loader-pmaps)
                $(use_enable psd image-loader-psd)
                $(use_enable pulseaudio)

Reply via email to