mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
16 lines
390 B
Bash
16 lines
390 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="athload scripts ripped from compat-wireless"
|
|
HOMEPAGE="http://wireless.kernel.org/"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64"
|
|
IUSE=""
|
|
DEPENDS="compat-wireless"
|
|
|
|
src_install() {
|
|
einfo "I'm sorry, this ebuild has be made obsolute by compat-wireless"
|
|
}
|