From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D742158088 for ; Sat, 27 Nov 2021 00:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F23D8E07B3; Sat, 27 Nov 2021 00:03:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC05C2BC01C for ; Sat, 27 Nov 2021 00:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C2B234325E for ; Sat, 27 Nov 2021 00:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8E81EF for ; Sat, 27 Nov 2021 00:03:21 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637971316.28ef5912c94257d82c7a645314e561b6e6d82a99.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/zd1211-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/zd1211-firmware/zd1211-firmware-1.5-r1.ebuild X-VCS-Directories: sys-firmware/zd1211-firmware/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 28ef5912c94257d82c7a645314e561b6e6d82a99 X-VCS-Branch: master Date: Sat, 27 Nov 2021 00:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60bf9ad7-515c-45ea-a2bf-f73c1eb1c1ec X-Archives-Hash: 45797a456b3064309d1cc8052a77520a commit: 28ef5912c94257d82c7a645314e561b6e6d82a99 Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 27 00:01:56 2021 +0000 Commit: Marek Szuba gentoo 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 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 +}