From 69fe5c0f815374f6b773eba282a204d68c986678 Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Tue, 17 Feb 2015 03:32:12 +0000 Subject: version bump, cleanup old (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key DD11F94A) --- net-wireless/uhd/ChangeLog | 8 ++++++- net-wireless/uhd/uhd-3.7.2.ebuild | 40 ---------------------------------- net-wireless/uhd/uhd-3.8.0.ebuild | 46 --------------------------------------- net-wireless/uhd/uhd-3.8.2.ebuild | 46 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 87 deletions(-) delete mode 100644 net-wireless/uhd/uhd-3.7.2.ebuild delete mode 100644 net-wireless/uhd/uhd-3.8.0.ebuild create mode 100644 net-wireless/uhd/uhd-3.8.2.ebuild diff --git a/net-wireless/uhd/ChangeLog b/net-wireless/uhd/ChangeLog index cca8a05b601b..daa600035bf6 100644 --- a/net-wireless/uhd/ChangeLog +++ b/net-wireless/uhd/ChangeLog @@ -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 +uhd-3.8.2.ebuild, + -uhd-3.7.2.ebuild, -uhd-3.8.0.ebuild: + version bump, cleanup old 21 Jan 2015; Pacho Ramos uhd-3.8.0.ebuild: Fix sandbox violations, #534582 diff --git a/net-wireless/uhd/uhd-3.7.2.ebuild b/net-wireless/uhd/uhd-3.7.2.ebuild deleted file mode 100644 index 8ac106dfc3f2..000000000000 --- a/net-wireless/uhd/uhd-3.7.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/uhd/uhd-3.7.2.ebuild,v 1.1 2014/08/22 16:42:29 zerochaos Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit versionator python-single-r1 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/maint_images/archive/${image_version}.tar.gz" -#https://github.com/EttusResearch/UHD-Mirror/tags -#http://files.ettus.com/binaries/master_images/archive -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-libs/boost:=" -DEPEND="${RDEPEND} - dev-python/cheetah" - -src_prepare() { - #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 -} diff --git a/net-wireless/uhd/uhd-3.8.0.ebuild b/net-wireless/uhd/uhd-3.8.0.ebuild deleted file mode 100644 index 244d10e83931..000000000000 --- a/net-wireless/uhd/uhd-3.8.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.0.ebuild,v 1.4 2015/01/21 12:09:21 pacho 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 -} diff --git a/net-wireless/uhd/uhd-3.8.2.ebuild b/net-wireless/uhd/uhd-3.8.2.ebuild new file mode 100644 index 000000000000..e0e2be2ca36a --- /dev/null +++ b/net-wireless/uhd/uhd-3.8.2.ebuild @@ -0,0 +1,46 @@ +# 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 +} -- cgit v1.2.3-65-gdbad