summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 03:33:55 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 03:33:55 +0000
commit7a39e109ae3e367ffb3a5220e0b91dc64d4fac55 (patch)
tree8f8f133b014e82cf2f8933f9ad9b96a3e3827249 /app-pda/p3nfs/p3nfs-5.19.ebuild
parentReplacing einfo with elog (diff)
downloadhistorical-7a39e109ae3e367ffb3a5220e0b91dc64d4fac55.tar.gz
historical-7a39e109ae3e367ffb3a5220e0b91dc64d4fac55.tar.bz2
historical-7a39e109ae3e367ffb3a5220e0b91dc64d4fac55.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-pda/p3nfs/p3nfs-5.19.ebuild')
-rw-r--r--app-pda/p3nfs/p3nfs-5.19.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/app-pda/p3nfs/p3nfs-5.19.ebuild b/app-pda/p3nfs/p3nfs-5.19.ebuild
index 614290683946..2b372f618bc1 100644
--- a/app-pda/p3nfs/p3nfs-5.19.ebuild
+++ b/app-pda/p3nfs/p3nfs-5.19.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-pda/p3nfs/p3nfs-5.19.ebuild,v 1.3 2006/05/05 14:32:01 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.19.ebuild,v 1.4 2007/01/24 03:32:04 genone Exp $
inherit eutils flag-o-matic
@@ -36,11 +36,11 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "You need to install one of the nfsapp-*.sis clients on your"
- einfo "Symbian device to be able to mount it's filesystems."
- einfo
- einfo "Make sure to have portmap running before you start the"
- einfo "p3nfsd server."
- einfo
+ elog
+ elog "You need to install one of the nfsapp-*.sis clients on your"
+ elog "Symbian device to be able to mount it's filesystems."
+ elog
+ elog "Make sure to have portmap running before you start the"
+ elog "p3nfsd server."
+ elog
}