summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:06:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:06:08 +0000
commit862f762de3737e29f43edd8d428ee546d1d663ff (patch)
treeff0fd2a3b9e8767638c968f4829592ef74c98f72 /app-dicts/gjiten/gjiten-2.3.ebuild
parentConvert to use elog. (diff)
downloadgentoo-2-862f762de3737e29f43edd8d428ee546d1d663ff.tar.gz
gentoo-2-862f762de3737e29f43edd8d428ee546d1d663ff.tar.bz2
gentoo-2-862f762de3737e29f43edd8d428ee546d1d663ff.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-dicts/gjiten/gjiten-2.3.ebuild')
-rw-r--r--app-dicts/gjiten/gjiten-2.3.ebuild34
1 files changed, 17 insertions, 17 deletions
diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild
index e41c94e22e1d..dfb15f82f0d0 100644
--- a/app-dicts/gjiten/gjiten-2.3.ebuild
+++ b/app-dicts/gjiten/gjiten-2.3.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/gjiten/gjiten-2.3.ebuild,v 1.5 2005/04/21 18:12:48 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.6 2007/01/05 16:06:08 flameeyes Exp $
inherit gnome2
@@ -29,21 +29,21 @@ src_unpack() {
}
pkg_postinst() {
- einfo
- einfo "Dictionary files are necessary in order for"
- einfo "Gjiten to function."
- einfo
- einfo "Download dictionary files from:"
- einfo "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil"
- einfo "You need kanjidic and edict at a minimum. Dictionary files"
- einfo "must be converted to UTF-8 format - check the Gjiten help"
- einfo "and README files for details."
- einfo
- einfo "A shell script is available from "
- einfo "the Gjiten homepage(${HOMEPAGE}) to"
- einfo "download and convert the dictionary files, but you need"
- einfo "to put the files in /usr/share/gjiten after running the script."
- einfo
+ elog
+ elog "Dictionary files are necessary in order for"
+ elog "Gjiten to function."
+ elog
+ elog "Download dictionary files from:"
+ elog "http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil"
+ elog "You need kanjidic and edict at a minimum. Dictionary files"
+ elog "must be converted to UTF-8 format - check the Gjiten help"
+ elog "and README files for details."
+ elog
+ elog "A shell script is available from "
+ elog "the Gjiten homepage(${HOMEPAGE}) to"
+ elog "download and convert the dictionary files, but you need"
+ elog "to put the files in /usr/share/gjiten after running the script."
+ elog
gnome2_pkg_postinst
}