summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-07-13 10:12:17 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-07-13 10:12:17 +0000
commitc8b37662eb54648ea2abe23c1d3a9e2776d3b3bb (patch)
tree08be1a6886efcffd7cfd12f1f8dbd70743d7ae94 /net-wireless/hostap-utils
parentFor sci-chemistry/molmol. (diff)
downloadgentoo-2-c8b37662eb54648ea2abe23c1d3a9e2776d3b3bb.tar.gz
gentoo-2-c8b37662eb54648ea2abe23c1d3a9e2776d3b3bb.tar.bz2
gentoo-2-c8b37662eb54648ea2abe23c1d3a9e2776d3b3bb.zip
Pruned old ebuilds.
(Portage version: 2.0.51.22-r1)
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.2.41
-rw-r--r--net-wireless/hostap-utils/files/digest-hostap-utils-0.2.61
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild28
-rw-r--r--net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild31
5 files changed, 5 insertions, 62 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog
index ea47f7be72ae..dbc1e7fa3b53 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.25 2005/06/27 09:06:12 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.26 2005/07/13 10:12:17 brix Exp $
+
+ 13 Jul 2005; <brix@gentoo.org> -hostap-utils-0.2.4.ebuild,
+ -hostap-utils-0.2.6.ebuild:
+ Pruned old ebuilds.
27 Jun 2005; David Holm <dholm@gentoo.org> hostap-utils-0.3.7.ebuild:
Stable on ppc.
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.4 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.4
deleted file mode 100644
index 687b0a97a44d..000000000000
--- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 774a892131b2e51599d39aab7722c7d9 hostap-utils-0.2.4.tar.gz 56057
diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.6 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.6
deleted file mode 100644
index 7a39f89f21b5..000000000000
--- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 50e9cc79492ad0f3dbc9dc5eb299e6e7 hostap-utils-0.2.6.tar.gz 56135
diff --git a/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild b/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild
deleted file mode 100644
index 5b40388ce39e..000000000000
--- a/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild
+++ /dev/null
@@ -1,28 +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.2.4.ebuild,v 1.7 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
-}
-
-src_install() {
- for i in \
- hostap_crypt_conf hostap_diag hostap_io_debug hostap_rid \
- prism2_param prism2_srec hostap_fw_load \
- split_combined_hex; do
- dosbin "${i}"
- done
- dodoc README
-}
diff --git a/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild b/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild
deleted file mode 100644
index 57437c4c9706..000000000000
--- a/net-wireless/hostap-utils/hostap-utils-0.2.6.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.2.6.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
-}