diff options
author | 2007-02-04 15:18:39 +0000 | |
---|---|---|
committer | 2007-02-04 15:18:39 +0000 | |
commit | c406f4275edd41da0eccc146e0de6fa33907daa0 (patch) | |
tree | 657480314ba745472220409a07a0be957bba0b1b /net-wireless | |
parent | net-misc/tulip-devel removal, bug #159703. (diff) | |
download | gentoo-2-c406f4275edd41da0eccc146e0de6fa33907daa0.tar.gz gentoo-2-c406f4275edd41da0eccc146e0de6fa33907daa0.tar.bz2 gentoo-2-c406f4275edd41da0eccc146e0de6fa33907daa0.zip |
Version bump. Bug #163578
(Portage version: 2.1.2-r5)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/acx/ChangeLog | 10 | ||||
-rw-r--r-- | net-wireless/acx/acx-0.3.35_p20070101.ebuild | 50 | ||||
-rw-r--r-- | net-wireless/acx/files/digest-acx-0.3.35_p20070101 | 3 |
3 files changed, 61 insertions, 2 deletions
diff --git a/net-wireless/acx/ChangeLog b/net-wireless/acx/ChangeLog index 81950eb64be4..28c6aba117c0 100644 --- a/net-wireless/acx/ChangeLog +++ b/net-wireless/acx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/acx -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx/ChangeLog,v 1.10 2006/12/20 02:24:44 spb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx/ChangeLog,v 1.11 2007/02/04 15:18:39 spb Exp $ + +*acx-0.3.35_p20070101 (04 Feb 2007) + + 04 Feb 2007; Stephen Bennett <spb@gentoo.org> + +acx-0.3.35_p20070101.ebuild: + Version bump; bug #163578 20 Dec 2006; Stephen Bennett <spb@gentoo.org> +files/acx-0.3.35_p20060521-2.6.19.patch, acx-0.3.35_p20060521.ebuild: diff --git a/net-wireless/acx/acx-0.3.35_p20070101.ebuild b/net-wireless/acx/acx-0.3.35_p20070101.ebuild new file mode 100644 index 000000000000..da923ee5e0d9 --- /dev/null +++ b/net-wireless/acx/acx-0.3.35_p20070101.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx/acx-0.3.35_p20070101.ebuild,v 1.1 2007/02/04 15:18:39 spb Exp $ + +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://lisas.de/~andi/acx100/${PN}-${PATCHLEVEL}.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="NET_RADIO 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 + + +} + +src_install() { + linux-mod_src_install + + dodoc README +} diff --git a/net-wireless/acx/files/digest-acx-0.3.35_p20070101 b/net-wireless/acx/files/digest-acx-0.3.35_p20070101 new file mode 100644 index 000000000000..aedd2a8705b7 --- /dev/null +++ b/net-wireless/acx/files/digest-acx-0.3.35_p20070101 @@ -0,0 +1,3 @@ +MD5 ec6322b9c82781897a9433ef0cefda6f acx-20070101.tar.bz2 146810 +RMD160 bad0f792b544fa557660204bf73d284b35303224 acx-20070101.tar.bz2 146810 +SHA256 d3a24af46af06c007c65f00167af48a8d702ebbcbe670e339179498d9aea0cdf acx-20070101.tar.bz2 146810 |