Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142055 Details for
Bug 196664
net-wireless/acx ebuild desperately needs update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
acx-0.3.35_p20080112.ebuild
acx-0.3.35_p20080112.ebuild (text/plain), 1.05 KB, created by
Geoffrey Clements
on 2008-01-28 21:49:02 UTC
(
hide
)
Description:
acx-0.3.35_p20080112.ebuild
Filename:
MIME Type:
Creator:
Geoffrey Clements
Created:
2008-01-28 21:49:02 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod > >PATCHLEVEL=${PV##*_p} > >DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, USB)" >HOMEPAGE="http://acx100.sourceforge.net/" >SRC_URI="http://downloads.sourceforge.net/acx100/${PN}-${PATCHLEVEL}-2.tar.bz2" > >LICENSE="GPL-2 as-is" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" > >IUSE="debug" > >RDEPEND="net-wireless/wireless-tools > net-wireless/acx-firmware" > >S=${WORKDIR}/${PN}-${PATCHLEVEL} > >MODULE_NAMES="acx(net:${S})" >CONFIG_CHECK="WIRELESS_EXT FW_LOADER" >BUILD_TARGETS="modules" > >pkg_setup() { > linux-mod_pkg_setup > BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" >} > >src_unpack() { > unpack ${A} > chmod ug+w . -R > > # The default acx_config.h has some rather over-zealous debug output. > cd $S > if ! use debug; then > sed -i '/^#define ACX_DEBUG/s/2/0/' acx_config.h || die "Failed to disable debug support" > fi > #kernel_is ge 2 6 22 && epatch ${FILESDIR}/${P}-2.6.22.patch > >} > >src_install() { > linux-mod_src_install > > dodoc README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 196664
:
135141
| 142055 |
142801
|
142803