commit:     43131d73a2969d11d8bd6b8fcbd32a65354feb43
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 23:58:56 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 23:58:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43131d73

sys-firmware/zd1201-firmware: update EAPI 5 -> 8

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../zd1201-firmware/zd1201-firmware-0.14-r1.ebuild | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/sys-firmware/zd1201-firmware/zd1201-firmware-0.14-r1.ebuild 
b/sys-firmware/zd1201-firmware/zd1201-firmware-0.14-r1.ebuild
new file mode 100644
index 000000000000..594e41f0a002
--- /dev/null
+++ b/sys-firmware/zd1201-firmware/zd1201-firmware-0.14-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="zd1201-${PV}-fw"
+
+DESCRIPTION="Firmware for ZyDAS 1201 based USB 802.11b Network WiFi devices"
+HOMEPAGE="http://linux-lc100020.sourceforge.net/";
+SRC_URI="mirror://sourceforge/linux-lc100020/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+S="${WORKDIR}"/${MY_P}
+
+src_compile() {
+       :
+}
+
+src_install() {
+       insinto /lib/firmware
+       doins zd1201{,-ap}.fw
+       dodoc README
+}

Reply via email to