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 | 39ebe651f407f0475ad095f53017585fd210348a (patch) | |
tree | c1ed1faa663d4482ff6c6dadb8d55a4a3665358c /net-wireless | |
parent | Pull old versions. (diff) | |
download | historical-39ebe651f407f0475ad095f53017585fd210348a.tar.gz historical-39ebe651f407f0475ad095f53017585fd210348a.tar.bz2 historical-39ebe651f407f0475ad095f53017585fd210348a.zip |
0.3.20 stable, remove older versions, closes bug 113764
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/acx100/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/acx100/Manifest | 8 | ||||
-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 |
7 files changed, 9 insertions, 124 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/Manifest b/net-wireless/acx100/Manifest index a30fcfa8a0f6..64e7497d7cff 100644 --- a/net-wireless/acx100/Manifest +++ b/net-wireless/acx100/Manifest @@ -1,10 +1,6 @@ -MD5 0066c001f0a25f770da3221d73eb3c2c ChangeLog 3327 -MD5 e828d1e7790a5a5f2e07d6bf864fa9e8 acx100-0.2.0_pre8-r6.ebuild 1514 -MD5 02ff22255ef686d9ef2780e71eab53db acx100-0.2.4.ebuild 1519 -MD5 3e215dc47cad71335bf1778ddd9b54db acx100-0.3.20.ebuild 1079 +MD5 93a77294b6e56eb8b6612722b0eb2953 ChangeLog 3515 +MD5 6d244766759af694c5e1b1935cf3a2fb acx100-0.3.20.ebuild 1078 MD5 d79c4f5245a2295b7902118d0813fbd5 acx100-0.3.23.ebuild 1079 -MD5 801f7b046326eb46296e384ed438ea6b files/digest-acx100-0.2.0_pre8-r6 140 -MD5 564754a7a7021f7d37c485ff27c432b4 files/digest-acx100-0.2.4 122 MD5 17ebb87ada76dc40279652ba8d26ef48 files/digest-acx100-0.3.20 120 MD5 875707a2cf750982e82b8ffe6be360d4 files/digest-acx100-0.3.23 120 MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159 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 |