1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-i18n/rskkserv/Attic/rskkserv-2.95.3-r1.ebuild,v 1.5 2006/10/14 10:26:04 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-i18n/rskkserv/Attic/rskkserv-2.95.3-r1.ebuild,v 1.6 2007/01/05 16:23:50 flameeyes Exp $ |
4 | |
4 | |
5 | inherit ruby eutils |
5 | inherit ruby eutils |
6 | |
6 | |
7 | DESCRIPTION="rskkserv is an alternative version of skkserv implemented by Ruby" |
7 | DESCRIPTION="rskkserv is an alternative version of skkserv implemented by Ruby" |
8 | HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=rskkserv" |
8 | HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=rskkserv" |
… | |
… | |
47 | insinto /usr/share/man/ja/man1 |
47 | insinto /usr/share/man/ja/man1 |
48 | newins rskkserv.1.ja_JP.eucJP.in rskkserv.1 |
48 | newins rskkserv.1.ja_JP.eucJP.in rskkserv.1 |
49 | } |
49 | } |
50 | |
50 | |
51 | pkg_postinst() { |
51 | pkg_postinst() { |
52 | einfo |
52 | elog |
53 | einfo "If you want to add auxiliary dictionaries (e.g. SKK-JISYO.JIS2," |
53 | elog "If you want to add auxiliary dictionaries (e.g. SKK-JISYO.JIS2," |
54 | einfo "SKK-JISYO.jinmei, SKK-JISYO.2ch and so on) you need to emerge" |
54 | elog "SKK-JISYO.jinmei, SKK-JISYO.2ch and so on) you need to emerge" |
55 | einfo "app-i18n/skk-jisyo-extra and uncomment dictionary entries in" |
55 | elog "app-i18n/skk-jisyo-extra and uncomment dictionary entries in" |
56 | einfo "/etc/rskkserv.conf manually." |
56 | elog "/etc/rskkserv.conf manually." |
57 | #einfo "See /usr/share/doc/${PF}/rskkserv.conf.sample.gz" |
57 | #elog "See /usr/share/doc/${PF}/rskkserv.conf.sample.gz" |
58 | #einfo "for an example of multiple dictionaries." |
58 | #elog "for an example of multiple dictionaries." |
59 | einfo |
59 | elog |
60 | draw_line |
60 | draw_line |
61 | einfo |
61 | elog |
62 | einfo "If you are upgrading from 2.94.x, you may want to use" |
62 | elog "If you are upgrading from 2.94.x, you may want to use" |
63 | einfo "/usr/share/doc/${PF}/conf-o2n.rb to convert configuration" |
63 | elog "/usr/share/doc/${PF}/conf-o2n.rb to convert configuration" |
64 | einfo "file into new format." |
64 | elog "file into new format." |
65 | einfo |
65 | elog |
66 | } |
66 | } |