summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 05:08:24 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 05:08:24 +0000
commit8670f06300ef8447b292afc3ef870edd08916002 (patch)
tree0056f1a634704fda6ff312e482fbe0a9ae3c16d7 /app-dicts/ydpdict/ydpdict-0.63.ebuild
parentamd64 stable, bug 158773 (diff)
downloadhistorical-8670f06300ef8447b292afc3ef870edd08916002.tar.gz
historical-8670f06300ef8447b292afc3ef870edd08916002.tar.bz2
historical-8670f06300ef8447b292afc3ef870edd08916002.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-dicts/ydpdict/ydpdict-0.63.ebuild')
-rw-r--r--app-dicts/ydpdict/ydpdict-0.63.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/app-dicts/ydpdict/ydpdict-0.63.ebuild b/app-dicts/ydpdict/ydpdict-0.63.ebuild
index ed1255c5f495..2fa6e9e5fe7d 100644
--- a/app-dicts/ydpdict/ydpdict-0.63.ebuild
+++ b/app-dicts/ydpdict/ydpdict-0.63.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-dicts/ydpdict/ydpdict-0.63.ebuild,v 1.3 2005/07/07 18:26:30 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.63.ebuild,v 1.4 2007/01/25 05:08:24 genone Exp $
DESCRIPTION="A Linux interface for the Collins Polish-English, English-Polish Dictionary."
HOMEPAGE="http://toxygen.net/ydpdict/"
@@ -25,12 +25,12 @@ src_install() {
}
pkg_postinst() {
- echo ""
- einfo "Note that to use this program you'll need the original Collins Dictionary"
- einfo "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- einfo "directory of the Windows version of the Collins dictionary. Once you obtain"
- einfo "the files, put them into /usr/share/ydpdict"
- einfo
- einfo "Some configuration options can be set in /etc/ydpdict.conf"
- echo ""
+ echo
+ elog "Note that to use this program you'll need the original Collins Dictionary"
+ elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
+ elog "directory of the Windows version of the Collins dictionary. Once you obtain"
+ elog "the files, put them into /usr/share/ydpdict"
+ elog
+ elog "Some configuration options can be set in /etc/ydpdict.conf"
+ echo
}