public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2016-01-05  8:12 Naohiro Aota
  0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota @ 2016-01-05  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5e7af374dc472f3b3daec271e8f9c0cf7d4d9790
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 08:10:25 2016 +0000
Commit:     Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 08:10:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7af374

app-dicts/mecab-unidic: add new package

Package-Manager: portage-2.2.26

 app-dicts/mecab-unidic/Manifest                  |  1 +
 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 19 +++++++++++++++++++
 app-dicts/mecab-unidic/metadata.xml              |  8 ++++++++
 3 files changed, 28 insertions(+)

diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
new file mode 100644
index 0000000..1ad050d
--- /dev/null
+++ b/app-dicts/mecab-unidic/Manifest
@@ -0,0 +1 @@
+DIST unidic-mecab-2.1.2_src.zip 140517811 SHA256 6cce98269214ce7de6159f61a25ffc5b436375c098cc86d6aa98c0605cbf90d4 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782 WHIRLPOOL 019dba71eef24f71814c1e493822d0699d40cd4cc58c5cfba622006f637ae788712948b4f534896f5f9b92f7c9e9991e68a63d6eafa73b140ff5fdb58bea102f

diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
new file mode 100644
index 0000000..166c88b
--- /dev/null
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_P="unidic-mecab-${PV}_src"
+
+DESCRIPTION="IPA dictionary for MeCab"
+HOMEPAGE="https://osdn.jp/projects/unidic/"
+SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip"
+
+LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="app-text/mecab"
+S="${WORKDIR}/${MY_P}"

diff --git a/app-dicts/mecab-unidic/metadata.xml b/app-dicts/mecab-unidic/metadata.xml
new file mode 100644
index 0000000..0f2bc9a
--- /dev/null
+++ b/app-dicts/mecab-unidic/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>cjk</herd>
+  <upstream>
+    <remote-id type="sourceforge-jp">unidic</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2018-07-20 14:33 Akinori Hattori
  0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori @ 2018-07-20 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     47e868f0b852ee69d440858383aaff0503115492
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 14:32:28 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 14:33:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e868f0

app-dicts/mecab-unidic: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild |  6 +++---
 app-dicts/mecab-unidic/metadata.xml              | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
index e46bc6ad2af..10aa05e9bac 100644
--- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 MY_P="unidic-mecab-${PV}_src"
 
 DESCRIPTION="IPA dictionary for MeCab"
 HOMEPAGE="https://osdn.jp/projects/unidic/"
-SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip"
+SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip"
 
 LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
 SLOT="0"

diff --git a/app-dicts/mecab-unidic/metadata.xml b/app-dicts/mecab-unidic/metadata.xml
index 07b34f7a085..4ed05c5fd69 100644
--- a/app-dicts/mecab-unidic/metadata.xml
+++ b/app-dicts/mecab-unidic/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>cjk@gentoo.org</email>
-    <name>Cjk</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="sourceforge-jp">unidic</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge-jp">unidic</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2019-08-28 10:10 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2019-08-28 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e2c8b4a2a85107ef3c4d756689aab944baa499ce
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 10:09:51 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 10:09:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c8b4a2

app-dicts/mecab-unidic: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
index 10aa05e9bac..2d372389d3e 100644
--- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,5 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="app-text/mecab"
+DEPEND="
+	app-arch/unzip
+	app-text/mecab"
 S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2021-09-29 14:12 Yixun Lan
  0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-09-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b6971730a37375b93506b525dca8bd0ffdcc0e
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Sep 28 05:55:39 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 14:11:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b69717

app-dicts/mecab-unidic: keyword 2.1.2 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
index 2d372389d3e..05cd94ef34d 100644
--- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip"
 
 LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2023-12-01  7:52 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-12-01  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     beee675899045729ff2bfc60269c884a30e3cf71
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Mon Oct 16 00:25:45 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <leohdz172 <AT> proton.me>
Signed-off-by: Joonas Niilola <juippis <AT> 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"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
@ 2024-04-10 19:47 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-10 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     f81131eb57e8fbb8c18dac707085f6662de2871b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 19:46:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 19:46:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81131eb

app-dicts/mecab-unidic: drop 2.1.2, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
deleted file mode 100644
index 05cd94ef34d4..000000000000
--- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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"
-
-LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-IUSE=""
-
-DEPEND="
-	app-arch/unzip
-	app-text/mecab"
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-10 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01  7:52 [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 19:47 Arthur Zamarin
2021-09-29 14:12 Yixun Lan
2019-08-28 10:10 David Seifert
2018-07-20 14:33 Akinori Hattori
2016-01-05  8:12 Naohiro Aota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox