diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-03 16:14:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-06 10:08:26 +0200 |
commit | e0df48d4992cfff61799d346493abac2f245c99d (patch) | |
tree | c52bb878bc7b14dce3a757d1333d60f23ab00597 /net-libs/libhackrf | |
parent | net-wireless/hackrf-tools: Drop old (diff) | |
download | gentoo-e0df48d4992cfff61799d346493abac2f245c99d.tar.gz gentoo-e0df48d4992cfff61799d346493abac2f245c99d.tar.bz2 gentoo-e0df48d4992cfff61799d346493abac2f245c99d.zip |
net-libs/libhackrf: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/libhackrf')
-rw-r--r-- | net-libs/libhackrf/Manifest | 3 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-2014.04.1.ebuild | 28 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-2014.08.1.ebuild | 41 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-2015.07.2.ebuild | 45 |
4 files changed, 0 insertions, 117 deletions
diff --git a/net-libs/libhackrf/Manifest b/net-libs/libhackrf/Manifest index b40a43e37cbf..24e725d0b335 100644 --- a/net-libs/libhackrf/Manifest +++ b/net-libs/libhackrf/Manifest @@ -1,5 +1,2 @@ -DIST hackrf-2014.04.1.tar.xz 14375500 BLAKE2B 9bf73bb331ee73b60d3e6ec0c0a4ebd11ef0c361960c68a16395c94b74f76351c98f8d78c817c6ae7cec385d1570963a8fff2bec37c6bf7de6835c9abf97eae5 SHA512 1929c7af1de0c9ad1afcf56d53c5db13ef362f3ef896f3549841eeea87aec5e1133c63da740688739278b13e772b70d510a4a1035440b5b6aad2e9438a694892 -DIST hackrf-2014.08.1.tar.xz 14376904 BLAKE2B 6ff096dc3e3072811dcb324c71b56fd2023e8e7bb39f8977ee783edc835b588935f1afb1a26ebcdd16c1e6727be3f82e59d2c34e2f193aff43638c22f3956905 SHA512 2bb2e9398479f635fc4cb73875d9728c689f5d29bfbdcaae661d98ecafe51d38ac8768dd4f38b87766195d9ed08757e76d790030edf6f6f572d547146287c073 -DIST hackrf-2015.07.2.tar.xz 14415212 BLAKE2B c9ef83e7a4c1c0cca9ea592c02cc1fe9fc5f42203d177f15b36893e719cf3c269cdb8c3d0e13ed5c51826b8e346b58d572b96c3d197c615e58f9d4464a306c14 SHA512 a4f7b7800ece9b260d5c8c374f5544aa55cd2e97e10c6a0b33cf476e2ad4811321ffb1308d9dfb2168b2624cd3af616d1c314ad86bcd6f4c3fd0897319fa2cbd DIST hackrf-2017.02.1.tar.xz 15409352 BLAKE2B 930c6d30cbcadd366f889add7cd8f9756edf7a6b82a478353ea94662e9d2e0b612ca5ec0473eb0083dcbec761f2d5385eea31608f50f81543449ffa4bc31d277 SHA512 7cd6ad9aa8fef8afed41c48a3358bff18c6b2a9a112b13daabda87726e0e3ca4cf1e0c0c6ff9689bdd49f854e2e5887a84ccd7975abef43a43b75ecf8a5236ce DIST hackrf-2018.01.1.tar.xz 15464500 BLAKE2B 3a56305ce17b46660621b8f3e996e35909d7a8e7ab88ef643ed8f4c8d68f346e11dfe5fd2cb37aa23af62f202f28d9a8dc1da0cd8768fdbd6f293c65562f25a4 SHA512 89848fb58a8a29f7fe85bd817d5716117a2c7a5f2c4bb8582ad1ba8186831ca3054ea1314de943d1e923641eb18b6008cd8af79585e58fa50d55d5a7fd1b04e4 diff --git a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild b/net-libs/libhackrf/libhackrf-2014.04.1.ebuild deleted file mode 100644 index 058fa07e2f6a..000000000000 --- a/net-libs/libhackrf/libhackrf-2014.04.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="library for communicating with HackRF SDR platform" -HOMEPAGE="http://greatscottgadgets.com/hackrf/" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-r3 - KEYWORDS="" - EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" - S="${WORKDIR}/hackrf/host/libhackrf" -else - S="${WORKDIR}/hackrf-${PV}/host/libhackrf" - SRC_URI="mirror://sourceforge/hackrf/hackrf-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" -fi - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -DEPEND="virtual/libusb:1" -RDEPEND="${DEPEND}" diff --git a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild deleted file mode 100644 index 9ffc09a1aa7f..000000000000 --- a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils udev - -DESCRIPTION="library for communicating with HackRF SDR platform" -HOMEPAGE="http://greatscottgadgets.com/hackrf/" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-r3 - KEYWORDS="" - EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" - S="${WORKDIR}/hackrf/host/libhackrf" -else - S="${WORKDIR}/hackrf-${PV}/host/libhackrf" - SRC_URI="mirror://sourceforge/hackrf/hackrf-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" -fi - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -DEPEND="virtual/libusb:1" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i 's#plugdev#usb#' 53-hackrf.rules -} - -src_install() { - cmake-utils_src_install - udev_dorules 53-hackrf.rules -} - -pkg_postinst() { - einfo "Users in the usb group can use hackrf." -} diff --git a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild deleted file mode 100644 index 481fc1e8fcdc..000000000000 --- a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils udev - -DESCRIPTION="library for communicating with HackRF SDR platform" -HOMEPAGE="http://greatscottgadgets.com/hackrf/" - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" - inherit git-r3 - KEYWORDS="" - EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" - S="${WORKDIR}/hackrf/host/libhackrf" -else - S="${WORKDIR}/hackrf-${PV}/host/libhackrf" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" -fi - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="+udev" - -DEPEND="virtual/libusb:1" -RDEPEND="${DEPEND}" - -src_configure(){ - mycmakeargs=( - $(cmake-utils_use_enable udev INSTALL_UDEV_RULES) - ) - if use udev; then - mycmakeargs+=( - -DUDEV_RULES_GROUP=usb - -DUDEV_RULES_PATH="$(get_udevdir)/rules.d" - ) - fi - cmake-utils_src_configure -} - -pkg_postinst() { - use udev && einfo "Users in the usb group can use hackrf." -} |