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/jpilot/jpilot-0.99.8_pre9.ebuild | |
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/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 } |