commit:     78b5a0fae97f6b2230b70cca8d390e25af4e84c8
Author:     Zetok Zalbavar <zetok <AT> openmailbox <DOT> org>
AuthorDate: Thu Jun 16 19:51:24 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 06:13:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b5a0fa

net-im/qtox: update to EAPI 6

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 <AT> gentoo.org>

 net-im/qtox/qtox-1.3.0.ebuild | 6 +-----
 net-im/qtox/qtox-1.4.0.ebuild | 6 +-----
 net-im/qtox/qtox-9999.ebuild  | 9 +--------
 3 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/net-im/qtox/qtox-1.3.0.ebuild b/net-im/qtox/qtox-1.3.0.ebuild
index 3dffe4b..5c25a9f 100644
--- a/net-im/qtox/qtox-1.3.0.ebuild
+++ b/net-im/qtox/qtox-1.3.0.ebuild
@@ -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"

diff --git a/net-im/qtox/qtox-1.4.0.ebuild b/net-im/qtox/qtox-1.4.0.ebuild
index 054a451..ec6d329 100644
--- a/net-im/qtox/qtox-1.4.0.ebuild
+++ b/net-im/qtox/qtox-1.4.0.ebuild
@@ -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"

diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild
index 19761c5..0c69c91 100644
--- a/net-im/qtox/qtox-9999.ebuild
+++ b/net-im/qtox/qtox-9999.ebuild
@@ -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}
 }

Reply via email to