zerochaos    15/02/17 03:32:12

  Modified:             ChangeLog
  Added:                uhd-3.8.2.ebuild
  Removed:              uhd-3.7.2.ebuild uhd-3.8.0.ebuild
  Log:
  version bump, cleanup old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  Changes    Path
1.18                 net-wireless/uhd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/uhd/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   21 Jan 2015 12:09:21 -0000      1.17
+++ ChangeLog   17 Feb 2015 03:32:12 -0000      1.18
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/uhd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/uhd/ChangeLog,v 1.17 
2015/01/21 12:09:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/uhd/ChangeLog,v 1.18 
2015/02/17 03:32:12 zerochaos Exp $
+
+*uhd-3.8.2 (17 Feb 2015)
+
+  17 Feb 2015; Rick Farina <[email protected]> +uhd-3.8.2.ebuild,
+  -uhd-3.7.2.ebuild, -uhd-3.8.0.ebuild:
+  version bump, cleanup old
 
   21 Jan 2015; Pacho Ramos <[email protected]> uhd-3.8.0.ebuild:
   Fix sandbox violations, #534582



1.1                  net-wireless/uhd/uhd-3.8.2.ebuild

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

Index: uhd-3.8.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/uhd/uhd-3.8.2.ebuild,v 1.1 
2015/02/17 03:32:12 zerochaos Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit versionator python-single-r1 gnome2-utils cmake-utils multilib

DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
HOMEPAGE="http://code.ettus.com/redmine/ettus/projects/uhd/wiki";

image_version=uhd-images_00$(get_version_component_range 
1).00$(get_version_component_range 2).00$(get_version_component_range 3)-release
SRC_URI="https://github.com/EttusResearch/uhd/archive/release_00$(get_version_component_range
 1)_00$(get_version_component_range 2)_00$(get_version_component_range 
3).tar.gz -> EttusResearch-UHD-$(get_version_component_range 
1).$(get_version_component_range 2).$(get_version_component_range 3).tar.gz \
        http://files.ettus.com/binaries/images/${image_version}.zip";
#https://github.com/EttusResearch/UHD-Mirror/tags
#http://files.ettus.com/binaries/images/
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}"/uhd-release_00$(get_version_component_range 
1)_00$(get_version_component_range 2)_00$(get_version_component_range 3)/host

LICENSE="GPL-3"
SLOT="0/1"
IUSE=""
RDEPEND="virtual/libusb:1
        dev-lang/orc
        dev-libs/boost:=
        sys-libs/ncurses
        "
DEPEND="${RDEPEND}
        dev-python/cheetah
        app-arch/unzip"

src_prepare() {
        gnome2_environment_reset #534582

        #this may not be needed in 3.4.3 and above, please verify
        sed -i 's#SET(PKG_LIB_DIR ${PKG_DATA_DIR})#SET(PKG_LIB_DIR 
${LIBRARY_DIR}/uhd)#g' CMakeLists.txt || die
}

src_install() {
        cmake-utils_src_install
        python_fix_shebang "${ED}"/usr/$(get_libdir)/${PN}/utils/
        insinto /lib/udev/rules.d/
        doins "${S}"/utils/uhd-usrp.rules
        insinto /usr/share/${PN}
        doins -r "${WORKDIR}"/"${image_version}"/share/uhd/images
}




Reply via email to