Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/
Date: Tue, 26 Oct 2021 17:48:25
Message-Id: 1635270500.5d91711f8fbae7e31a6e921c350b60fc31748d15.zerochaos@gentoo
1 commit: 5d91711f8fbae7e31a6e921c350b60fc31748d15
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 26 17:47:06 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 17:48:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d91711f
7
8 net-libs/libhackrf: git repos moved
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-libs/libhackrf/libhackrf-2021.03.1.ebuild | 6 +++---
14 net-libs/libhackrf/libhackrf-9999.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
18 index 68fc002026d..aacd79049ae 100644
19 --- a/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
20 +++ b/net-libs/libhackrf/libhackrf-2021.03.1.ebuild
21 @@ -9,14 +9,14 @@ DESCRIPTION="library for communicating with HackRF SDR platform"
22 HOMEPAGE="http://greatscottgadgets.com/hackrf/"
23
24 if [[ ${PV} == "9999" ]] ; then
25 - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
26 + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git"
27 inherit git-r3
28 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
29 S="${WORKDIR}/hackrf/host/libhackrf"
30 else
31 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
32 - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz"
33 - KEYWORDS="amd64 ~arm ~ppc x86"
34 + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz"
35 + KEYWORDS="~amd64 ~arm ~ppc ~x86"
36 fi
37
38 LICENSE="BSD"
39
40 diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild
41 index fd72ef016be..aacd79049ae 100644
42 --- a/net-libs/libhackrf/libhackrf-9999.ebuild
43 +++ b/net-libs/libhackrf/libhackrf-9999.ebuild
44 @@ -9,13 +9,13 @@ DESCRIPTION="library for communicating with HackRF SDR platform"
45 HOMEPAGE="http://greatscottgadgets.com/hackrf/"
46
47 if [[ ${PV} == "9999" ]] ; then
48 - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
49 + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git"
50 inherit git-r3
51 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
52 S="${WORKDIR}/hackrf/host/libhackrf"
53 else
54 S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
55 - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz"
56 + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz"
57 KEYWORDS="~amd64 ~arm ~ppc ~x86"
58 fi