summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2004-12-20 09:11:24 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2004-12-20 09:11:24 +0000
commitdb4481d62994bef89d7dd44ea94eaf09c149a5a1 (patch)
tree83963c00da365d5cad35347ca37c931579121d2a /net-wireless/hostap-utils
parentAdded a patch to configure, and configure.in to correct the includes for the ... (diff)
downloadhistorical-db4481d62994bef89d7dd44ea94eaf09c149a5a1.tar.gz
historical-db4481d62994bef89d7dd44ea94eaf09c149a5a1.tar.bz2
historical-db4481d62994bef89d7dd44ea94eaf09c149a5a1.zip
Added new development snapshot.
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r--net-wireless/hostap-utils/ChangeLog8
-rw-r--r--net-wireless/hostap-utils/Manifest2
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.3.21
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild32
4 files changed, 42 insertions, 1 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index ba8e8965e9b8..f97894c293fd 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.14 2004/12/12 11:32:54 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.15 2004/12/20 09:10:42 brix Exp $
+
+*hostap-utils-0.3.2 (20 Dec 2004)
+
+ 20 Dec 2004; Henrik Brix Andersen <brix@gentoo.org>
+ +hostap-utils-0.3.2.ebuild:
+ Added new development snapshot.
*hostap-utils-0.3.0 (12 Dec 2004)
diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest
index c9cff7e30e08..3afa4a7914bc 100644
--- a/net-wireless/hostap-utils/Manifest
+++ b/net-wireless/hostap-utils/Manifest
@@ -1,6 +1,8 @@
MD5 addf782e18fdfbb92b692304d9d7ce9f hostap-utils-0.2.4.ebuild 778
+MD5 17b9cc34e32e3f6cd8d01dbe89e39dbc hostap-utils-0.3.2.ebuild 628
MD5 2d037898a248c86772b7f523d1a56f00 ChangeLog 2204
MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337
MD5 3f0e001cdac352dd106e6f63e0f7fc4d hostap-utils-0.3.0.ebuild 739
MD5 b31ab184e34a7e5d3443d51d91c5008f files/digest-hostap-utils-0.2.4 69
MD5 bd6d6d04e2ba70a469fa52ec8afaae4b files/digest-hostap-utils-0.3.0 69
+MD5 66bac96f1cd07eff01bee01597a115d3 files/digest-hostap-utils-0.3.2 69
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.2 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.2
new file mode 100644
index 000000000000..4ce4b98f134c
--- /dev/null
+++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.2
@@ -0,0 +1 @@
+MD5 4af1bbccb6a124b569a1f7b68bd58413 hostap-utils-0.3.2.tar.gz 59629
diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild
new file mode 100644
index 000000000000..cc7f13138136
--- /dev/null
+++ b/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild,v 1.1 2004/12/20 09:10:42 brix Exp $
+
+inherit toolchain-funcs
+
+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 ~ppc"
+
+IUSE=""
+
+RDEPEND=">=net-wireless/hostap-driver-0.3.0"
+DEPEND="virtual/libc"
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+
+ dosbin hostap_{crypt_conf,diag,fw_load,io_debug,rid}
+ dosbin prism2_{param,srec}
+ dosbin split_combined_hex
+
+ dodoc README
+}