summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-01-25 18:46:58 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-01-25 18:46:58 +0000
commit113cf8b82c8b0050f7024547c80d986adb0e6457 (patch)
tree51ac7ca219c6cd3be1ed14b8265eb9150f220551 /net-wireless/hostap-utils
parentVersion bump, also adding DEPEND on screen since we do --enable-detach. Clos... (diff)
downloadgentoo-2-113cf8b82c8b0050f7024547c80d986adb0e6457.tar.gz
gentoo-2-113cf8b82c8b0050f7024547c80d986adb0e6457.tar.bz2
gentoo-2-113cf8b82c8b0050f7024547c80d986adb0e6457.zip
Pruned old version.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-wireless/hostap-utils')
-rw-r--r--net-wireless/hostap-utils/ChangeLog6
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.3.01
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild31
3 files changed, 5 insertions, 33 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index 6f70adebd857..592a28d856ca 100644
--- a/net-wireless/hostap-utils/ChangeLog
+++ b/net-wireless/hostap-utils/ChangeLog
@@ -1,6 +1,10 @@
# 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.18 2005/01/18 11:19:18 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.19 2005/01/25 18:46:58 brix Exp $
+
+ 25 Jan 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -hostap-utils-0.3.0.ebuild:
+ Pruned old version.
18 Jan 2005; Henrik Brix Andersen <brix@gentoo.org>
hostap-utils-0.2.4.ebuild, hostap-utils-0.2.6.ebuild,
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
deleted file mode 100644
index c5d5a74b0845..000000000000
--- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 8729d2322ab5..000000000000
--- a/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.3.0.ebuild,v 1.3 2005/01/18 11:19:18 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=""
-
-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
-}