diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 22:06:34 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 22:06:34 +0000 |
commit | 4ced1b90e71c1dec91bac1f236b55ae899a47333 (patch) | |
tree | 4dd1761aaebeedb9a382b386af505b93bf33e6a8 /media-gfx/hugin/hugin-0.5_rc1-r2.ebuild | |
parent | Version bump (diff) | |
download | historical-4ced1b90e71c1dec91bac1f236b55ae899a47333.tar.gz historical-4ced1b90e71c1dec91bac1f236b55ae899a47333.tar.bz2 historical-4ced1b90e71c1dec91bac1f236b55ae899a47333.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-gfx/hugin/hugin-0.5_rc1-r2.ebuild')
-rw-r--r-- | media-gfx/hugin/hugin-0.5_rc1-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild b/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild index ec769809d308..4b258f62d7ec 100644 --- a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild +++ b/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild,v 1.1 2005/10/16 02:23:49 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild,v 1.2 2007/04/30 21:58:47 genone Exp $ inherit wxwidgets @@ -51,7 +51,7 @@ src_install() { } pkg_postinst() { - einfo "Please consider the helper apps autopano-sift and enblend." - einfo "autopano-sift is used to automagically generate control" - einfo "points and enblend is used to merge images smoothly." + elog "Please consider the helper apps autopano-sift and enblend." + elog "autopano-sift is used to automagically generate control" + elog "points and enblend is used to merge images smoothly." } |