Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnuradio: gnuradio-3.6.5.ebuild ChangeLog
Date: Mon, 03 Jun 2013 23:50:41
Message-Id: 20130603235038.981BA2171D@flycatcher.gentoo.org
1 chithanh 13/06/03 23:50:38
2
3 Modified: gnuradio-3.6.5.ebuild ChangeLog
4 Log:
5 Disable test requiring gr-filter with USE="-filter".
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 net-wireless/gnuradio/gnuradio-3.6.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild?r1=1.1&r2=1.2
15
16 Index: gnuradio-3.6.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gnuradio-3.6.5.ebuild 30 May 2013 01:38:51 -0000 1.1
23 +++ gnuradio-3.6.5.ebuild 3 Jun 2013 23:50:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v 1.1 2013/05/30 01:38:51 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v 1.2 2013/06/03 23:50:38 chithanh Exp $
29
30 EAPI=5
31 PYTHON_DEPEND="2"
32 @@ -90,6 +90,8 @@
33 python_convert_shebangs -q -r 2 "${S}"
34 # Useless UI element would require qt3support, bug #365019
35 sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
36 + # do not build gr-filter test when gr-filter is disabled, bug #472172
37 + sed -i 's/ENABLE_TESTING/ENABLE_TESTING AND ENABLE_GR_FILTER/' gr-blocks/lib/CMakeLists.txt || die
38 base_src_prepare
39 }
40
41
42
43
44 1.27 net-wireless/gnuradio/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?rev=1.27&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?rev=1.27&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnuradio/ChangeLog?r1=1.26&r2=1.27
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v
53 retrieving revision 1.26
54 retrieving revision 1.27
55 diff -u -r1.26 -r1.27
56 --- ChangeLog 30 May 2013 01:38:51 -0000 1.26
57 +++ ChangeLog 3 Jun 2013 23:50:38 -0000 1.27
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-wireless/gnuradio
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.26 2013/05/30 01:38:51 zerochaos Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.27 2013/06/03 23:50:38 chithanh Exp $
63 +
64 + 03 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + gnuradio-3.6.5.ebuild:
66 + Disable test requiring gr-filter with USE="-filter".
67
68 *gnuradio-3.6.4.2 (30 May 2013)
69 *gnuradio-3.6.5 (30 May 2013)