diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:30:21 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:30:21 +0000 |
commit | 962c1d4af032832ca2e6a0c199db2f720903baa9 (patch) | |
tree | be19b268607fb9d4a4b5f0a7e59f634307f510d4 /app-pda/jpilot/jpilot-0.99.8_pre9.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-962c1d4af032832ca2e6a0c199db2f720903baa9.tar.gz gentoo-2-962c1d4af032832ca2e6a0c199db2f720903baa9.tar.bz2 gentoo-2-962c1d4af032832ca2e6a0c199db2f720903baa9.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-pda/jpilot/jpilot-0.99.8_pre9.ebuild')
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.8_pre9.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild b/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild index 28e36de7b76f..f8ae050e4d56 100644 --- a/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild +++ b/app-pda/jpilot/jpilot-0.99.8_pre9.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/jpilot/jpilot-0.99.8_pre9.ebuild,v 1.3 2006/08/29 03:54:47 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.8_pre9.ebuild,v 1.4 2007/01/24 03:30:21 genone Exp $ inherit eutils multilib @@ -51,13 +51,13 @@ src_install() { } pkg_postinst() { - einfo - einfo "The jpilot-syncmal plugin has moved to its own ebuild." - einfo "If you want to use that plugin, please run" - einfo " emerge jpilot-syncmal" - einfo - einfo "There are other plugins available as well. To see the" - einfo "list, please run" - einfo " emerge -s jpilot" - einfo + elog + elog "The jpilot-syncmal plugin has moved to its own ebuild." + elog "If you want to use that plugin, please run" + elog " emerge jpilot-syncmal" + elog + elog "There are other plugins available as well. To see the" + elog "list, please run" + elog " emerge -s jpilot" + elog } |