Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/iwl3945-ucode: ChangeLog iwl3945-ucode-2.14.1.5.ebuild
Date: Sat, 29 Sep 2007 20:54:47
Message-Id: E1IbjCK-00055U-Na@stork.gentoo.org
1 compnerd 07/09/29 20:46:00
2
3 Modified: ChangeLog
4 Added: iwl3945-ucode-2.14.1.5.ebuild
5 Log:
6 version bump for new ABI version
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.2 net-wireless/iwl3945-ucode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 11 Jul 2007 03:16:16 -0000 1.1
23 +++ ChangeLog 29 Sep 2007 20:46:00 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/iwl3945-ucode
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v 1.1 2007/07/11 03:16:16 compnerd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v 1.2 2007/09/29 20:46:00 compnerd Exp $
29 +
30 +*iwl3945-ucode-2.14.1.5 (29 Sep 2007)
31 +
32 + 29 Sep 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +iwl3945-ucode-2.14.1.5.ebuild:
34 + Bump to new ABI version microcode for new iwlwifi snapshot
35
36 *iwl3945-ucode-2.14.4 (11 Jul 2007)
37
38
39
40
41 1.1 net-wireless/iwl3945-ucode/iwl3945-ucode-2.14.1.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/iwl3945-ucode-2.14.1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/iwl3945-ucode-2.14.1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: iwl3945-ucode-2.14.1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/iwl3945-ucode-2.14.1.5.ebuild,v 1.1 2007/09/29 20:46:00 compnerd Exp $
51
52 MY_PN="iwlwifi-3945-ucode"
53
54 DESCRIPTION="Intel (R) PRO/Wireless 3945ABG Network Connection ucode"
55 HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
56 SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
57
58 LICENSE="Intel"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
64 RDEPEND=""
65
66 S="${WORKDIR}/${MY_PN}-${PV}"
67
68 src_compile() {
69 true;
70 }
71
72 src_install() {
73 insinto /lib/firmware
74 doins iwlwifi-3945-1.ucode
75
76 dodoc README*
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list