diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:33:55 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:33:55 +0000 |
commit | 7a39e109ae3e367ffb3a5220e0b91dc64d4fac55 (patch) | |
tree | 8f8f133b014e82cf2f8933f9ad9b96a3e3827249 /app-pda/p3nfs | |
parent | Replacing einfo with elog (diff) | |
download | historical-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')
-rw-r--r-- | app-pda/p3nfs/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.19.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog index f0926f725672..ab9820c440ad 100644 --- a/app-pda/p3nfs/ChangeLog +++ b/app-pda/p3nfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/p3nfs -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.15 2006/06/02 17:10:39 mrness Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.16 2007/01/24 03:32:04 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> p3nfs-5.19.ebuild: + Replacing einfo with elog 02 Jun 2006; Alin Nastac <mrness@gentoo.org> -files/p3nfs-5.18-fix-defines.patch, -p3nfs-5.18-r1.ebuild: 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 } |