diff options
author | 2007-01-24 02:56:17 +0000 | |
---|---|---|
committer | 2007-01-24 02:56:17 +0000 | |
commit | d94246fde4c9b89c6e9052a992bd563efecf2dee (patch) | |
tree | 46e6e89858f981a4572bd1ed28f554874b8dc562 /app-editors/ng/ng-1.5_beta1.ebuild | |
parent | Replacing einfo with eerror (diff) | |
download | historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.gz historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.bz2 historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-editors/ng/ng-1.5_beta1.ebuild')
-rw-r--r-- | app-editors/ng/ng-1.5_beta1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/ng/ng-1.5_beta1.ebuild b/app-editors/ng/ng-1.5_beta1.ebuild index 9ac5052e67eb..ad775841fba0 100644 --- a/app-editors/ng/ng-1.5_beta1.ebuild +++ b/app-editors/ng/ng-1.5_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1.ebuild,v 1.9 2005/08/28 16:59:16 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1.ebuild,v 1.10 2007/01/24 02:46:21 genone Exp $ inherit eutils @@ -55,9 +55,9 @@ src_install() { } pkg_postinst() { - einfo - einfo "If you want to use user Config" - einfo "cp /etc/skel/.ng ~/.ng" - einfo "and edit your .ng configuration file." - einfo + elog + elog "If you want to use user Config" + elog "cp /etc/skel/.ng ~/.ng" + elog "and edit your .ng configuration file." + elog } |