diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:32:15 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:32:15 +0000 |
commit | 082dde19e811c8a4f88e6c09b88688de2d837471 (patch) | |
tree | 2f1f60b2b44c952fd541e6754f4779bbc7362064 /app-misc/unfoo/unfoo-1.0.5.ebuild | |
parent | Marked ~ppc for bug #163708. (diff) | |
download | historical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.gz historical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.bz2 historical-082dde19e811c8a4f88e6c09b88688de2d837471.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/unfoo/unfoo-1.0.5.ebuild')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.5.ebuild b/app-misc/unfoo/unfoo-1.0.5.ebuild index f6e78a218d31..8cc110a09e71 100644 --- a/app-misc/unfoo/unfoo-1.0.5.ebuild +++ b/app-misc/unfoo/unfoo-1.0.5.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-misc/unfoo/unfoo-1.0.5.ebuild,v 1.9 2006/07/30 01:52:28 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.10 2007/01/28 05:28:36 genone Exp $ DESCRIPTION="A simple bash driven frontend to simplify decompression of files" HOMEPAGE="http://obsoleet.org/code/unfoo" @@ -25,8 +25,8 @@ src_install() { pkg_postinst() { echo - einfo "unfoo can handle far more than just .tar*, but it requires some" - einfo "optional packages to do so. For a list, either consult the source" - einfo "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo" + elog "unfoo can handle far more than just .tar*, but it requires some" + elog "optional packages to do so. For a list, either consult the source" + elog "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo" echo } |