summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-02 06:00:57 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-02 06:00:57 +0000
commitb5e4b67c56d1fc7bc94c7d754094fc3443db83ac (patch)
tree607384f18ef27e64b408d4e946bf776f958d4d16 /app-i18n/skk-jisyo/skk-jisyo-200410.ebuild
parentversion bump, cleaned up a few older versions and their associated files (diff)
downloadhistorical-b5e4b67c56d1fc7bc94c7d754094fc3443db83ac.tar.gz
historical-b5e4b67c56d1fc7bc94c7d754094fc3443db83ac.tar.bz2
historical-b5e4b67c56d1fc7bc94c7d754094fc3443db83ac.zip
Added a new snapshot.
Diffstat (limited to 'app-i18n/skk-jisyo/skk-jisyo-200410.ebuild')
-rw-r--r--app-i18n/skk-jisyo/skk-jisyo-200410.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/skk-jisyo/skk-jisyo-200410.ebuild b/app-i18n/skk-jisyo/skk-jisyo-200410.ebuild
new file mode 100644
index 000000000000..db33854d2813
--- /dev/null
+++ b/app-i18n/skk-jisyo/skk-jisyo-200410.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skk-jisyo/skk-jisyo-200410.ebuild,v 1.1 2004/10/02 06:00:57 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
+}