diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-28 19:15:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-31 03:48:39 +0100 |
commit | 395ca80ff5f03a7a85206aa812e6d59630c756b2 (patch) | |
tree | dcdcc8bf3a01cfb9c9bec5244fa202e6c595b564 /net-wireless | |
parent | net-wireless/portapack-firmware: EAPI8 bump, fix LICENSE (diff) | |
download | gentoo-395ca80ff5f03a7a85206aa812e6d59630c756b2.tar.gz gentoo-395ca80ff5f03a7a85206aa812e6d59630c756b2.tar.bz2 gentoo-395ca80ff5f03a7a85206aa812e6d59630c756b2.zip |
net-wireless/portapack-havoc: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34523
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/portapack-havoc/portapack-havoc-0.0_p20180612.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-wireless/portapack-havoc/portapack-havoc-0.0_p20180612.ebuild b/net-wireless/portapack-havoc/portapack-havoc-0.0_p20180612.ebuild index 59b7f30080d1..e668a2dbe80a 100644 --- a/net-wireless/portapack-havoc/portapack-havoc-0.0_p20180612.ebuild +++ b/net-wireless/portapack-havoc/portapack-havoc-0.0_p20180612.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Custom firmware for the HackRF SDR + PortaPack H1 addon" HOMEPAGE="https://github.com/furrtek/portapack-havoc/wiki" @@ -9,9 +9,8 @@ COMMIT="609235b19f55d0bf278c0e7c4b9f9b6b15136247" SRC_URI="https://github.com/furrtek/portapack-havoc/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" -IUSE="" KEYWORDS="~amd64 ~x86" @@ -29,7 +28,7 @@ src_compile() { src_install() { insinto /usr/share/hackrf newins firmware/portapack-h1-havoc.bin portapack-h1-havoc-${PV}.bin - ln -s portapack-h1-havoc-${PV}.bin "${ED}/usr/share/hackrf/portapack-h1-havoc.bin" + ln -s portapack-h1-havoc-${PV}.bin "${ED}/usr/share/hackrf/portapack-h1-havoc.bin" || die cat << EOF > switch_to_havoc #!/bin/sh |