From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-wireless/hostap-utils/Manifest | 6 ++++ .../files/hostap-utils-0.4.7-makefile.patch | 31 ++++++++++++++++++++ .../hostap-utils/hostap-utils-0.4.7-r1.ebuild | 33 ++++++++++++++++++++++ net-wireless/hostap-utils/metadata.xml | 6 ++++ 4 files changed, 76 insertions(+) create mode 100644 net-wireless/hostap-utils/Manifest create mode 100644 net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch create mode 100644 net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild create mode 100644 net-wireless/hostap-utils/metadata.xml (limited to 'net-wireless/hostap-utils') diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest new file mode 100644 index 000000000000..c64a7b6d90c5 --- /dev/null +++ b/net-wireless/hostap-utils/Manifest @@ -0,0 +1,6 @@ +AUX hostap-utils-0.4.7-makefile.patch 861 SHA256 b5ddaa44e18dd544506784bb69fe6ece36131cfc23b4bd3f9a8de283d5704f22 SHA512 8900dd62ba64965645ce57a90df26a9e23c44495513cc8fe414d92b425a24a081782a90a3eda4f01c7d922ebc334eb74c496f4dbb891422b7bc0a17c27afd32f WHIRLPOOL 1d0d1646c4db55e0f96c9e2518b0936512397ebbc36088a8b53fab21033a54407f0070fd0bdb0798a106730ada725e5c635bd3928b080ea317001bebb670d458 +DIST hostap-utils-0.4.7.tar.gz 60782 SHA256 c6f598d8e356c1620fa009eca0a700bf1105e16817eefd77d891994261009355 SHA512 1a54c5d84b02d2dc96c33d6463af775212e09a20ac85367184636d364f17a09e48f937417dd9c43148663d242b3fc5f2f13835ec5331bd0600ef31797c414d44 WHIRLPOOL 4e195921144640806d944ce2628dbd15fa1cf8c3b51d5ba761476fa5fc301478bca1b99f3f8cf401d3854492f4e8ed1ee9449469722b9f9030c1269cf63d1450 +EBUILD hostap-utils-0.4.7-r1.ebuild 645 SHA256 8747e21a8b03ed6fddf7ccbb4490221f743e96dfd4da6851a1148c4e4b23ccf8 SHA512 7a31d2907c191729a55bdba3f6b4cad7f7da8a971f817a3873f25f67274b2ea7317065eba227c85665d094136012a6f2d25ab10f44fce62d0b945c198be1cffa WHIRLPOOL 1bf415daf2906f69eaa0f8790f02257402930646a589d4155baee923257cd48d45a147336f7acffc461aae12da4aeaefb1d1839bcd854b630009664dcb9b7588 +MISC ChangeLog 2591 SHA256 9d0661a8b02330756ff919aebb3d3a80257e0e97341d74ab7a959eb0676c01ce SHA512 4accf7479646395b955d75aff338caf3dd3b104016f49e3bd845caa7ef8cf2db4f5d2b0ff1b01d1d51c6f36282c165fe445201aed9a338245243c2b0128363a1 WHIRLPOOL 4eb2279ef76c9246227bc5af0217afa67316f9fcda1c43cac81c4dfe7051f024330e48711f91e551ad77cfab3cac8255c20e54180ef51fa2c811cc0d5961e609 +MISC ChangeLog-2015 5625 SHA256 f2fc2af311e6f5fa713f73fd7bedb7928e09fe25418a841501e560c089af9e7a SHA512 b0bb6fcc0c8e3232d523b53690b38657315021dc1695fc45a411e6dfebd8d62c88a25a5dbf09e0d33227b3cd420245bdb2cbf780b59c6894048c477ff8967e93 WHIRLPOOL 5c535fb22e7c5418310cb76658c0bb8b451c154e671e4a5ee855469bb574e5d0ca457587483cf9fb60480fa3591d41ee4b0e59fa78777d1c791c1b7691bb152c +MISC metadata.xml 236 SHA256 060951e24595012615dd01d46aea7d9c5ff8f6b867e6ed74064f04d82616870e SHA512 d002364fc624df1993a205281bab483edac8d8c5fe9831be50050b1f29fcb6f002a8d55e0aed6eab931f0c934084abe28d5ff922045045c524562006d10ee3af WHIRLPOOL 7a60c410592405c110d1919fb9d4b35c76759af1fc0e5c53b34df2091c0f554f2fd0c600161b2c6d4751ca48726b77ba8e18b04133c225144ee456c445dbd3f4 diff --git a/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch new file mode 100644 index 000000000000..366a878b7b62 --- /dev/null +++ b/net-wireless/hostap-utils/files/hostap-utils-0.4.7-makefile.patch @@ -0,0 +1,31 @@ +--- Makefile.orig 2012-11-20 12:16:39.747881769 +0400 ++++ Makefile 2012-11-20 12:17:39.248881307 +0400 +@@ -1,7 +1,3 @@ +-ifndef CFLAGS +-CFLAGS = -O2 -Wall +-endif +- + # Include directory for CVS version + CFLAGS += -I../driver/modules + +@@ -14,17 +10,17 @@ + hostap_crypt_conf: hostap_crypt_conf.c + + hostap_diag: hostap_diag.o util.o +- $(CC) -o hostap_diag $(CFLAGS) hostap_diag.o util.o ++ $(CC) -o hostap_diag $(CFLAGS) $(LDFLAGS) hostap_diag.o util.o + + hostap_diag.o: hostap_diag.c util.h + + util.o: util.c util.h + + hostap_io_debug: hostap_io_debug.c +- $(CC) -o hostap_io_debug $(CFLAGS) hostap_io_debug.c ++ $(CC) -o hostap_io_debug $(CFLAGS) $(LDFLAGS) hostap_io_debug.c + + hostap_rid: hostap_rid.o util.o +- $(CC) -o hostap_rid $(CFLAGS) hostap_rid.o util.o ++ $(CC) -o hostap_rid $(CFLAGS) $(LDFLAGS) hostap_rid.o util.o + + hostap_rid.o: hostap_rid.c util.h + diff --git a/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild new file mode 100644 index 000000000000..8b830e0fbecb --- /dev/null +++ b/net-wireless/hostap-utils/hostap-utils-0.4.7-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit base 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="" +RDEPEND="" + +PATCHES=( "${FILESDIR}/${P}-makefile.patch" ) + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + dosbin hostap_{crypt_conf,diag,fw_load,io_debug,rid} + dosbin prism2_{param,srec} + dosbin split_combined_hex + + dodoc README +} diff --git a/net-wireless/hostap-utils/metadata.xml b/net-wireless/hostap-utils/metadata.xml new file mode 100644 index 000000000000..6d14b3af9ffd --- /dev/null +++ b/net-wireless/hostap-utils/metadata.xml @@ -0,0 +1,6 @@ + + + + +Utility programs for hostap-driver + -- cgit v1.2.3