commit:     1783fc2634183a2d5738015210eb57adc66025f6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Dec 28 18:11:11 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 02:48:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1783fc26

net-wireless/portapack-firmware: EAPI8 bump, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../portapack-firmware/portapack-firmware-20190405.ebuild    | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-wireless/portapack-firmware/portapack-firmware-20190405.ebuild 
b/net-wireless/portapack-firmware/portapack-firmware-20190405.ebuild
index 5da4e1ade90a..f38f39b3114a 100644
--- a/net-wireless/portapack-firmware/portapack-firmware-20190405.ebuild
+++ b/net-wireless/portapack-firmware/portapack-firmware-20190405.ebuild
@@ -1,24 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Firmware and scripts for controlling the Portapack from 
Sharebrained"
 HOMEPAGE="https://github.com/sharebrained/portapack-hackrf/releases";
 
SRC_URI="https://github.com/sharebrained/portapack-hackrf/releases/download/${PV}/portapack-h1-firmware-${PV}.tar.bz2";
+S="${WORKDIR}/portapack-h1-firmware-${PV}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 PDEPEND=">=net-wireless/hackrf-tools-2015.07.2-r1
        >=app-mobilephone/dfu-util-0.7"
 
-S="${WORKDIR}/portapack-h1-firmware-${PV}"
-
 src_install() {
        insinto /usr/share/hackrf
        newins portapack-h1-firmware.bin portapack-h1-firmware-${PV}.bin
-       ln -s portapack-h1-firmware-${PV}.bin 
"${ED}/usr/share/hackrf/portapack-h1-firmware.bin"
+       ln -s portapack-h1-firmware-${PV}.bin 
"${ED}/usr/share/hackrf/portapack-h1-firmware.bin" || die
 }

Reply via email to