summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-02-13 15:43:47 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-02-13 15:43:47 +0000
commit446a02dfe343a909618163f8b4a75d867405ed42 (patch)
treedc3599bcb16a5bf2a9208ccb9b667a764c542036 /net-wireless/hostap-utils
parentadded ~amd64 to KEYWORDS. fixes #81563 (diff)
downloadhistorical-446a02dfe343a909618163f8b4a75d867405ed42.tar.gz
historical-446a02dfe343a909618163f8b4a75d867405ed42.tar.bz2
historical-446a02dfe343a909618163f8b4a75d867405ed42.zip
Pruned old versions.
Package-Manager: portage-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.21
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7_pre1
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild31
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.3.7_pre.ebuild34
5 files changed, 5 insertions, 68 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index c4cb2a7cef87..3110bde5b7e6 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.21 2005/02/13 11:51:22 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.22 2005/02/13 15:43:47 brix Exp $
+
+ 13 Feb 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -hostap-utils-0.3.2.ebuild, -hostap-utils-0.3.7_pre.ebuild:
+ Pruned old versions.
*hostap-utils-0.3.7 (13 Feb 2005)
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
deleted file mode 100644
index 4ce4b98f134c..000000000000
--- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4af1bbccb6a124b569a1f7b68bd58413 hostap-utils-0.3.2.tar.gz 59629
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7_pre b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7_pre
deleted file mode 100644
index 1a83930a25fb..000000000000
--- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7_pre
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fbb5af1475d5b3ed20cb1f3afd9805ed hostap-utils-0.3.7-pre.tar.gz 59664
diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild
deleted file mode 100644
index faeffaf5e4b4..000000000000
--- a/net-wireless/hostap-utils/hostap-utils-0.3.2.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.2.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
-}
diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.7_pre.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.7_pre.ebuild
deleted file mode 100644
index d83729a6e110..000000000000
--- a/net-wireless/hostap-utils/hostap-utils-0.3.7_pre.ebuild
+++ /dev/null
@@ -1,34 +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.7_pre.ebuild,v 1.1 2005/02/07 11:05:02 brix Exp $
-
-inherit toolchain-funcs
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="HostAP wireless utils"
-
-HOMEPAGE="http://hostap.epitest.fi/"
-SRC_URI="http://hostap.epitest.fi/releases/testing/${MY_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
-}