diff options
Diffstat (limited to 'sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild')
-rw-r--r-- | sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild b/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild index e7663fd9f562..92a1e869d401 100644 --- a/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild +++ b/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild,v 1.1 2007/12/14 12:53:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild,v 1.2 2008/03/30 02:51:50 robbat2 Exp $ DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards" HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/" @@ -17,7 +17,13 @@ RDEPEND="" 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() { - dodoc LICENSE # We must install this, say QLogic's people. + # 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.gentoo CURRENT_VERSIONS insinto /lib/firmware # some older firmware are always provided by upstream |