[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2021-04-24 Thread David Seifert
commit: 2dda3a7e38b518a9658ef776bcdaa72150e1c253
Author: David Michael  gmail  com>
AuthorDate: Sat Apr 24 16:50:55 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr 24 16:50:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dda3a7e

sys-firmware/b43legacy-firmware: EAPI 7

Closes: https://bugs.gentoo.org/785271
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 .../b43legacy-firmware-3.130.20.0.ebuild   | 27 --
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git 
a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild 
b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
index 3223244208f..bd6e809ba08 100644
--- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
+++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
@@ -1,37 +1,30 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-: ${B43_FIRMWARE_SRC_OBJ:=${A}}
-
-MY_P="broadcom-wl-${PV}"
 DESCRIPTION="broadcom firmware for b43legacy/bcm43xx"
 HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43;
 SRC_URI="http://downloads.openwrt.org/sources/wl_apsta-${PV}.o;
-
-RESTRICT="binchecks bindist strip"
+S="${WORKDIR}"
 
 LICENSE="Broadcom"
-SLOT=0
+SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=">=net-wireless/b43-fwcutter-012"
+RESTRICT="binchecks bindist strip"
 
-S=${WORKDIR}
+BDEPEND=">=net-wireless/b43-fwcutter-012"
 
 src_unpack() {
-   cp "${DISTDIR}/${A}" "${WORKDIR}" || die
+   cp "${DISTDIR}/${A}" "${WORKDIR}/wl_apsta.o" || die
 }
 
 src_compile() {
-   mkdir ebuild-output
-   b43-fwcutter -w ebuild-output $(find -name ${B43_FIRMWARE_SRC_OBJ}) || 
die
+   mkdir ebuild-output || die
+   b43-fwcutter -w ebuild-output wl_apsta.o || die
 }
 
 src_install() {
insinto /lib/firmware
-   doins -r ebuild-output/*
+   doins -r ebuild-output/.
 }



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2019-04-14 Thread Agostino Sarubbo
commit: 50d785d5c3f39213c277e8d4e119db4e194fd90b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 14 11:12:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 14 11:12:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d785d5

sys-firmware/b43legacy-firmware: amd64 stable wrt bug #668064

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild 
b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
index d31c683d0cb..33fb9fad209 100644
--- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
+++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
@@ -14,7 +14,7 @@ RESTRICT="binchecks bindist strip"
 
 LICENSE="Broadcom"
 SLOT=0
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2019-03-15 Thread Rick Farina
commit: 55968bb7a2741b352e6fe61f931acc29ea4e86a8
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Mar 15 20:35:05 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Mar 15 20:35:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55968bb7

sys-firmware/b43legacy-firmware: license says unmodified

2.1.License Grants.  Subject to the terms and conditions of this Agreement,
Broadcom hereby grants to Licensee a non-exclusive, non-transferable,
royalty-free license (i) to use and integrate the Software in conjunction with
any other software; and (ii) to reproduce and distribute the Software complete,
unmodified and only for use with a Broadcom Product.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild 
b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
index da476a3ca47..d31c683d0cb 100644
--- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
+++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="broadcom firmware for b43legacy/bcm43xx"
 HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43;
 SRC_URI="http://downloads.openwrt.org/sources/wl_apsta-${PV}.o;
 
-RESTRICT="binchecks strip"
+RESTRICT="binchecks bindist strip"
 
 LICENSE="Broadcom"
 SLOT=0



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2018-09-20 Thread Matt Turner
commit: 1c88a0c76bb91829cd9aefc1fa6d51c5a8fe13bf
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 20 06:52:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 20 06:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c88a0c7

sys-firmware/b43legacy-firmware-3.130.20.0: ppc stable

 sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild 
b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
index c1dfd1c7398..da476a3ca47 100644
--- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
+++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
@@ -14,7 +14,7 @@ RESTRICT="binchecks strip"
 
 LICENSE="Broadcom"
 SLOT=0
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2018-09-20 Thread Matt Turner
commit: c1b75cb1ce9aef9c04056655badeb4f4cb63
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 20 06:50:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 20 06:51:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b75cb1

sys-firmware/b43legacy-firmware: Drop mirror restriction

Closes: https://bugs.gentoo.org/666588

 sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild 
b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
index 6514fcdbef9..c1dfd1c7398 100644
--- a/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
+++ b/sys-firmware/b43legacy-firmware/b43legacy-firmware-3.130.20.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="broadcom firmware for b43legacy/bcm43xx"
 HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43;
 SRC_URI="http://downloads.openwrt.org/sources/wl_apsta-${PV}.o;
 
-RESTRICT="mirror binchecks strip"
+RESTRICT="binchecks strip"
 
 LICENSE="Broadcom"
 SLOT=0



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/b43legacy-firmware/

2017-10-04 Thread Michał Górny
commit: 7db570fb11f106c59810f54c6d6ea9c9e652522e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:32:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 09:17:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db570fb

sys-firmware/b43legacy-firmware: Strip empty metadata.xml elements

 sys-firmware/b43legacy-firmware/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-firmware/b43legacy-firmware/metadata.xml 
b/sys-firmware/b43legacy-firmware/metadata.xml
index ea40f278355..0bd171786a1 100644
--- a/sys-firmware/b43legacy-firmware/metadata.xml
+++ b/sys-firmware/b43legacy-firmware/metadata.xml
@@ -5,6 +5,4 @@
 zeroch...@gentoo.org
 Rick Farina
 
-
-