diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:33:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:33:16 +0000 |
commit | c5b84122c5ef77e37eddf57f41316280495020af (patch) | |
tree | c450de9f14138c770867c9f024f7b8c6c0b2a96d /app-dicts/babytrans/babytrans-0.9.2-r2.ebuild | |
parent | Fixed ChangeLog header. (diff) | |
download | gentoo-2-c5b84122c5ef77e37eddf57f41316280495020af.tar.gz gentoo-2-c5b84122c5ef77e37eddf57f41316280495020af.tar.bz2 gentoo-2-c5b84122c5ef77e37eddf57f41316280495020af.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-dicts/babytrans/babytrans-0.9.2-r2.ebuild')
-rw-r--r-- | app-dicts/babytrans/babytrans-0.9.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild b/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild index c65f6e7b1168..1f683200621d 100644 --- a/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild +++ b/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild,v 1.9 2005/01/24 10:23:53 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/babytrans/babytrans-0.9.2-r2.ebuild,v 1.10 2005/07/09 19:29:25 swegener Exp $ inherit eutils @@ -31,9 +31,9 @@ src_install() { } pkg_postinst() { - einfo "" + einfo einfo "Now you should install one of the babytrans dictionaries" einfo "available in portage. You can find then in $PORTDIR under" einfo "the app-dicts category" - einfo "" + einfo } |