zerochaos    14/07/23 15:10:51

  Modified:             gr-iqbal-9999.ebuild ChangeLog
  Added:                gr-iqbal-0.37.2.ebuild
  Removed:              gr-iqbal-0.37.1.ebuild
  Log:
  version bump to work with newer gcc >4.7
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.4                  net-wireless/gr-iqbal/gr-iqbal-9999.ebuild

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

Index: gr-iqbal-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gr-iqbal-9999.ebuild        25 Jun 2013 13:33:34 -0000      1.3
+++ gr-iqbal-9999.ebuild        23 Jul 2014 15:10:51 -0000      1.4
@@ -1,17 +1,17 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild,v 1.3 
2013/06/25 13:33:34 chithanh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild,v 1.4 
2014/07/23 15:10:51 zerochaos Exp $
 
 EAPI=5
-PYTHON_DEPEND="2"
+PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils python
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="gnuradio I/Q balancing"
 HOMEPAGE="http://git.osmocom.org/gr-iqbal/";
 
 if [[ ${PV} == 9999* ]]; then
-       inherit git-2
+       inherit git-r3
        SRC_URI=""
        EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
        KEYWORDS=""
@@ -24,15 +24,8 @@
 SLOT="0/${PV}"
 IUSE=""
 
-RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=
-       net-libs/libosmo-dsp:="
+RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+       net-libs/libosmo-dsp:=
+       ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       python_convert_shebangs -q -r 2 "${S}"
-}
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"



1.7                  net-wireless/gr-iqbal/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   15 Jul 2013 04:41:30 -0000      1.6
+++ ChangeLog   23 Jul 2014 15:10:51 -0000      1.7
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/gr-iqbal
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/ChangeLog,v 1.6 
2013/07/15 04:41:30 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/ChangeLog,v 1.7 
2014/07/23 15:10:51 zerochaos Exp $
+
+*gr-iqbal-0.37.2 (23 Jul 2014)
+
+  23 Jul 2014; Rick Farina <[email protected]> +gr-iqbal-0.37.2.ebuild,
+  -gr-iqbal-0.37.1.ebuild, gr-iqbal-9999.ebuild:
+  version bump to work with newer gcc >4.7
 
   15 Jul 2013; Rick Farina <[email protected]> gr-iqbal-0.37.1.ebuild:
   I always test before commiting, but clearly I don't always test properly.



1.1                  net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild

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

Index: gr-iqbal-0.37.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-0.37.2.ebuild,v 1.1 
2014/07/23 15:10:51 zerochaos Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit cmake-utils python-single-r1

DESCRIPTION="gnuradio I/Q balancing"
HOMEPAGE="http://git.osmocom.org/gr-iqbal/";

if [[ ${PV} == 9999* ]]; then
        inherit git-r3
        SRC_URI=""
        EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
        KEYWORDS=""
else
        SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~arm ~x86"
fi

LICENSE="GPL-3"
SLOT="0/${PV}"
IUSE=""

RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
        net-libs/libosmo-dsp:=
        ${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"




Reply via email to