intel-wimax-tools: old, unmaintained, dead, removed

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-06-25 10:10:37 -04:00
parent c0f4b900f4
commit 462159520e
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 72 deletions

View file

@ -1,2 +0,0 @@
DIST wimax-tools-1.4.2.1.tar.bz2 285523 SHA256 499a0879b51a9f021367365795746aa6a8c9c7009ad400f4fe850094883623e3
DIST wimax-tools-1.4.2.tar.bz2 283674 SHA256 b1ffe56ad8ac4897011caf143b2ef33a9692fac71f1b03a6d83d459b19649330

View file

@ -1,35 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit linux-info
MY_P="wimax-tools-${PV}"
DESCRIPTION="Tools to use Intel's WiMax cards"
HOMEPAGE="http://www.linuxwimax.org"
SRC_URI="http://kernel.org/pub/linux/kernel/people/inaky/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-kernel/linux-headers-2.6.29"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
src_configure() {
econf
}
src_compile() {
emake -j1 || die "Compile failed"
}
src_install() {
einstall || die "Install failed"
dodoc README || die "Failed to find README"
}

View file

@ -1,35 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit linux-info
MY_P="wimax-tools-${PV}"
DESCRIPTION="Tools to use Intel's WiMax cards"
HOMEPAGE="http://www.linuxwimax.org"
SRC_URI="http://kernel.org/pub/linux/kernel/people/inaky/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-kernel/linux-headers-2.6.29"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
src_configure() {
econf
}
src_compile() {
emake -j1 || die "Compile failed"
}
src_install() {
einstall || die "Install failed"
dodoc README || die "Failed to find README"
}