net-im/qtox: update to EAPI 6
authorZetok Zalbavar <zetok@openmailbox.org>
Thu, 16 Jun 2016 19:51:24 +0000 (20:51 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 22 Jun 2016 06:13:23 +0000 (06:13 +0000)
Also remove no longer needed part from live ebuild, since upstream
removed support for filter_audio completely.

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1689
See-Also: https://github.com/tux3/qTox/commit/792103f8b0c76ecec576f7e57efb3edb71

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
net-im/qtox/qtox-1.3.0.ebuild
net-im/qtox/qtox-1.4.0.ebuild
net-im/qtox/qtox-9999.ebuild

index 3dffe4b24b5886761a0a418b6dcc4e98ebb8a462..5c25a9ff2cba81f84eb2306c8e0f73818a19f032 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils qmake-utils
 
@@ -56,10 +56,6 @@ pkg_pretend() {
        fi
 }
 
-src_prepare() {
-       epatch_user
-}
-
 src_configure() {
        use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
        use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
index 054a45136860bbb203ac5a2c77ecc93d5dfbd52a..ec6d329a938e155a5875697c131e80709b789f15 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils qmake-utils
 
@@ -57,10 +57,6 @@ pkg_pretend() {
        fi
 }
 
-src_prepare() {
-       epatch_user
-}
-
 src_configure() {
        use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
        use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
index 19761c5e85dcf7cee8bbe83fc85d5566bfb91ca0..0c69c91103c4a339a3a53a81e88fdb72b6adb245 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils qmake-utils git-r3
 
@@ -56,18 +56,11 @@ pkg_pretend() {
        fi
 }
 
-src_prepare() {
-       epatch_user
-}
-
 src_configure() {
        use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
        use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
-       # filter_audio is disabled since it's not available in Gentoo, and
-       # support for it in qTox at the present is ~broken anyway
        eqmake5 \
                        PREFIX="${D}/usr" \
-                       DISABLE_FILTER_AUDIO=YES \
                        ${NO_GTK_SUPPORT} \
                        ${NO_X_SUPPORT}
 }