summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2006-01-19 13:09:37 +0000
committerHarald van Dijk <truedfx@gentoo.org>2006-01-19 13:09:37 +0000
commit5665568530cb20fe6f101f93102ee3758eab61b5 (patch)
treefa40260fa38f7c87a179b914b4ee9a811217d7de /app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild
parentStable for x86. (diff)
downloadhistorical-5665568530cb20fe6f101f93102ee3758eab61b5.tar.gz
historical-5665568530cb20fe6f101f93102ee3758eab61b5.tar.bz2
historical-5665568530cb20fe6f101f93102ee3758eab61b5.zip
Actually install files
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild')
-rw-r--r--app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild
new file mode 100644
index 000000000000..c16a04e6899c
--- /dev/null
+++ b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r1.ebuild,v 1.1 2006/01/19 13:08:53 truedfx Exp $
+
+FROM_LANG="English"
+TO_LANG="Japanese"
+DICT_PREFIX="jmdict-"
+
+inherit stardict
+
+HOMEPAGE="http://stardict.sourceforge.net/Dictionaries_ja.php"
+SRC_URI="mirror://sourceforge/stardict/${P}.tar.bz2"
+
+LICENSE="GDLS"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
+
+RDEPEND=">=app-dicts/stardict-2.4.2"
+
+src_install() {
+ stardict_src_install
+ dodoc README
+}