diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:13:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:13:44 +0000 |
commit | c6d63e91c50a4ac27b2590e7ef3f4b1135d97501 (patch) | |
tree | 00082092fb6a66e03cd09d8588b6c09a6920ab86 /app-misc/ifp-line/ifp-line-0.3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c6d63e91c50a4ac27b2590e7ef3f4b1135d97501.tar.gz gentoo-2-c6d63e91c50a4ac27b2590e7ef3f4b1135d97501.tar.bz2 gentoo-2-c6d63e91c50a4ac27b2590e7ef3f4b1135d97501.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/ifp-line/ifp-line-0.3.ebuild')
-rw-r--r-- | app-misc/ifp-line/ifp-line-0.3.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/app-misc/ifp-line/ifp-line-0.3.ebuild b/app-misc/ifp-line/ifp-line-0.3.ebuild index 317273852207..b3117665991f 100644 --- a/app-misc/ifp-line/ifp-line-0.3.ebuild +++ b/app-misc/ifp-line/ifp-line-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.3.ebuild,v 1.2 2006/02/05 19:53:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.3.ebuild,v 1.3 2007/01/28 05:13:44 genone Exp $ inherit eutils @@ -33,17 +33,17 @@ src_install() { } pkg_postinst() { - einfo - einfo "To enable non-root usage of ${PN}, you use any of the following" - einfo "methods." - einfo - einfo " 1. Merge media-sound/libifp-module and add the module to" - einfo " /etc/modules.autoload.d/kernel-2.X (X being 4 or 6 depending" - einfo " on what kernel you use." - einfo - einfo " 2. Follow the instructions in" - einfo " /usr/share/doc/${PF}/TIPS.gz" - einfo - einfo " 3. Run /usr/share/${PN}/nonroot.sh" - einfo + elog + elog "To enable non-root usage of ${PN}, you use any of the following" + elog "methods." + elog + elog " 1. Merge media-sound/libifp-module and add the module to" + elog " /etc/modules.autoload.d/kernel-2.X (X being 4 or 6 depending" + elog " on what kernel you use." + elog + elog " 2. Follow the instructions in" + elog " /usr/share/doc/${PF}/TIPS.gz" + elog + elog " 3. Run /usr/share/${PN}/nonroot.sh" + elog } |