diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:28:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:28:30 +0000 |
commit | 3135935230550b345ec97f2e9edc98d3fd5855d5 (patch) | |
tree | 96b6ae679a89038ed3ca5e5cebb8f551b5dcb55f /dev-util/bcpp | |
parent | added ~ppc64 (diff) | |
download | historical-3135935230550b345ec97f2e9edc98d3fd5855d5.tar.gz historical-3135935230550b345ec97f2e9edc98d3fd5855d5.tar.bz2 historical-3135935230550b345ec97f2e9edc98d3fd5855d5.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-util/bcpp')
-rw-r--r-- | dev-util/bcpp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/bcpp/bcpp-20050725.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-util/bcpp/ChangeLog b/dev-util/bcpp/ChangeLog index 5cf2f5d56404..a76c99fbe4e7 100644 --- a/dev-util/bcpp/ChangeLog +++ b/dev-util/bcpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bcpp # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.10 2007/02/09 07:41:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bcpp/ChangeLog,v 1.11 2007/03/05 03:19:10 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> bcpp-20050725.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. 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." } |