Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/at76c503a: ChangeLog at76c503a-0.16.ebuild
Date: Sun, 30 Sep 2007 21:02:48
Message-Id: E1Ic5nX-0005od-3u@stork.gentoo.org
1 genstef 07/09/30 20:53:55
2
3 Modified: ChangeLog
4 Added: at76c503a-0.16.ebuild
5 Log:
6 version bump thanks to Matt Turner <mattst88@×××××.com> and manny15 <windowsucks2000@××××××××.net> in bug 188035
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.18 net-wireless/at76c503a/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/at76c503a/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/at76c503a/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/at76c503a/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/at76c503a/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 29 Aug 2007 18:48:08 -0000 1.17
23 +++ ChangeLog 30 Sep 2007 20:53:54 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/at76c503a
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/at76c503a/ChangeLog,v 1.17 2007/08/29 18:48:08 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/at76c503a/ChangeLog,v 1.18 2007/09/30 20:53:54 genstef Exp $
29 +
30 +*at76c503a-0.16 (30 Sep 2007)
31 +
32 + 30 Sep 2007; Stefan Schweizer <genstef@g.o> +at76c503a-0.16.ebuild:
33 + version bump thanks to Matt Turner <mattst88@×××××.com> and manny15
34 + <windowsucks2000@××××××××.net> in bug 188035
35
36 *at76c503a-9999.ebuild (29 Aug 2007)
37 *at76c503a-0.14_beta1.ebuild (29 Aug 2007)
38
39
40
41 1.1 net-wireless/at76c503a/at76c503a-0.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/at76c503a/at76c503a-0.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/at76c503a/at76c503a-0.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: at76c503a-0.16.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/at76c503a/at76c503a-0.16.ebuild,v 1.1 2007/09/30 20:53:54 genstef Exp $
51
52 inherit linux-mod eutils
53
54 MY_P=at76_usb-${PV/_}
55 DESCRIPTION="at76c503 is a Linux driver for the wlan USB adapter based on the Atmel at76c503 chip. It currently supports ad-hoc mode, infrastructure mode, and WEP. It supports adapters from Atmel, the Belkin F5D6050, Netgear MA101, and others."
56 HOMEPAGE="http://developer.berlios.de/projects/at76c503a/"
57 SRC_URI="http://download.berlios.de/at76c503a/${MY_P}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62 RDEPEND="net-wireless/atmel-firmware
63 || ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )
64 >=net-wireless/wireless-tools-26-r1"
65 S=${WORKDIR}/${MY_P}
66
67 MODULE_NAMES="at76_usb(net:)"
68 BUILD_TARGETS="all"
69
70 CONFIG_CHECK="WIRELESS_EXT"
71 WIRELESS_EXT_ERROR="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_WIRELESS_EXT)."
72
73 pkg_setup() {
74 linux-mod_pkg_setup
75 BUILD_PARAMS="KERNEL_PATH=${KV_DIR}"
76 }
77
78 src_install() {
79 linux-mod_src_install
80
81 dodoc README CHANGELOG
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list