commit:     28ef5912c94257d82c7a645314e561b6e6d82a99
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 00:01:56 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 00:01:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ef5912

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

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

 .../zd1211-firmware/zd1211-firmware-1.5-r1.ebuild    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/sys-firmware/zd1211-firmware/zd1211-firmware-1.5-r1.ebuild 
b/sys-firmware/zd1211-firmware/zd1211-firmware-1.5-r1.ebuild
new file mode 100644
index 000000000000..bfd917f1e179
--- /dev/null
+++ b/sys-firmware/zd1211-firmware/zd1211-firmware-1.5-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Firmware for ZyDAS ZD1211 USB-WLAN devices supported by the 
zd1211rw driver"
+HOMEPAGE="https://sourceforge.net/projects/zd1211/";
+SRC_URI="mirror://sourceforge/project/zd1211/${PN}/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+S="${WORKDIR}"/${PN}
+
+src_install() {
+       insinto /lib/firmware/zd1211
+       doins zd1211_u{b,r,phr} zd1211b_u{b,r,phr}
+       dodoc README
+}

Reply via email to