diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-10 08:42:11 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-10 08:42:11 +0000 |
commit | 0ab72bd9f0ea17d3f8b8d60743ce85ca1da71e76 (patch) | |
tree | 0a3968e8e6145d9c9cc9f27f5da22e5f0913aa52 /net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | historical-0ab72bd9f0ea17d3f8b8d60743ce85ca1da71e76.tar.gz historical-0ab72bd9f0ea17d3f8b8d60743ce85ca1da71e76.tar.bz2 historical-0ab72bd9f0ea17d3f8b8d60743ce85ca1da71e76.zip |
einfo -> elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild')
-rw-r--r-- | net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild index 196e1966540b..68214b4718a2 100644 --- a/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild +++ b/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild,v 1.1 2006/04/14 11:42:35 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/orinoco-fwutils/orinoco-fwutils-0.2.ebuild,v 1.2 2007/05/10 08:42:11 genstef Exp $ DESCRIPTION="ORiNOCO IEEE 802.11 wireless LAN firmware utilities" HOMEPAGE="http://www.nongnu.org/orinoco/" @@ -16,6 +16,7 @@ RDEPEND="app-arch/unzip net-misc/wget sys-apps/coreutils sys-apps/sed" +DEPEND="" src_unpack() { unpack ${A} @@ -36,8 +37,6 @@ src_install() { } pkg_postinst() { - einfo - einfo "After fetching the firmware using these tools you must place it in" - einfo "/lib/firmware/ for the kernel driver to be able to load it." - einfo + elog "After fetching the firmware using these tools you must place it in" + elog "/lib/firmware/ for the kernel driver to be able to load it." } |