commit:     0bc0717123b9e91048be7459bacb514b633e6070
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 21:41:11 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 21:41:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc07171

net-wireless/gqrx: bump

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/gqrx/Manifest                           |  1 +
 .../gqrx/{gqrx-9999.ebuild => gqrx-2.12.1.ebuild}    | 20 ++++++++++----------
 net-wireless/gqrx/gqrx-9999.ebuild                   | 20 ++++++++++----------
 3 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/net-wireless/gqrx/Manifest b/net-wireless/gqrx/Manifest
index 89e367f5b78..e81dc27abd2 100644
--- a/net-wireless/gqrx/Manifest
+++ b/net-wireless/gqrx/Manifest
@@ -1 +1,2 @@
 DIST gqrx-2.11.5.tar.gz 1329054 BLAKE2B 
205bf1d984f18d43c914bb24e59f7ed42e9faf8060b44c2f78f6d1bb7a222d87395c347626802438c45a30225acac18ca3114d412faf3f8385840276c0c08ac8
 SHA512 
d2928559d377b85ea683839b0e7dd1213038ee350718f9dad5064afacab20b08d1c1edc189ae8c5ae992ad019636c930555f9a441aee88964231d174db25ae6f
+DIST gqrx-2.12.1.tar.gz 1334839 BLAKE2B 
9ad8ab710675f4b42ff652d642026aba00dad63867f836662054aaab89cc7788874cc0f47de531257ee901f3bc58a6e6d5aef3c5a4fe30ae367d24fcd87ae763
 SHA512 
28d3da6c4ff750cf580db658aee267162a64103e9dac1d212f70df6bc602c8d50ccb7aaf88c7e976cfa235b884e02b4994e679f69aed640485c44ed07f183cc9

diff --git a/net-wireless/gqrx/gqrx-9999.ebuild 
b/net-wireless/gqrx/gqrx-2.12.1.ebuild
similarity index 96%
copy from net-wireless/gqrx/gqrx-9999.ebuild
copy to net-wireless/gqrx/gqrx-2.12.1.ebuild
index b9b3d7bb2cf..0c8ea0281cd 100644
--- a/net-wireless/gqrx/gqrx-9999.ebuild
+++ b/net-wireless/gqrx/gqrx-2.12.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -34,6 +34,14 @@ DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
        portaudio? ( media-libs/portaudio:= )"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+       if use !pulseaudio; then
+               sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
+       fi
+       cmake-utils_src_prepare
+       eapply_user
+}
+
 src_configure() {
        if use pulseaudio; then
                LINUX_AUDIO_BACKEND=Pulseaudio
@@ -49,14 +57,6 @@ src_configure() {
        cmake-utils_src_configure
 }
 
-src_prepare() {
-       if use !pulseaudio; then
-               sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
-       fi
-       cmake-utils_src_prepare
-       eapply_user
-}
-
 src_install() {
        dobin "${BUILD_DIR}"/src/gqrx
 }

diff --git a/net-wireless/gqrx/gqrx-9999.ebuild 
b/net-wireless/gqrx/gqrx-9999.ebuild
index b9b3d7bb2cf..0c8ea0281cd 100644
--- a/net-wireless/gqrx/gqrx-9999.ebuild
+++ b/net-wireless/gqrx/gqrx-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -34,6 +34,14 @@ DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
        portaudio? ( media-libs/portaudio:= )"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+       if use !pulseaudio; then
+               sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
+       fi
+       cmake-utils_src_prepare
+       eapply_user
+}
+
 src_configure() {
        if use pulseaudio; then
                LINUX_AUDIO_BACKEND=Pulseaudio
@@ -49,14 +57,6 @@ src_configure() {
        cmake-utils_src_configure
 }
 
-src_prepare() {
-       if use !pulseaudio; then
-               sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
-       fi
-       cmake-utils_src_prepare
-       eapply_user
-}
-
 src_install() {
        dobin "${BUILD_DIR}"/src/gqrx
 }

Reply via email to