summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-08-20 06:52:34 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-08-20 06:52:34 +0000
commit95898c51f23a7696bf9938f49ea93252c3ec339b (patch)
treecd1fac282ca982d44214481055234d80ab03e8c8
parentBump. (diff)
downloadhistorical-95898c51f23a7696bf9938f49ea93252c3ec339b.tar.gz
historical-95898c51f23a7696bf9938f49ea93252c3ec339b.tar.bz2
historical-95898c51f23a7696bf9938f49ea93252c3ec339b.zip
Some touchups
Package-Manager: portage-2.0.51.22-r2
-rw-r--r--net-wireless/acx100/ChangeLog5
-rw-r--r--net-wireless/acx100/Manifest16
-rw-r--r--net-wireless/acx100/acx100-0.2.4.ebuild14
3 files changed, 16 insertions, 19 deletions
diff --git a/net-wireless/acx100/ChangeLog b/net-wireless/acx100/ChangeLog
index b027a24d1565..af876d9fc31b 100644
--- a/net-wireless/acx100/ChangeLog
+++ b/net-wireless/acx100/ChangeLog
@@ -1,6 +1,9 @@
# 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.12 2005/08/19 16:06:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/ChangeLog,v 1.13 2005/08/20 06:52:34 genstef Exp $
+
+ 20 Aug 2005; Stefan Schweizer <genstef@gentoo.org> acx100-0.2.4.ebuild:
+ Some touchups
*acx100-0.2.4 (19 Aug 2005)
diff --git a/net-wireless/acx100/Manifest b/net-wireless/acx100/Manifest
index 7ce6ea77c614..aeea39d4fd52 100644
--- a/net-wireless/acx100/Manifest
+++ b/net-wireless/acx100/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 44ea8fdbb751aaffe960b3753d7bc157 ChangeLog 2645
-MD5 b1b1c282801e90a82099b5a384f38dc2 acx100-0.2.0_pre8-r6.ebuild 1526
-MD5 e33a934a5fbdbda18c6de4e049d8e1d3 acx100-0.2.4.ebuild 1524
+MD5 22d313fc3945086481f549ba7240f8b5 acx100-0.2.4.ebuild 1564
+MD5 87329229b7030f23d6b7ecbd922c160d ChangeLog 2737
MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159
+MD5 b1b1c282801e90a82099b5a384f38dc2 acx100-0.2.0_pre8-r6.ebuild 1526
MD5 e2e4d69daf2b215f28b9cd5b532b3c88 files/digest-acx100-0.2.0_pre8-r6 147
MD5 c17c9f12395a46910f1d908b6fcc9f69 files/digest-acx100-0.2.4 120
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDBgOIBtvusYtCZMsRAvvfAJ9as052blkDSxpJTMp4PGg7ShRC/QCfRHa2
-/Trx6oMZ+yVzCWAadlye5xA=
-=0je7
------END PGP SIGNATURE-----
diff --git a/net-wireless/acx100/acx100-0.2.4.ebuild b/net-wireless/acx100/acx100-0.2.4.ebuild
index e8d60b569728..4d89710589f9 100644
--- a/net-wireless/acx100/acx100-0.2.4.ebuild
+++ b/net-wireless/acx100/acx100-0.2.4.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.2.4.ebuild,v 1.1 2005/08/19 16:06:07 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/acx100/acx100-0.2.4.ebuild,v 1.2 2005/08/20 06:52:34 genstef Exp $
inherit linux-mod
@@ -23,7 +23,6 @@ S=${WORKDIR}
MODULE_NAMES="acx_pci(net:${S}) acx_usb(net:${S})"
CONFIG_CHECK="NET_RADIO FW_LOADER"
-BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
# KERNELVER=${KV_FULL} KERNELDIR=${KV_DIR} KERNEL_BUILD=${KV_DIR}
#SUBDIRS=${S} WLAN_HOSTIF=WLAN_PCI"
BUILD_TARGETS="modules"
@@ -31,6 +30,10 @@ MODULESD_ACX_PCI_ADDITIONS=" " #needed to clear out previous setting which cause
#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}
@@ -44,11 +47,12 @@ src_install() {
dodoc README doc/*
insinto /lib/firmware
- doins ${WORKDIR}/fw/acx111_1.2.1.34/*
- doins ${WORKDIR}/fw/acx100_1.9.8.b/*
- doins ${WORKDIR}/fw/acx100_1.0.9-USB/*
+ doins fw/acx111_1.2.1.34/* fw/acx100_1.9.8.b/* fw/acx100_1.0.9-USB/*
}
pkg_postinst() {
+ update_depmod
+ update_modules
+ update_moduledb
einfo "Please run 'etc-update' and then 'update-modules' to complete install"
}