summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2004-02-09 00:32:54 +0000
committerWolfram Schlich <wschlich@gentoo.org>2004-02-09 00:32:54 +0000
commita3f273fa1982bc802d50206770921271742b0297 (patch)
treede16410e36d3dd79f58570b1c88ee7da928069f0 /net-wireless
parentversion bump (diff)
downloadgentoo-2-a3f273fa1982bc802d50206770921271742b0297.tar.gz
gentoo-2-a3f273fa1982bc802d50206770921271742b0297.tar.bz2
gentoo-2-a3f273fa1982bc802d50206770921271742b0297.zip
version bump
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/hostap-utils/ChangeLog10
-rw-r--r--net-wireless/hostap-utils/Manifest4
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.1.31
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.1.3.ebuild29
-rw-r--r--net-wireless/hostapd/ChangeLog9
-rw-r--r--net-wireless/hostapd/Manifest4
-rw-r--r--net-wireless/hostapd/files/digest-hostapd-0.1.31
-rw-r--r--net-wireless/hostapd/hostapd-0.1.3.ebuild39
8 files changed, 89 insertions, 8 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index cac856c59f19..b1386bb55d18 100644
--- a/net-wireless/hostap-utils/ChangeLog
+++ b/net-wireless/hostap-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-wireless/hostap-utils
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.4 2003/12/16 19:13:35 wschlich Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.5 2004/02/09 00:29:18 wschlich Exp $
+
+*hostap-utils-0.1.3 (09 Feb 2004)
+
+ 09 Feb 2004; Wolfram Schlich <wschlich@gentoo.org>
+ hostap-utils-0.1.3.ebuild:
+ Version bump
16 Dec 2003; Wolfram Schlich <wschlich@gentoo.org>
hostap-utils-0.1.0.ebuild, hostap-utils-0.1.2.ebuild:
diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest
index efd06612ef90..ae5119e3b5af 100644
--- a/net-wireless/hostap-utils/Manifest
+++ b/net-wireless/hostap-utils/Manifest
@@ -1,8 +1,8 @@
-MD5 7cc511e1183a37700d0151336bf99772 ChangeLog 880
+MD5 5f1693ff8e4e1689a57fbaf205049f35 ChangeLog 880
MD5 6680f6f1174a51e5a26f3a2b5c8e8dfe hostap-utils-0.1.0.ebuild 747
MD5 51d0156168dd714d5c675e865c59f399 metadata.xml 336
MD5 e0830b8d15764431b8a3bf0ad701aa27 hostap-utils-0.1.2.ebuild 747
-MD5 72e13e6ac7746b054a57566934218d87 hostap-utils-0.1.3.ebuild 748
+MD5 3311c06c59fbe1e18970939e493115b9 hostap-utils-0.1.3.ebuild 748
MD5 0ba7ca078008d8086fe7553380c18770 files/digest-hostap-utils-0.1.0 69
MD5 d7b91af9a475e898cc1cd1054a35e858 files/digest-hostap-utils-0.1.2 69
MD5 03063f23ff1bf75a6da90833038f6a76 files/digest-hostap-utils-0.1.3 69
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.3 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.3
new file mode 100644
index 000000000000..89f15771fb3a
--- /dev/null
+++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.1.3
@@ -0,0 +1 @@
+MD5 415803a5d88c464f24c1c0c43825dae7 hostap-utils-0.1.3.tar.gz 51755
diff --git a/net-wireless/hostap-utils/hostap-utils-0.1.3.ebuild b/net-wireless/hostap-utils/hostap-utils-0.1.3.ebuild
new file mode 100644
index 000000000000..570ef755cb76
--- /dev/null
+++ b/net-wireless/hostap-utils/hostap-utils-0.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.1.3.ebuild,v 1.1 2004/02/09 00:29:18 wschlich Exp $
+
+inherit eutils
+
+DESCRIPTION="HostAP wireless utils"
+HOMEPAGE="http://hostap.epitest.fi/"
+SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=net-wireless/hostap-driver-0.1.0"
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ emake CC="${CC}" CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ for i in \
+ hostap_crypt_conf hostap_diag hostap_io_debug hostap_rid \
+ prism2_param prism2_srec \
+ split_combined_hex; do
+ dosbin "${i}"
+ done
+ dodoc README
+}
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog
index a79854b72d39..a027622d568c 100644
--- a/net-wireless/hostapd/ChangeLog
+++ b/net-wireless/hostapd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/hostapd
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.3 2003/12/16 19:17:12 wschlich Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.4 2004/02/09 00:32:43 wschlich Exp $
+
+*hostapd-0.1.3 (09 Feb 2004)
+
+ 09 Feb 2004; Wolfram Schlich <wschlich@gentoo.org> hostapd-0.1.3.ebuild:
+ Version bump
16 Dec 2003; Wolfram Schlich <wschlich@gentoo.org> hostapd-0.1.0.ebuild:
mark stable on x86
diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest
index 336721615f30..66cdf93ed05f 100644
--- a/net-wireless/hostapd/Manifest
+++ b/net-wireless/hostapd/Manifest
@@ -1,7 +1,7 @@
-MD5 4e2d5d6f79cf398cdc3c69044e72da5b ChangeLog 681
+MD5 edfbf6ade6eb6ed4b52667fa70fd666b ChangeLog 681
MD5 e7ebae5af10ec06f5ede99216b1337dc hostapd-0.1.0.ebuild 1079
MD5 b852e83aa853d08d6f30ce4a89bf557d metadata.xml 461
-MD5 62cedd4700d20e5f99bb63ba2612e9ff hostapd-0.1.3.ebuild 1086
+MD5 19c481e99b15d34fbf7794bf82c9d7fb hostapd-0.1.3.ebuild 1086
MD5 cf287b50f0ccd832a08fb3031281cd4f files/hostapd.init.d 858
MD5 ebaf0a97df860deb10127e44d8c9f4de files/digest-hostapd-0.1.0 64
MD5 7c806d26277486d29515a6658707a2fe files/digest-hostapd-0.1.3 64
diff --git a/net-wireless/hostapd/files/digest-hostapd-0.1.3 b/net-wireless/hostapd/files/digest-hostapd-0.1.3
new file mode 100644
index 000000000000..2d8b048f9504
--- /dev/null
+++ b/net-wireless/hostapd/files/digest-hostapd-0.1.3
@@ -0,0 +1 @@
+MD5 54563fb51f143c4bf26ddec2516e8f9f hostapd-0.1.3.tar.gz 85160
diff --git a/net-wireless/hostapd/hostapd-0.1.3.ebuild b/net-wireless/hostapd/hostapd-0.1.3.ebuild
new file mode 100644
index 000000000000..2c824cd4c0d4
--- /dev/null
+++ b/net-wireless/hostapd/hostapd-0.1.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.1.3.ebuild,v 1.1 2004/02/09 00:32:43 wschlich Exp $
+
+inherit eutils
+
+DESCRIPTION="HostAP wireless daemon"
+HOMEPAGE="http://hostap.epitest.fi/"
+SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=net-wireless/hostap-driver-0.1.0"
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ emake CC="${CC}" CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ diropts -o root -g root -m 0750
+ dodir /etc/hostapd
+ insopts -o root -g root -m 0640
+ insinto /etc/hostapd
+ exeopts ""
+ exeinto /etc/init.d
+ newexe "${FILESDIR}/hostapd.init.d" hostapd
+ doins \
+ hostapd.conf \
+ hostapd.accept \
+ hostapd.deny
+ dosed 's:\(accept_mac_file=\)/etc/hostapd.accept:\1/etc/hostapd/hostapd.accept:g' /etc/hostapd/hostapd.conf
+ dosed 's:\(deny_mac_file=\)/etc/hostapd.deny:\1/etc/hostapd/hostapd.deny:g' /etc/hostapd/hostapd.conf
+ dosbin hostapd
+ dodoc \
+ README \
+ developer.txt
+}