summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 03:19:10 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 03:19:10 +0000
commit36d03df10505f086fcd22627f6ffabe699fd4f5c (patch)
treee4c017a94c639a408c92d333f9ee002ffb66ea21 /dev-util/bcpp/bcpp-20050725.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-36d03df10505f086fcd22627f6ffabe699fd4f5c.tar.gz
gentoo-2-36d03df10505f086fcd22627f6ffabe699fd4f5c.tar.bz2
gentoo-2-36d03df10505f086fcd22627f6ffabe699fd4f5c.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/bcpp/bcpp-20050725.ebuild')
-rw-r--r--dev-util/bcpp/bcpp-20050725.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/bcpp/bcpp-20050725.ebuild b/dev-util/bcpp/bcpp-20050725.ebuild
index 3e3911aab6eb..7335da125c4a 100644
--- a/dev-util/bcpp/bcpp-20050725.ebuild
+++ b/dev-util/bcpp/bcpp-20050725.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/dev-util/bcpp/bcpp-20050725.ebuild,v 1.4 2006/02/10 05:21:34 deltacow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/bcpp-20050725.ebuild,v 1.5 2007/03/05 03:19:10 genone Exp $
DESCRIPTION="Indents C/C++ source code"
HOMEPAGE="http://invisible-island.net/bcpp/"
@@ -23,10 +23,10 @@ src_install() {
}
pkg_postinst() {
- einfo "Check the documentation for more information on how to"
- einfo "Run bcpp. Please note that in order to get help for"
- einfo "bcpp, please run bcpp -h and not the command by itself."
- einfo ""
- einfo "Configuration files are at /etc/bcpp."
- einfo "To use them, use the -c option followed by the filename."
+ elog "Check the documentation for more information on how to"
+ elog "Run bcpp. Please note that in order to get help for"
+ elog "bcpp, please run bcpp -h and not the command by itself."
+ elog ""
+ elog "Configuration files are at /etc/bcpp."
+ elog "To use them, use the -c option followed by the filename."
}