diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-10-26 13:48:10 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-10-26 13:48:20 -0400 |
commit | 9f22fba9681d064430fc0a6e775b97eb9d036ccb (patch) | |
tree | 737564a7d74b1a72354590db1293380d5288fec0 /net-wireless | |
parent | net-libs/libhackrf: git repos moved (diff) | |
download | gentoo-9f22fba9681d064430fc0a6e775b97eb9d036ccb.tar.gz gentoo-9f22fba9681d064430fc0a6e775b97eb9d036ccb.tar.bz2 gentoo-9f22fba9681d064430fc0a6e775b97eb9d036ccb.zip |
net-wireless/hackrf-tools: git repo move
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/hackrf-tools/hackrf-tools-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild index 391540f6c443..88bb354f8fca 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild @@ -9,13 +9,13 @@ DESCRIPTION="tools for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git" inherit git-r3 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi diff --git a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild index 391540f6c443..88bb354f8fca 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild @@ -9,13 +9,13 @@ DESCRIPTION="tools for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git" inherit git-r3 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi |