diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-12-26 22:09:47 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-12-26 22:09:47 +0000 |
commit | 2d6028868d4e51b1550c8ed991baafae98d43194 (patch) | |
tree | 9ae0819cff00d60aa3435e5447ed5147b31a21b5 /net-wireless/acx100 | |
parent | Pull old versions. (diff) | |
download | gentoo-2-2d6028868d4e51b1550c8ed991baafae98d43194.tar.gz gentoo-2-2d6028868d4e51b1550c8ed991baafae98d43194.tar.bz2 gentoo-2-2d6028868d4e51b1550c8ed991baafae98d43194.zip |
0.3.20 stable, remove older versions, closes bug 113764
(Portage version: 2.1_pre2)
Diffstat (limited to 'net-wireless/acx100')
-rw-r--r-- | net-wireless/acx100/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/acx100/acx100-0.2.0_pre8-r6.ebuild | 53 | ||||
-rw-r--r-- | net-wireless/acx100/acx100-0.2.4.ebuild | 58 | ||||
-rw-r--r-- | net-wireless/acx100/acx100-0.3.20.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/acx100/files/digest-acx100-0.2.0_pre8-r6 | 2 | ||||
-rw-r--r-- | net-wireless/acx100/files/digest-acx100-0.2.4 | 2 |
6 files changed, 7 insertions, 118 deletions
diff --git a/net-wireless/acx100/ChangeLog b/net-wireless/acx100/ChangeLog index 0d8553560b79..51dad8449b67 100644 --- a/net-wireless/acx100/ChangeLog +++ b/net-wireless/acx100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/acx100 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/ChangeLog,v 1.16 2005/12/25 16:15:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/ChangeLog,v 1.17 2005/12/26 22:09:47 genstef Exp $ + + 26 Dec 2005; Stefan Schweizer <genstef@gentoo.org> + -acx100-0.2.0_pre8-r6.ebuild, -acx100-0.2.4.ebuild, acx100-0.3.20.ebuild: + 0.3.20 stable, remove older versions, closes bug 113764 *acx100-0.3.23 (25 Dec 2005) diff --git a/net-wireless/acx100/acx100-0.2.0_pre8-r6.ebuild b/net-wireless/acx100/acx100-0.2.0_pre8-r6.ebuild deleted file mode 100644 index ee416d5e5ea7..000000000000 --- a/net-wireless/acx100/acx100-0.2.0_pre8-r6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.2.0_pre8-r6.ebuild,v 1.3 2005/11/06 00:10:01 genstef Exp $ - -inherit linux-mod - -FIX_VERSION=57 -FW_VERSION=307 - -DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, -USB driver disabled because it does not compile)" - -HOMEPAGE="http://acx100.sourceforge.net/" -SRC_URI="http://lisas.de/~andi/${PN}/${P/_/}_plus_fixes_${FIX_VERSION}.tar.bz2 - http://acx100.erley.org/acx_fw/craig.tar.bz2" - -LICENSE="GPL-2 as-is" -SLOT="0" -KEYWORDS="x86" -IUSE="pcmcia" -RESTRICT="nomirror" - -RDEPEND="pcmcia? ( >=sys-apps/hotplug-20040923 ) - net-wireless/wireless-tools" - -S=${WORKDIR}/${P/_/}_plus_fixes_${FIX_VERSION} - -pkg_setup() { - linux-mod_pkg_setup - MODULE_NAMES="acx_pci(net:${S}/src)" - #acx_usb(net:${S}/src) - CONFIG_CHECK="NET_RADIO FW_LOADER" - #BUILD_PARAMS="KERNELVER=${KV_FULL} KERNELDIR=${KV_DIR} KERNEL_BUILD=${KV_DIR}" - BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}/src WLAN_HOSTIF=WLAN_PCI" - BUILD_TARGETS="modules" - MODULESD_ACX_PCI_ADDITIONS="options acx_pci firmware_dir=/lib/firmware" -} - -src_compile() { - sed -si "s:KERNEL_VER=\`uname -r\`:KERNEL_VER=${KV_FULL}:" Configure - sed -si "s:KERNEL_BUILD=/lib/modules/\$KERNEL_VER/build:KERNEL_BUILD=${KV_DIR}:" Configure - ./Configure - linux-mod_src_compile -} - -src_install() { - linux-mod_src_install - - dodoc README TODO ChangeLog doc/* - - insinto /lib/firmware - doins ${WORKDIR}/craig/* -} diff --git a/net-wireless/acx100/acx100-0.2.4.ebuild b/net-wireless/acx100/acx100-0.2.4.ebuild deleted file mode 100644 index 1a2cffa976a0..000000000000 --- a/net-wireless/acx100/acx100-0.2.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.2.4.ebuild,v 1.3 2005/11/06 00:10:01 genstef Exp $ - -inherit linux-mod - -DESCRIPTION="Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, USB)" - -HOMEPAGE="http://acx100.sourceforge.net/" -SRC_URI="http://acx100.erley.org/acx-20050811.tar.bz2 - http://acx100.erley.org/acx_fw/craig.tar.bz2" - -LICENSE="GPL-2 as-is" -SLOT="0" -KEYWORDS="~x86" -IUSE="pcmcia" -RESTRICT="nomirror" - -RDEPEND=">=sys-apps/hotplug-20040923 - net-wireless/wireless-tools" - -S=${WORKDIR} - -MODULE_NAMES="acx_pci(net:${S}) acx_usb(net:${S})" -CONFIG_CHECK="NET_RADIO FW_LOADER" -# KERNELVER=${KV_FULL} KERNELDIR=${KV_DIR} KERNEL_BUILD=${KV_DIR} -#SUBDIRS=${S} WLAN_HOSTIF=WLAN_PCI" -BUILD_TARGETS="modules" -MODULESD_ACX_PCI_ADDITIONS=" " #needed to clear out previous setting which caused problems with new ver - -#KERNEL_VER=KERNEL_VER=${KV_FULL} -#KERNEL_BUILD=/lib/modules/\$KERNEL_VER/build:KERNEL_BUILD=${KV_DIR}: -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" -} - -src_unpack() { - unpack ${A} - cd ${S} - sed -e 's:usr/share/acx:lib/firmware:' -i helper.c || die "Fixing firmware directory failed" -} - -src_install() { - linux-mod_src_install - - dodoc README doc/* - - insinto /lib/firmware - doins craig/* -} - -pkg_postinst() { - update_depmod - update_modules - update_moduledb - einfo "Please run 'etc-update' and then 'update-modules' to complete install" -} diff --git a/net-wireless/acx100/acx100-0.3.20.ebuild b/net-wireless/acx100/acx100-0.3.20.ebuild index 7109434c3e29..fe13d848601c 100644 --- a/net-wireless/acx100/acx100-0.3.20.ebuild +++ b/net-wireless/acx100/acx100-0.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.3.20.ebuild,v 1.1 2005/11/28 22:30:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.3.20.ebuild,v 1.2 2005/12/26 22:09:47 genstef Exp $ inherit linux-mod @@ -12,7 +12,7 @@ SRC_URI="http://acx100.erley.org/acx-20051128.tar.bz2 LICENSE="GPL-2 as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RESTRICT="nomirror" RDEPEND=">=sys-apps/hotplug-20040923 diff --git a/net-wireless/acx100/files/digest-acx100-0.2.0_pre8-r6 b/net-wireless/acx100/files/digest-acx100-0.2.0_pre8-r6 deleted file mode 100644 index 28a5f483c8ec..000000000000 --- a/net-wireless/acx100/files/digest-acx100-0.2.0_pre8-r6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c767760aebea9ce23aeb77fbb1e06698 acx100-0.2.0pre8_plus_fixes_57.tar.bz2 190188 -MD5 27afeef2debca59bcdfb74eb2a6f3355 craig.tar.bz2 94757 diff --git a/net-wireless/acx100/files/digest-acx100-0.2.4 b/net-wireless/acx100/files/digest-acx100-0.2.4 deleted file mode 100644 index a559dec4b0b7..000000000000 --- a/net-wireless/acx100/files/digest-acx100-0.2.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 08b8b9e197867aa977ca22ffb62d6307 acx-20050811.tar.bz2 315362 -MD5 27afeef2debca59bcdfb74eb2a6f3355 craig.tar.bz2 94757 |