From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2307C158041 for ; Tue, 7 Sep 2021 10:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC76BE093D; Tue, 7 Sep 2021 10:20:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAC74E093D for ; Tue, 7 Sep 2021 10:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5632342AA4 for ; Tue, 7 Sep 2021 10:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B10B0 for ; Tue, 7 Sep 2021 10:19:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1631009989.af5c0e6eba014aac9213227d0d12b47018287555.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/stardict-jmdict-ja-en/, app-dicts/stardict-jmdict-en-ja/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/stardict-jmdict-en-ja/stardict-jmdict-en-ja-2.4.2-r2.ebuild app-dicts/stardict-jmdict-ja-en/stardict-jmdict-ja-en-2.4.2-r2.ebuild X-VCS-Directories: app-dicts/stardict-jmdict-en-ja/ app-dicts/stardict-jmdict-ja-en/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: af5c0e6eba014aac9213227d0d12b47018287555 X-VCS-Branch: master Date: Tue, 7 Sep 2021 10:19:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 510734ac-f336-420e-88b4-0b9ecf72ed7c X-Archives-Hash: 63db3aaba1b7ba3c59edb9313580d91d commit: af5c0e6eba014aac9213227d0d12b47018287555 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 22 19:11:58 2021 +0000 Commit: Joonas Niilola gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21378 Signed-off-by: Joonas Niilola 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"