public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/migemo-dict/
Date: Fri, 26 Apr 2024 13:26:46 +0000 (UTC)	[thread overview]
Message-ID: <1714137960.88810287133bb17e0069ea2f7a22fa610d95e76a.hattya@gentoo> (raw)

commit:     88810287133bb17e0069ea2f7a22fa610d95e76a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 13:24:21 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 13:26:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88810287

app-dicts/migemo-dict: new snapshot

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-dicts/migemo-dict/Manifest                  |  1 +
 app-dicts/migemo-dict/migemo-dict-202402.ebuild | 27 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-dicts/migemo-dict/Manifest b/app-dicts/migemo-dict/Manifest
index 925756c7debb..aea3fc4e781c 100644
--- a/app-dicts/migemo-dict/Manifest
+++ b/app-dicts/migemo-dict/Manifest
@@ -1 +1,2 @@
 DIST migemo-dict-200812.tar.bz2 1467494 BLAKE2B 25f4da49e0e1970df9f43a26f72f1ae85c89ee0d3b708e7f7ea46a2b3b133c59a3990a44e6e578335d3c836027543fc695334573613674ad4e100c06da3eac0b SHA512 cc42d62247c5ff0c3a4ff30a7c135173f94c4f49685df997b305486502b86144428dc104a77361d5ceff91683b0b663d0c68174300d628f70f6999cf7667f3c0
+DIST migemo-dict-202402.tar.xz 1202732 BLAKE2B aea31efc4b4967ba52fbfe85a691b1deb7eef70f2c9d5a1dcb6942d10507ef140045af9232055ab9ae6bbd2936bc5f077ef1564237316e3f0a98b2e0e3100aef SHA512 622b237eb1bdb3abcc18cc104cba3bed56eefbd2a92f47ed316757ce3d9016a435c9b3181030b392a42ff4ef59582cbee3879570ad6312907699e50f297ff5dc

diff --git a/app-dicts/migemo-dict/migemo-dict-202402.ebuild b/app-dicts/migemo-dict/migemo-dict-202402.ebuild
new file mode 100644
index 000000000000..e32b040c4c56
--- /dev/null
+++ b/app-dicts/migemo-dict/migemo-dict-202402.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Dictionary files for the Migemo and C/Migemo"
+HOMEPAGE="https://skk-dev.github.io/dict/"
+SRC_URI="mirror://gentoo/${P}.tar.xz
+	https://dev.gentoo.org/~hattya/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="unicode"
+
+src_configure() {
+	if use unicode; then
+		iconv -f euc-jp -t utf-8 ${PN} >"${T}"/${PN} || die
+	else
+		cp ${PN} "${T}"/ || die
+	fi
+}
+
+src_install() {
+	insinto /usr/share/${PN%-*}
+	doins "${T}"/${PN}
+}


             reply	other threads:[~2024-04-26 13:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 13:26 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22 13:49 [gentoo-commits] repo/gentoo:master commit in: app-dicts/migemo-dict/ Akinori Hattori
2024-07-21 12:42 Sam James
2024-07-21  8:45 Akinori Hattori
2024-04-26 13:26 Akinori Hattori
2024-04-26 13:26 Akinori Hattori
2024-04-26 13:26 Akinori Hattori
2024-04-26 13:26 Akinori Hattori
2021-09-29 14:12 Yixun Lan
2019-10-18 12:19 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714137960.88810287133bb17e0069ea2f7a22fa610d95e76a.hattya@gentoo \
    --to=hattya@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox