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 | 977b9561cdb29f14eb80cdca7768e7300bb3e544 (patch) | |
tree | 10907464e0df51cadd3d3e7ef593a7f8dc11d520 /net-wireless/orinoco-fwutils | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-977b9561cdb29f14eb80cdca7768e7300bb3e544.tar.gz gentoo-2-977b9561cdb29f14eb80cdca7768e7300bb3e544.tar.bz2 gentoo-2-977b9561cdb29f14eb80cdca7768e7300bb3e544.zip |
einfo -> elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-wireless/orinoco-fwutils')
-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." } |