diff options
Diffstat (limited to 'app-dicts/ydpdict/ydpdict-0.64.ebuild')
-rw-r--r-- | app-dicts/ydpdict/ydpdict-0.64.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-dicts/ydpdict/ydpdict-0.64.ebuild b/app-dicts/ydpdict/ydpdict-0.64.ebuild index 29b03f4a363f..35de6c9345b5 100644 --- a/app-dicts/ydpdict/ydpdict-0.64.ebuild +++ b/app-dicts/ydpdict/ydpdict-0.64.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.64.ebuild,v 1.1 2005/10/29 18:09:17 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ydpdict/ydpdict-0.64.ebuild,v 1.2 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/" @@ -21,11 +21,11 @@ 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" + 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 "" } |