summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 11:27:05 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 11:27:05 +0000
commit05c9a905f1af18a13620690c7bcea926bc80cfaf (patch)
treeed6df1bdce4f87a006cba52657e2c16deaf71772 /net-im/coccinella/coccinella-0.95.10.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-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.10.ebuild')
-rw-r--r--net-im/coccinella/coccinella-0.95.10.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild
index d63bb3e39d88..41d3cd9c5a2f 100644
--- a/net-im/coccinella/coccinella-0.95.10.ebuild
+++ b/net-im/coccinella/coccinella-0.95.10.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.10.ebuild,v 1.2 2007/04/28 17:34:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.3 2007/05/06 11:27:05 genone Exp $
NAME=Coccinella
S="${WORKDIR}/${NAME}-${PV}Src"
@@ -27,7 +27,5 @@ src_install () {
}
pkg_postinst() {
- echo
- einfo "To run coccinella just type coccinella"
- echo
+ elog "To run coccinella just type coccinella"
}