diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-17 12:50:16 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-17 13:24:40 +0200 |
commit | e64a693924094ed45556445806aa97f17f34efad (patch) | |
tree | 0ec3a5eec843729b44074f24db0bf1ca791109f1 /sys-block/qla-fc-firmware | |
parent | dev-cpp/gtkmm: Version bump (diff) | |
download | gentoo-e64a693924094ed45556445806aa97f17f34efad.tar.gz gentoo-e64a693924094ed45556445806aa97f17f34efad.tar.bz2 gentoo-e64a693924094ed45556445806aa97f17f34efad.zip |
sys-block/qla-fc-firmware: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-block/qla-fc-firmware')
-rw-r--r-- | sys-block/qla-fc-firmware/Manifest | 2 | ||||
-rw-r--r-- | sys-block/qla-fc-firmware/qla-fc-firmware-20071207-r1.ebuild | 40 | ||||
-rw-r--r-- | sys-block/qla-fc-firmware/qla-fc-firmware-20080423.ebuild | 40 |
3 files changed, 0 insertions, 82 deletions
diff --git a/sys-block/qla-fc-firmware/Manifest b/sys-block/qla-fc-firmware/Manifest index fd9732099c39..8136783cfd5c 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 cb62d6c97d6c..000000000000 --- 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 ddcac4651f67..000000000000 --- 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 -} |