public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-block/qla-fc-firmware/
@ 2016-04-17 11:24 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2016-04-17 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e64a693924094ed45556445806aa97f17f34efad
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 10:50:16 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 11:24:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64a6939

sys-block/qla-fc-firmware: Remove old

Package-Manager: portage-2.2.28

 sys-block/qla-fc-firmware/Manifest                 |  2 --
 .../qla-fc-firmware-20071207-r1.ebuild             | 40 ----------------------
 .../qla-fc-firmware-20080423.ebuild                | 40 ----------------------
 3 files changed, 82 deletions(-)

diff --git a/sys-block/qla-fc-firmware/Manifest b/sys-block/qla-fc-firmware/Manifest
index fd97320..8136783 100644
--- a/sys-block/qla-fc-firmware/Manifest
+++ b/sys-block/qla-fc-firmware/Manifest
@@ -1,3 +1 @@
-DIST qla-fc-firmware-20071207.tar.bz2 910151 SHA256 fc062041b8f82a72a8229075284280bbafd3d297d4b71dd05f787bcaeb8de58b SHA512 631fb5517426593d683a80ffb1b38fd698a1d4ac84ff60d6dac0dec37f9579b1e16dd5a25ce27ed0d33ba8a74de1dfa024edab699691e171d0dd50a64ca053e4 WHIRLPOOL debbb0ad8b6b0550436cb4ac9fded96110964767a07107ecb4a8a70cef1cee3c1b93c50dea86379ff099ad98f74966cb7b8824425e761a4f57f02367650491f4
-DIST qla-fc-firmware-20080423.tar.bz2 1010881 SHA256 6ecc88f97860717d42793e5ba7f672aa547b83151f176aefce9bbc8decee5497 SHA512 0f7fc3bf55a7e6a2d193c4e3bba362f7958177b2f28ed87df277174058223881a013d8f67b429e8eeca27b3d2b5ea25005b4a84abd6f6c0618a38bb84fb0d617 WHIRLPOOL f155ea390fdee4d73248d7ad17001c52503233f7c871c5c4a2268dd7f964d562acbbaebdfd91eead709556c0c7497dbbeac4da8d5d6ca02493cf9b5310dbaa8a
 DIST qla-fc-firmware-20101015.tar.bz2 3237889 SHA256 e2951f8a130350ca38990afb60d16c4ea3262de5f9a7d9a75c88db04095bb6cb SHA512 19cd38a2a146cc3147840a2c87c0f44996896ff1b1961d1d858d054db890d6808c89bfe93e82a54536933180da3b8cc8e54a5f57d9c9edcb3129a11dbd394342 WHIRLPOOL 02e523b03e193b8473f89eab3de1914a92e67a4ddea324629b0ccf14fd0227b66d17587567f821262a2d535ca49e612b503eebdc198429eaa39b201669c6eb56

diff --git a/sys-block/qla-fc-firmware/qla-fc-firmware-20071207-r1.ebuild b/sys-block/qla-fc-firmware/qla-fc-firmware-20071207-r1.ebuild
deleted file mode 100644
index cb62d6c..0000000
--- a/sys-block/qla-fc-firmware/qla-fc-firmware-20071207-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards"
-HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="qlogic-fibre-channel-firmware"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-# really depends on absolutely nothing
-DEPEND=""
-RDEPEND="!sys-kernel/linux-firmware"
-
-FW_BASENAME="ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin ql6312_fw.bin"
-
-src_install() {
-	# We must install this, say QLogic's people.
-	# They have claimed to me that the /license/ directory isn't sufficient, as
-	# there is no guarantee it will be on a system - and it would not be in any
-	# binpkg either. If you do something else with the firmware blobs, you are
-	# thus strongly encouraged to keep a copy of the LICENSE file with them on
-	# the system.
-	dodoc LICENSE
-	dodoc README.* CURRENT_VERSIONS
-	insinto /lib/firmware
-	# some older firmware are always provided by upstream
-	# for reasons documented in CURRENT_VERSIONS.
-
-	# Please see README.* as to why we do not use the MID/MIDX versions by
-	# default if they are newer.
-	# TODO: Provide a means to get them for people that really want them.
-	for f in ${FW_BASENAME} ; do
-		doins ${f}.*
-		latest_f="$(ls ${f}.* |grep -v MID | sort -n | tail -n1)"
-		dosym ${latest_f} /lib/firmware/${f}
-	done
-}

diff --git a/sys-block/qla-fc-firmware/qla-fc-firmware-20080423.ebuild b/sys-block/qla-fc-firmware/qla-fc-firmware-20080423.ebuild
deleted file mode 100644
index ddcac46..0000000
--- a/sys-block/qla-fc-firmware/qla-fc-firmware-20080423.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards"
-HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="qlogic-fibre-channel-firmware"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-# really depends on absolutely nothing
-DEPEND=""
-RDEPEND="!sys-kernel/linux-firmware"
-
-FW_BASENAME="ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin ql6312_fw.bin"
-
-src_install() {
-	# We must install this, say QLogic's people.
-	# They have claimed to me that the /license/ directory isn't sufficient, as
-	# there is no guarantee it will be on a system - and it would not be in any
-	# binpkg either. If you do something else with the firmware blobs, you are
-	# thus strongly encouraged to keep a copy of the LICENSE file with them on
-	# the system.
-	dodoc LICENSE
-	dodoc README.* CURRENT_VERSIONS
-	insinto /lib/firmware
-	# some older firmware are always provided by upstream
-	# for reasons documented in CURRENT_VERSIONS.
-
-	# Please see README.* as to why we do not use the MID/MIDX versions by
-	# default if they are newer.
-	# TODO: Provide a means to get them for people that really want them.
-	for f in ${FW_BASENAME} ; do
-		doins ${f}.*
-		latest_f="$(ls ${f}.* |grep -v MID | sort -n | tail -n1)"
-		dosym ${latest_f} /lib/firmware/${f}
-	done
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/qla-fc-firmware/
@ 2017-11-27 11:24 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-27 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b612b70dd282eb7c1f02a912474a7ed204aa107a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 10:50:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 11:20:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b612b70d

sys-block/qla-fc-firmware: Port to EAPI 6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-block/qla-fc-firmware/Manifest                       |  2 +-
 .../qla-fc-firmware/qla-fc-firmware-20101015.ebuild      | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-block/qla-fc-firmware/Manifest b/sys-block/qla-fc-firmware/Manifest
index 8136783cfd5..bfb03dc085e 100644
--- a/sys-block/qla-fc-firmware/Manifest
+++ b/sys-block/qla-fc-firmware/Manifest
@@ -1 +1 @@
-DIST qla-fc-firmware-20101015.tar.bz2 3237889 SHA256 e2951f8a130350ca38990afb60d16c4ea3262de5f9a7d9a75c88db04095bb6cb SHA512 19cd38a2a146cc3147840a2c87c0f44996896ff1b1961d1d858d054db890d6808c89bfe93e82a54536933180da3b8cc8e54a5f57d9c9edcb3129a11dbd394342 WHIRLPOOL 02e523b03e193b8473f89eab3de1914a92e67a4ddea324629b0ccf14fd0227b66d17587567f821262a2d535ca49e612b503eebdc198429eaa39b201669c6eb56
+DIST qla-fc-firmware-20101015.tar.bz2 3237889 BLAKE2B cc20a4fcebd851ef3aac09a89f431be0852cf10ec736a09cede0e96632c9282dffe23c230a718e3864bef86fbf15772c3e513746126df2ecda0366833ee91eea SHA512 19cd38a2a146cc3147840a2c87c0f44996896ff1b1961d1d858d054db890d6808c89bfe93e82a54536933180da3b8cc8e54a5f57d9c9edcb3129a11dbd394342

diff --git a/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild b/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild
index 67ef202859f..520977c3787 100644
--- a/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild
+++ b/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards"
 HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/"
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
 LICENSE="qlogic-fibre-channel-firmware"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
@@ -13,8 +16,6 @@ IUSE=""
 DEPEND=""
 RDEPEND="!sys-kernel/linux-firmware"
 
-FW_BASENAME="ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin ql6312_fw.bin"
-
 src_install() {
 	# We must install this, say QLogic's people.
 	# They have claimed to me that the /license/ directory isn't sufficient, as
@@ -31,9 +32,10 @@ src_install() {
 	# Please see README.* as to why we do not use the MID/MIDX versions by
 	# default if they are newer.
 	# TODO: Provide a means to get them for people that really want them.
-	for f in ${FW_BASENAME} ; do
-		doins ${f}.*
-		latest_f="$(ls ${f}.* |grep -v MID | sort -n | tail -n1)"
-		dosym ${latest_f} /lib/firmware/${f}
+	local f fw_basename=( ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin ql6312_fw.bin )
+	for f in "${fw_basename[@]}"; do
+		doins "${f}".*
+		latest_f="$(ls ${f}.* | grep -v MID | sort -n | tail -n1)"
+		dosym "${latest_f}" /lib/firmware/"${f}"
 	done
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-block/qla-fc-firmware/
@ 2022-12-25 21:24 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-12-25 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     59814b7da52a1367dadfebb0271242c05c93c5fa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 21:19:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 21:24:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59814b7d

sys-block/qla-fc-firmware: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...rmware-20101015.ebuild => qla-fc-firmware-20101015-r1.ebuild} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild b/sys-block/qla-fc-firmware/qla-fc-firmware-20101015-r1.ebuild
similarity index 92%
rename from sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild
rename to sys-block/qla-fc-firmware/qla-fc-firmware-20101015-r1.ebuild
index 520977c3787e..f6ffca04b67b 100644
--- a/sys-block/qla-fc-firmware/qla-fc-firmware-20101015.ebuild
+++ b/sys-block/qla-fc-firmware/qla-fc-firmware-20101015-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards"
 HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/"
@@ -10,10 +10,8 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="qlogic-fibre-channel-firmware"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
 
-# really depends on absolutely nothing
-DEPEND=""
+# Really depends on absolutely nothing
 RDEPEND="!sys-kernel/linux-firmware"
 
 src_install() {
@@ -25,6 +23,7 @@ src_install() {
 	# the system.
 	dodoc LICENSE
 	dodoc README.* CURRENT_VERSIONS
+
 	insinto /lib/firmware
 	# some older firmware are always provided by upstream
 	# for reasons documented in CURRENT_VERSIONS.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-25 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 11:24 [gentoo-commits] repo/gentoo:master commit in: sys-block/qla-fc-firmware/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25 21:24 Sam James
2016-04-17 11:24 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox