zerochaos    15/01/20 20:51:58

  Modified:             gqrx-9999.ebuild ChangeLog
  Added:                gqrx-2.3.2.ebuild
  Log:
  bump, and remove unneeded patch from live ebuild
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.8                  net-wireless/gqrx/gqrx-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?r1=1.7&r2=1.8

Index: gqrx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gqrx-9999.ebuild    17 Dec 2014 18:03:07 -0000      1.7
+++ gqrx-9999.ebuild    20 Jan 2015 20:51:58 -0000      1.8
@@ -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/net-wireless/gqrx/gqrx-9999.ebuild,v 1.7 
2014/12/17 18:03:07 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v 1.8 
2015/01/20 20:51:58 zerochaos Exp $
 
 EAPI=5
 
@@ -35,7 +35,6 @@
        if use !pulseaudio; then
                sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
        fi
-       epatch "${FILESDIR}"/no_qtsvg.patch
        qt4-r2_src_prepare
 }
 



1.11                 net-wireless/gqrx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   17 Dec 2014 18:21:41 -0000      1.10
+++ ChangeLog   20 Jan 2015 20:51:58 -0000      1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/gqrx
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.10 
2014/12/17 18:21:41 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.11 
2015/01/20 20:51:58 zerochaos Exp $
+
+*gqrx-2.3.2 (20 Jan 2015)
+
+  20 Jan 2015; Rick Farina <[email protected]> +gqrx-2.3.2.ebuild,
+  gqrx-9999.ebuild:
+  bump, and remove unneeded patch from live ebuild
 
   17 Dec 2014; Michael Palimaka <[email protected]> gqrx-2.3.1.ebuild,
   gqrx-9999.ebuild:



1.1                  net-wireless/gqrx/gqrx-2.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-2.3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-2.3.2.ebuild?rev=1.1&content-type=text/plain

Index: gqrx-2.3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.2.ebuild,v 1.1 
2015/01/20 20:51:58 zerochaos Exp $

EAPI=5

inherit qt4-r2

DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
HOMEPAGE="http://gqrx.dk/";

if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/csete/gqrx.git";
        inherit git-r3
        KEYWORDS=""
else
        SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz";
        KEYWORDS="~amd64 ~arm ~x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE="pulseaudio"

DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
        >=net-wireless/gr-osmosdr-0.1.0:=
        dev-libs/boost:=
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        pulseaudio? ( media-sound/pulseaudio:= )"
RDEPEND="${DEPEND}
        dev-qt/qtsvg:4"

src_prepare() {
        if use !pulseaudio; then
                sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' 
gqrx.pro || die
        fi
        epatch "${FILESDIR}"/no_qtsvg.patch
        qt4-r2_src_prepare
}

src_install() {
        dobin gqrx
}




Reply via email to