Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/qla-fc-firmware: ChangeLog qla-fc-firmware-20071207.ebuild
Date: Sun, 30 Mar 2008 02:51:53
Message-Id: E1JfneA-0003uI-QA@stork.gentoo.org
1 robbat2 08/03/30 02:51:50
2
3 Modified: ChangeLog qla-fc-firmware-20071207.ebuild
4 Log:
5 Clarify the requirements of the Qlogic LICENSE file in the ebuild comments.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.16 sys-block/qla-fc-firmware/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -p -w -b -B -u -u -r1.15 -r1.16
21 --- ChangeLog 14 Jan 2008 03:08:45 -0000 1.15
22 +++ ChangeLog 30 Mar 2008 02:51:50 -0000 1.16
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-block/qla-fc-firmware
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog,v 1.15 2008/01/14 03:08:45 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/ChangeLog,v 1.16 2008/03/30 02:51:50 robbat2 Exp $
28 +
29 + 30 Mar 2008; Robin H. Johnson <robbat2@g.o>
30 + qla-fc-firmware-20071207.ebuild:
31 + Clarify the requirements of the Qlogic LICENSE file in the ebuild
32 + comments.
33
34 14 Jan 2008; Robin H. Johnson <robbat2@g.o>
35 qla-fc-firmware-20070226.ebuild:
36
37
38
39 1.2 sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild?r1=1.1&r2=1.2
44
45 Index: qla-fc-firmware-20071207.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-block/qla-fc-firmware/qla-fc-firmware-20071207.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -p -w -b -B -u -u -r1.1 -r1.2
51 --- qla-fc-firmware-20071207.ebuild 14 Dec 2007 12:53:02 -0000 1.1
52 +++ qla-fc-firmware-20071207.ebuild 30 Mar 2008 02:51:50 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $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 $
58 +# $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 $
59
60 DESCRIPTION="QLogic Linux Fibre Channel HBA Firmware for ql2xxx cards"
61 HOMEPAGE="ftp://ftp.qlogic.com/outgoing/linux/firmware/"
62 @@ -17,7 +17,13 @@ RDEPEND=""
63 FW_BASENAME="ql2100_fw.bin ql2200_fw.bin ql2300_fw.bin ql2322_fw.bin ql2400_fw.bin ql2500_fw.bin ql6312_fw.bin"
64
65 src_install() {
66 - dodoc LICENSE # We must install this, say QLogic's people.
67 + # We must install this, say QLogic's people.
68 + # They have claimed to me that the /license/ directory isn't sufficient, as
69 + # there is no guarantee it will be on a system - and it would not be in any
70 + # binpkg either. If you do something else with the firmware blobs, you are
71 + # thus strongly encouraged to keep a copy of the LICENSE file with them on
72 + # the system.
73 + dodoc LICENSE
74 dodoc README.gentoo CURRENT_VERSIONS
75 insinto /lib/firmware
76 # some older firmware are always provided by upstream
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list