diff options
author | 2021-06-22 21:11:58 +0200 | |
---|---|---|
committer | 2021-09-07 13:19:49 +0300 | |
commit | af5c0e6eba014aac9213227d0d12b47018287555 (patch) | |
tree | fe418a998a5ff4508f953b04b4d8c4fd6f643a9b /app-dicts | |
parent | app-text/dictd: add sys-devel/flex as BDEPEND (diff) | |
download | gentoo-af5c0e6eba014aac9213227d0d12b47018287555.tar.gz gentoo-af5c0e6eba014aac9213227d0d12b47018287555.tar.bz2 gentoo-af5c0e6eba014aac9213227d0d12b47018287555.zip |
app-dicts/stardict-jmdict-{en-ja,ja-en}*: EAPI 7, fix license
Closes: https://bugs.gentoo.org/797628
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21378
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r2.ebuild | 16 | ||||
-rw-r--r-- | app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r2.ebuild | 16 |
2 files changed, 32 insertions, 0 deletions
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 000000000000..e9f8650cf66e --- /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 000000000000..54dbecd7f128 --- /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" |