public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/gqrx: gqrx-2.3.1.ebuild gqrx-9999.ebuild ChangeLog
@ 2014-08-31  3:07 Richard Farina (zerochaos)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Farina (zerochaos) @ 2014-08-31  3:07 UTC (permalink / raw
  To: gentoo-commits

zerochaos    14/08/31 03:07:45

  Modified:             gqrx-9999.ebuild ChangeLog
  Added:                gqrx-2.3.1.ebuild
  Log:
  bump version, tighter deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

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

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

Index: gqrx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gqrx-9999.ebuild	27 Aug 2014 17:50:06 -0000	1.5
+++ gqrx-9999.ebuild	31 Aug 2014 03:07:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.5 2014/08/27 17:50:06 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v 1.6 2014/08/31 03:07:45 zerochaos Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 SLOT="0"
 IUSE="pulseaudio"
 
-DEPEND=">=net-wireless/gnuradio-3.7_rc:=
+DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	>=net-wireless/gr-osmosdr-0.1.0:=
 	dev-libs/boost:=
 	dev-qt/qtgui:=



1.7                  net-wireless/gqrx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	27 Aug 2014 17:50:06 -0000	1.6
+++ ChangeLog	31 Aug 2014 03:07:45 -0000	1.7
@@ -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.6 2014/08/27 17:50:06 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.7 2014/08/31 03:07:45 zerochaos Exp $
+
+*gqrx-2.3.1 (31 Aug 2014)
+
+  31 Aug 2014; Rick Farina <zerochaos@gentoo.org> +gqrx-2.3.1.ebuild,
+  gqrx-9999.ebuild:
+  bump version, tighter deps
 
   27 Aug 2014; Rick Farina <zerochaos@gentoo.org> gqrx-2.3.0-r1.ebuild,
   gqrx-9999.ebuild:



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

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

Index: gqrx-2.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.1.ebuild,v 1.1 2014/08/31 03:07:45 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/qtgui:=
	dev-qt/qtcore:=
	pulseaudio? ( media-sound/pulseaudio:= )"
RDEPEND="${DEPEND}
	dev-qt/qtsvg"

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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-wireless/gqrx: gqrx-2.3.1.ebuild gqrx-9999.ebuild ChangeLog
@ 2014-12-17 18:03 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2014-12-17 18:03 UTC (permalink / raw
  To: gentoo-commits

kensington    14/12/17 18:03:07

  Modified:             gqrx-2.3.1.ebuild gqrx-9999.ebuild ChangeLog
  Log:
  Pin dev-qt dependencies to SLOT 4 and remove bogus slot operator dependency.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.2                  net-wireless/gqrx/gqrx-2.3.1.ebuild

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

Index: gqrx-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gqrx-2.3.1.ebuild	31 Aug 2014 03:07:45 -0000	1.1
+++ gqrx-2.3.1.ebuild	17 Dec 2014 18:03:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.1.ebuild,v 1.1 2014/08/31 03:07:45 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.1.ebuild,v 1.2 2014/12/17 18:03:07 kensington Exp $
 
 EAPI=5
 
@@ -25,11 +25,11 @@
 DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	>=net-wireless/gr-osmosdr-0.1.0:=
 	dev-libs/boost:=
-	dev-qt/qtgui:=
-	dev-qt/qtcore:=
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
 	pulseaudio? ( media-sound/pulseaudio:= )"
 RDEPEND="${DEPEND}
-	dev-qt/qtsvg"
+	dev-qt/qtsvg:4"
 
 src_prepare() {
 	if use !pulseaudio; then



1.7                  net-wireless/gqrx/gqrx-9999.ebuild

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

Index: gqrx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gqrx-9999.ebuild	31 Aug 2014 03:07:45 -0000	1.6
+++ gqrx-9999.ebuild	17 Dec 2014 18:03:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.6 2014/08/31 03:07:45 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v 1.7 2014/12/17 18:03:07 kensington Exp $
 
 EAPI=5
 
@@ -25,11 +25,11 @@
 DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter]
 	>=net-wireless/gr-osmosdr-0.1.0:=
 	dev-libs/boost:=
-	dev-qt/qtgui:=
-	dev-qt/qtcore:=
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
 	pulseaudio? ( media-sound/pulseaudio:= )"
 RDEPEND="${DEPEND}
-	dev-qt/qtsvg"
+	dev-qt/qtsvg:4"
 
 src_prepare() {
 	if use !pulseaudio; then



1.9                  net-wireless/gqrx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Nov 2014 12:33:56 -0000	1.8
+++ ChangeLog	17 Dec 2014 18:03:07 -0000	1.9
@@ -1,6 +1,10 @@
 # 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.8 2014/11/04 12:33:56 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.9 2014/12/17 18:03:07 kensington Exp $
+
+  17 Dec 2014; Michael Palimaka <kensington@gentoo.org> gqrx-2.3.1.ebuild,
+  gqrx-9999.ebuild:
+  Pin dev-qt dependencies to SLOT 4 and remove bogus slot operator dependency.
 
   04 Nov 2014; Rick Farina <zerochaos@gentoo.org> -gqrx-2.1_p20130705.ebuild,
   -gqrx-2.2.0_p20140706.ebuild, -gqrx-2.3.0-r1.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-17 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 18:03 [gentoo-commits] gentoo-x86 commit in net-wireless/gqrx: gqrx-2.3.1.ebuild gqrx-9999.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-31  3:07 Richard Farina (zerochaos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox