summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-04-02 15:49:29 +0000
committerMamoru Komachi <usata@gentoo.org>2005-04-02 15:49:29 +0000
commit504c5a3f0f550be8b0fe90a45cf0b4e83611eb27 (patch)
tree182ec13f3c823c72c8e67ec2f81a2277fed98f4c /app-i18n/skk-jisyo/skk-jisyo-200504.ebuild
parentnew experimental profiles (diff)
downloadgentoo-2-504c5a3f0f550be8b0fe90a45cf0b4e83611eb27.tar.gz
gentoo-2-504c5a3f0f550be8b0fe90a45cf0b4e83611eb27.tar.bz2
gentoo-2-504c5a3f0f550be8b0fe90a45cf0b4e83611eb27.zip
New snapshot.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-i18n/skk-jisyo/skk-jisyo-200504.ebuild')
-rw-r--r--app-i18n/skk-jisyo/skk-jisyo-200504.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/skk-jisyo/skk-jisyo-200504.ebuild b/app-i18n/skk-jisyo/skk-jisyo-200504.ebuild
new file mode 100644
index 000000000000..def1fd1f868e
--- /dev/null
+++ b/app-i18n/skk-jisyo/skk-jisyo-200504.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skk-jisyo/skk-jisyo-200504.ebuild,v 1.1 2005/04/02 15:49:29 usata Exp $
+
+DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
+HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
+SRC_URI="mirror://gentoo/${P}.tar.gz
+ http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc alpha amd64 ppc-macos"
+IUSE=""
+
+DEPEND="app-arch/gzip"
+RDEPEND=""
+
+src_install() {
+ # install dictionaries
+ insinto /usr/share/skk
+ doins SKK-JISYO.{L,M,S} || die
+}