From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/
Date: Mon, 23 Sep 2019 16:20:03 +0000 (UTC) [thread overview]
Message-ID: <1569255602.66d50246217bc0102b917eb777ddf43e41b4f3ad.zerochaos@gentoo> (raw)
commit: 66d50246217bc0102b917eb777ddf43e41b4f3ad
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 16:18:56 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 16:20:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d50246
net-libs/libhackrf: drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-libs/libhackrf/Manifest | 1 -
net-libs/libhackrf/libhackrf-2017.02.1.ebuild | 45 ---------------------------
2 files changed, 46 deletions(-)
diff --git a/net-libs/libhackrf/Manifest b/net-libs/libhackrf/Manifest
index 24e725d0b33..af3c0c631bc 100644
--- a/net-libs/libhackrf/Manifest
+++ b/net-libs/libhackrf/Manifest
@@ -1,2 +1 @@
-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-2017.02.1.ebuild b/net-libs/libhackrf/libhackrf-2017.02.1.ebuild
deleted file mode 100644
index 1034297b69f..00000000000
--- a/net-libs/libhackrf/libhackrf-2017.02.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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=(
- -DENABLE_INSTALL_UDEV_RULES="$(usex udev)"
- )
- 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."
-}
next reply other threads:[~2019-09-23 16:20 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 16:20 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-07 8:13 [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ Sam James
2025-08-07 8:13 Sam James
2025-08-05 19:14 Sam James
2025-08-04 19:54 Thomas Beierlein
2025-08-04 18:13 Thomas Beierlein
2025-07-02 7:05 Thomas Beierlein
2025-04-26 12:41 Arthur Zamarin
2025-04-26 2:18 Sam James
2024-02-23 19:18 Rick Farina
2023-08-23 20:05 Arthur Zamarin
2023-08-23 20:05 Arthur Zamarin
2023-08-23 17:15 Rick Farina
2023-08-23 17:15 Rick Farina
2023-02-01 22:12 Rick Farina
2022-12-26 8:43 Andreas Sturmlechner
2022-12-26 3:54 Sam James
2022-12-26 3:20 Sam James
2022-10-12 14:31 Rick Farina
2022-09-30 13:53 Rick Farina
2022-04-30 17:51 Marek Szuba
2021-10-26 18:18 Rick Farina
2021-10-26 17:48 Rick Farina
2021-10-15 6:00 Agostino Sarubbo
2021-10-12 18:06 Marek Szuba
2021-03-30 20:26 Rick Farina
2021-03-30 20:26 Rick Farina
2021-03-24 14:40 Rick Farina
2020-06-05 23:49 Andreas Sturmlechner
2018-06-06 8:13 Andreas Sturmlechner
2018-06-05 17:27 Richard Farina
2018-03-29 22:18 Chris Reffett
2017-02-20 19:33 Richard Farina
2017-02-20 19:33 Richard Farina
2016-03-15 18:11 Richard Farina
2016-03-15 18:11 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1569255602.66d50246217bc0102b917eb777ddf43e41b4f3ad.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox