diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:27:05 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:27:05 +0000 |
commit | 05c9a905f1af18a13620690c7bcea926bc80cfaf (patch) | |
tree | ed6df1bdce4f87a006cba52657e2c16deaf71772 /net-im/coccinella/coccinella-0.95.7.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-05c9a905f1af18a13620690c7bcea926bc80cfaf.tar.gz gentoo-2-05c9a905f1af18a13620690c7bcea926bc80cfaf.tar.bz2 gentoo-2-05c9a905f1af18a13620690c7bcea926bc80cfaf.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/coccinella/coccinella-0.95.7.ebuild')
-rw-r--r-- | net-im/coccinella/coccinella-0.95.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/coccinella/coccinella-0.95.7.ebuild b/net-im/coccinella/coccinella-0.95.7.ebuild index a8de42f35b17..86acdf86dc1b 100644 --- a/net-im/coccinella/coccinella-0.95.7.ebuild +++ b/net-im/coccinella/coccinella-0.95.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.3 2007/04/28 17:34:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.4 2007/05/06 11:27:05 genone Exp $ NAME=Coccinella S="${WORKDIR}/${NAME}-${PV}Src" @@ -27,5 +27,5 @@ src_install () { } pkg_postinst() { - einfo "To run coccinella just type coccinella" + elog "To run coccinella just type coccinella" } |