commit: af5c0e6eba014aac9213227d0d12b47018287555
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 22 19:11:58 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 10:19:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5c0e6e
app-dicts/stardict-jmdict-{en-ja,ja-en}*: EAPI 7, fix license
Closes: https://bugs.gentoo.org/797628
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21378
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../stardict-jmdict-en-ja-2.4.2-r2.ebuild | 16 ++++++++++++++++
.../stardict-jmdict-ja-en-2.4.2-r2.ebuild | 16 ++++++++++++++++
2 files changed, 32 insertions(+)
diff --git
a/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r2.ebuild
b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r2.ebuild
new file mode 100644
index 00000000000..e9f8650cf66
--- /dev/null
+++ b/app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FROM_LANG="English"
+TO_LANG="Japanese"
+DICT_PREFIX="jmdict-"
+
+inherit stardict
+
+HOMEPAGE="http://download.huzheng.org/ja"
+SRC_URI="http://download.huzheng.org/ja/${P}.tar.bz2"
+
+LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
diff --git
a/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r2.ebuild
b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r2.ebuild
new file mode 100644
index 00000000000..54dbecd7f12
--- /dev/null
+++ b/app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FROM_LANG="Japanese"
+TO_LANG="English"
+DICT_PREFIX="jmdict-"
+
+inherit stardict
+
+HOMEPAGE="http://download.huzheng.org/ja"
+SRC_URI="http://download.huzheng.org/ja/${P}.tar.bz2"
+
+LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"