diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2006-02-03 10:09:19 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2006-02-03 10:09:19 +0000 |
commit | ebb810a1ac22cefc522cd19e196357da288d71ef (patch) | |
tree | fd03b09c3e3ebef49713e0fc8d9423cbbd1873ca /net-wireless/hostap-utils | |
parent | Add patch (refined from KUbuntu) to use poppler instead of using internal xpd... (diff) | |
download | gentoo-2-ebb810a1ac22cefc522cd19e196357da288d71ef.tar.gz gentoo-2-ebb810a1ac22cefc522cd19e196357da288d71ef.tar.bz2 gentoo-2-ebb810a1ac22cefc522cd19e196357da288d71ef.zip |
Pruned old ebuilds.
(Portage version: 2.0.54)
Diffstat (limited to 'net-wireless/hostap-utils')
5 files changed, 5 insertions, 64 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog index 6a1f26735358..7d3ef830576e 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.31 2006/02/02 21:38:27 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.32 2006/02/03 10:09:19 brix Exp $ + + 03 Feb 2006; Henrik Brix Andersen <brix@gentoo.org> + -hostap-utils-0.3.7.ebuild, -hostap-utils-0.4.0.ebuild: + Pruned old ebuilds. 02 Feb 2006; Danny van Dyk <kugelfang@gentoo.org> hostap-utils-0.4.7.ebuild: diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 deleted file mode 100644 index 17ecbed86685..000000000000 --- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 529a31e987924116b8c7409dbf5794f2 hostap-utils-0.3.7.tar.gz 59659 diff --git a/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.0 b/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.0 deleted file mode 100644 index 2cb942927ee1..000000000000 --- a/net-wireless/hostap-utils/files/digest-hostap-utils-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c6775ca98721affeb336392def22289e hostap-utils-0.4.0.tar.gz 60495 diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.7.ebuild deleted file mode 100644 index a1bec1317226..000000000000 --- a/net-wireless/hostap-utils/hostap-utils-0.3.7.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.7.ebuild,v 1.4 2005/07/24 12:44:57 brix Exp $ - -inherit 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="ppc x86" - -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.4.0.ebuild b/net-wireless/hostap-utils/hostap-utils-0.4.0.ebuild deleted file mode 100644 index d2e355133968..000000000000 --- a/net-wireless/hostap-utils/hostap-utils-0.4.0.ebuild +++ /dev/null @@ -1,30 +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.4.0.ebuild,v 1.3 2005/09/17 09:58:21 blubb Exp $ - -inherit 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="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 -} |