public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "WANG Xuerui" <xen0n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libhangul/
Date: Thu, 29 May 2025 17:11:15 +0000 (UTC)	[thread overview]
Message-ID: <1748538516.db75efaaef7236de51e90671dfe0e9d6c45420fd.xen0n@gentoo> (raw)

commit:     db75efaaef7236de51e90671dfe0e9d6c45420fd
Author:     Sungjoon Moon <sumoon <AT> seoulsaram <DOT> org>
AuthorDate: Thu May 29 16:08:34 2025 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 29 17:08:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db75efaa

app-i18n/libhangul: add 0.2.0

Release:
  - https://github.com/libhangul/libhangul/releases/tag/libhangul-0.2.0

Closes: https://github.com/gentoo/gentoo/pull/42333
Signed-off-by: Sungjoon Moon <sumoon <AT> seoulsaram.org>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-i18n/libhangul/Manifest               |  1 +
 app-i18n/libhangul/libhangul-0.2.0.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-i18n/libhangul/Manifest b/app-i18n/libhangul/Manifest
index 0892c889cc4d..59de55303ec6 100644
--- a/app-i18n/libhangul/Manifest
+++ b/app-i18n/libhangul/Manifest
@@ -1 +1,2 @@
 DIST libhangul-0.1.0.tar.gz 2899845 BLAKE2B 5d6f4f9d6dfc32b8d6c6c0219b6e25b9c483555dbe623e5d284043d15eb24b4c7044003bcfd4c55b1ff6ab4b3b0c28037a8497f79fc9b733eb7de8952fee3ed0 SHA512 cf84850bf7a41e743457300513c5efdf7b3e18d168f4fdc324aaa8e1be78743752fcb98385764f94c707777ab82cc9444e076808e61fdbd915c9c0d7ea93c534
+DIST libhangul-0.2.0.tar.gz 3027777 BLAKE2B aab23c62009b77d39aaf57d0650dd4ae553e660b8cc7c9dc1b323b03c6862bc0713357bba87f6105373f25ef06173379d4a5d1eaca361919ad85824e9057a0cb SHA512 a8e1e70a91d51932bedc9b9d9e3099aba18d1b696cdc2395430076bf433855d0dbe807bc901f4eee4bd7bfda1e0079f73d58c6564a03e5f7828a7fe41c357c0a

diff --git a/app-i18n/libhangul/libhangul-0.2.0.ebuild b/app-i18n/libhangul/libhangul-0.2.0.ebuild
new file mode 100644
index 000000000000..6a5592312d09
--- /dev/null
+++ b/app-i18n/libhangul/libhangul-0.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2006-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit libtool
+
+DESCRIPTION="Library for hangul input method logic, hanja dictionary"
+HOMEPAGE="https://github.com/libhangul/libhangul"
+SRC_URI="https://github.com/libhangul/${PN}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="nls static-libs test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+RDEPEND="virtual/libiconv
+	nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+	test? ( dev-libs/check )"
+
+src_prepare() {
+	default
+	elibtoolize
+}
+
+src_configure() {
+	econf \
+		$(use_enable nls) \
+		$(use_enable static-libs static)
+}
+
+src_test() {
+	emake -C test check
+}
+
+src_install() {
+	default
+	find "${ED}" -name "*.la" -delete || die
+}


             reply	other threads:[~2025-05-29 17:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-29 17:11 WANG Xuerui [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-06 18:17 [gentoo-commits] repo/gentoo:master commit in: app-i18n/libhangul/ Arthur Zamarin
2025-07-14 13:41 Arthur Zamarin
2025-07-14 13:41 Arthur Zamarin
2025-07-14 13:41 Arthur Zamarin
2025-07-14 13:41 Arthur Zamarin
2025-03-07  7:23 Sam James
2025-03-07  6:24 Sam James
2025-03-07  6:20 Sam James
2025-03-07  6:20 Sam James
2024-01-17 16:50 WANG Xuerui
2024-01-16 17:50 Arthur Zamarin
2021-11-19  6:24 Yixun Lan
2020-11-16 19:51 Mike Gilbert
2020-11-16 19:51 Mike Gilbert
2018-08-28 13:35 Akinori Hattori
2018-08-28 13:35 Akinori Hattori
2017-06-24 21:35 Andreas Hüttel

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=1748538516.db75efaaef7236de51e90671dfe0e9d6c45420fd.xen0n@gentoo \
    --to=xen0n@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