summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-11-21 10:38:03 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-11-21 10:38:03 +0000
commita50e9e31fb3427afb30865193e3ebd64782f6b82 (patch)
tree4bca318b4217b6d6801e7ec3cac972837086bb9f /net-wireless/hostap-utils
parentMarked ~amd64. (diff)
downloadgentoo-2-a50e9e31fb3427afb30865193e3ebd64782f6b82.tar.gz
gentoo-2-a50e9e31fb3427afb30865193e3ebd64782f6b82.tar.bz2
gentoo-2-a50e9e31fb3427afb30865193e3ebd64782f6b82.zip
First release of new stable branch.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r--net-wireless/hostap-utils/ChangeLog8
-rw-r--r--net-wireless/hostap-utils/Manifest6
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.4.71
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild30
4 files changed, 42 insertions, 3 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index ba3af7eee31b..eab7258e840f 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.27 2005/09/17 09:58:21 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.28 2005/11/21 10:36:11 brix Exp $
+
+*hostap-utils-0.4.7 (21 Nov 2005)
+
+ 21 Nov 2005; Henrik Brix Andersen <brix@gentoo.org>
+ +hostap-utils-0.4.7.ebuild:
+ First release of new stable branch.
17 Sep 2005; Simon Stelling <blubb@gentoo.org> hostap-utils-0.4.0.ebuild:
added ~amd64 keyword
diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest
index 001e71d31836..d58181070f01 100644
--- a/net-wireless/hostap-utils/Manifest
+++ b/net-wireless/hostap-utils/Manifest
@@ -1,6 +1,8 @@
-MD5 a465617318692e08dce5b5d249385b90 ChangeLog 3934
MD5 4f4b13d8b57878a737653135f3593e44 hostap-utils-0.3.7.ebuild 747
-MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337
MD5 7cd7ffe51584bb98db221f9e24bb8879 hostap-utils-0.4.0.ebuild 756
+MD5 01d32ae93a416297c1a9b39bc7bd4cee hostap-utils-0.4.7.ebuild 644
+MD5 108bb000943fd10a2056c753b5813e5e ChangeLog 4092
+MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337
MD5 eb77fca21ee97178487299633c12fdd8 files/digest-hostap-utils-0.3.7 69
MD5 c493e7d880016cc1c366715792fa7041 files/digest-hostap-utils-0.4.0 69
+MD5 2e953db0223b1bed53ca392ef5883bf9 files/digest-hostap-utils-0.4.7 69
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.7 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.7
new file mode 100644
index 000000000000..a8a13b575059
--- /dev/null
+++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.7
@@ -0,0 +1 @@
+MD5 afe041581b8f01666e353bec20917c85 hostap-utils-0.4.7.tar.gz 60782
diff --git a/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild
new file mode 100644
index 000000000000..832b68e220cd
--- /dev/null
+++ b/net-wireless/hostap-utils/hostap-utils-0.4.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 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.4.7.ebuild,v 1.1 2005/11/21 10:36:11 brix Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utilities for Intersil Prism2/2.5/3 based IEEE 802.11b wireless LAN products"
+
+HOMEPAGE="http://hostap.epitest.fi/"
+SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+
+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
+}