diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2004-12-12 11:32:54 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2004-12-12 11:32:54 +0000 |
commit | 9bef687600a6927056ca96328ec26eacf421032e (patch) | |
tree | 35fc0a0acaae44383d9ca6a72398b223767640a2 /net-wireless/hostap-utils | |
parent | Initial import as per bug #73286 (diff) | |
download | historical-9bef687600a6927056ca96328ec26eacf421032e.tar.gz historical-9bef687600a6927056ca96328ec26eacf421032e.tar.bz2 historical-9bef687600a6927056ca96328ec26eacf421032e.zip |
Version bump. Please note that version 0.3.0 is a development snapshot.
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r-- | net-wireless/hostap-utils/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/hostap-utils/Manifest | 14 | ||||
-rw-r--r-- | net-wireless/hostap-utils/files/digest-hostap-utils-0.3.0 | 1 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild | 32 |
4 files changed, 43 insertions, 12 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog index 98ebb510f075..ba8e8965e9b8 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.13 2004/12/11 22:52:59 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.14 2004/12/12 11:32:54 brix Exp $ + +*hostap-utils-0.3.0 (12 Dec 2004) + + 12 Dec 2004; Henrik Brix Andersen <brix@gentoo.org> + +hostap-utils-0.3.0.ebuild: + Version bump. Please note that version 0.3.0 is a development snapshot. 12 Dec 2004; Daniel Black <dragonheart@gentoo.org> -hostap-utils-0.1.3.ebuild, hostap-utils-0.2.4.ebuild: diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest index 75b58ca1999f..295275b9fded 100644 --- a/net-wireless/hostap-utils/Manifest +++ b/net-wireless/hostap-utils/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 addf782e18fdfbb92b692304d9d7ce9f hostap-utils-0.2.4.ebuild 778 MD5 10fd96c8bd8bbb64aebe7b1be75946e3 ChangeLog 2017 MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337 -MD5 addf782e18fdfbb92b692304d9d7ce9f hostap-utils-0.2.4.ebuild 778 +MD5 17b9cc34e32e3f6cd8d01dbe89e39dbc hostap-utils-0.3.0.ebuild 628 MD5 b31ab184e34a7e5d3443d51d91c5008f files/digest-hostap-utils-0.2.4 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBu3pRmdTrptrqvGERAodZAKCTZhlSIsfgDLlq5Aw6sgzfWbQz4ACeLkJD -UtaPF8hJWje1lXLxaJuqPwc= -=oXor ------END PGP SIGNATURE----- +MD5 bd6d6d04e2ba70a469fa52ec8afaae4b files/digest-hostap-utils-0.3.0 69 diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.0 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.0 new file mode 100644 index 000000000000..c5d5a74b0845 --- /dev/null +++ b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.0 @@ -0,0 +1 @@ +MD5 3a1c5a3041d82f4f3732a559266355c6 hostap-utils-0.3.0.tar.gz 59548 diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild new file mode 100644 index 000000000000..43c7e124a8c9 --- /dev/null +++ b/net-wireless/hostap-utils/hostap-utils-0.3.0.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.0.ebuild,v 1.1 2004/12/12 11:32:54 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 +} |