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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7AA1158099 for ; Fri, 1 Dec 2023 07:52:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC9F22BC042; Fri, 1 Dec 2023 07:52:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA5A02BC02C for ; Fri, 1 Dec 2023 07:52:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C08B4335D6A for ; Fri, 1 Dec 2023 07:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D947A1444 for ; Fri, 1 Dec 2023 07:52:38 +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: <1701417137.beee675899045729ff2bfc60269c884a30e3cf71.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild X-VCS-Directories: app-dicts/mecab-unidic/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: beee675899045729ff2bfc60269c884a30e3cf71 X-VCS-Branch: master Date: Fri, 1 Dec 2023 07:52:38 +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: 7ac326b5-77ac-4163-afd4-d944f8e629f1 X-Archives-Hash: c2d08d35036ae868850d2d6cc9a34cb5 commit: beee675899045729ff2bfc60269c884a30e3cf71 Author: Leonardo Hernández Hernández proton me> AuthorDate: Mon Oct 16 00:25:45 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Dec 1 07:52:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beee6758 app-dicts/mecab-unidic: update EAPI 6 -> 8 Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Joonas Niilola gentoo.org> app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild new file mode 100644 index 000000000000..602e5f43d1ca --- /dev/null +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="unidic-mecab-${PV}_src" + +DESCRIPTION="IPA dictionary for MeCab" +HOMEPAGE="https://osdn.jp/projects/unidic/" +SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip" +S="${WORKDIR}/${MY_P}" + +LICENSE="|| ( BSD GPL-2 LGPL-2.1 )" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DEPEND="app-text/mecab" +BDEPEND="app-arch/unzip"