summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:28:36 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:28:36 +0000
commit39a6d5880878f3bb0b8ff5cbc4480ec283319a45 (patch)
tree87222d0708a041d26cf1537f63c6fd7f677ba6c5 /app-misc/unfoo/unfoo-1.0.5.ebuild
parentMarked ~ppc for bug #163708. (diff)
downloadgentoo-2-39a6d5880878f3bb0b8ff5cbc4480ec283319a45.tar.gz
gentoo-2-39a6d5880878f3bb0b8ff5cbc4480ec283319a45.tar.bz2
gentoo-2-39a6d5880878f3bb0b8ff5cbc4480ec283319a45.zip
Replacing einfo with elog
(Portage version: 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.ebuild10
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
}