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-15.28.1.6.ebuild
Date: Wed, 03 Sep 2008 05:47:48
Message-Id: E1KalDL-00074p-0A@stork.gentoo.org
1 compnerd 08/09/03 05:47:34
2
3 Modified: ChangeLog
4 Added: iwl3945-ucode-15.28.1.6.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc3-git3 i686)
8
9 Revision Changes Path
10 1.5 net-wireless/iwl3945-ucode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 1 Feb 2008 17:22:38 -0000 1.4
23 +++ ChangeLog 3 Sep 2008 05:47:34 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/iwl3945-ucode
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v 1.4 2008/02/01 17:22:38 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl3945-ucode/ChangeLog,v 1.5 2008/09/03 05:47:34 compnerd Exp $
29 +
30 +*iwl3945-ucode-15.28.1.6 (03 Sep 2008)
31 +
32 + 03 Sep 2008; Saleem Abdulrasool <compnerd@g.o>
33 + +iwl3945-ucode-15.28.1.6.ebuild:
34 + Version bump from upstream
35
36 01 Feb 2008; Christian Faulhammer <opfer@g.o>
37 iwl3945-ucode-2.14.1.5.ebuild:
38
39
40
41 1.1 net-wireless/iwl3945-ucode/iwl3945-ucode-15.28.1.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/iwl3945-ucode-15.28.1.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/iwl3945-ucode/iwl3945-ucode-15.28.1.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: iwl3945-ucode-15.28.1.6.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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-15.28.1.6.ebuild,v 1.1 2008/09/03 05:47:34 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 }