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-i18n/ibus-hangul/
Date: Tue, 28 Aug 2018 13:27:25 +0000 (UTC)	[thread overview]
Message-ID: <1535462826.2746248be2cb0e7478ebeaaa281ad6645bba0b43.hattya@gentoo> (raw)

commit:     2746248be2cb0e7478ebeaaa281ad6645bba0b43
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 13:22:25 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 13:27:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2746248b

app-i18n/ibus-hangul: update to EAPI 6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild | 37 ++++++++++++++++++++
 app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild    | 43 ------------------------
 app-i18n/ibus-hangul/metadata.xml                |  5 ++-
 3 files changed, 41 insertions(+), 44 deletions(-)

diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
new file mode 100644
index 00000000000..b4eb943e427
--- /dev/null
+++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit python-single-r1
+
+DESCRIPTION="Hangul engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki"
+SRC_URI="https://github.com/choehwanjin/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	>=app-i18n/libhangul-0.1
+	nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+src_prepare() {
+	sed -i "s/@PYTHON@/${EPYTHON}/" setup/${PN/-/-setup-}.in
+
+	default
+}
+
+src_configure() {
+	econf $(use_enable nls)
+}

diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild
deleted file mode 100644
index 38435562f84..00000000000
--- a/app-i18n/ibus-hangul/ibus-hangul-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="The Hangul engine for IBus input platform"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/choehwanjin/ibus-hangul/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}]
-	=dev-python/pygobject-2*[${PYTHON_USEDEP}]
-	=dev-python/pygtk-2*[${PYTHON_USEDEP}]
-	>=app-i18n/libhangul-0.1
-	nls? ( virtual/libintl )
-	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	nls? (
-		dev-util/intltool
-		>=sys-devel/gettext-0.17
-		)"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-	sed -ie "s:python:${EPYTHON}:" \
-		setup/ibus-setup-hangul.in || die
-}
-
-src_configure() {
-	econf $(use_enable nls)
-}

diff --git a/app-i18n/ibus-hangul/metadata.xml b/app-i18n/ibus-hangul/metadata.xml
index 7f550752e70..9b2935d879d 100644
--- a/app-i18n/ibus-hangul/metadata.xml
+++ b/app-i18n/ibus-hangul/metadata.xml
@@ -5,7 +5,10 @@
 		<email>cjk@gentoo.org</email>
 		<name>Cjk</name>
 	</maintainer>
-	<longdescription lang="en">The Hangul engine for IBus platform. It provides Korean input method from libhangul.</longdescription>
+	<longdescription lang="en">
+		The Hangul engine for IBus. It provides Korean input method from
+		<pkg>app-i18n/libhangul</pkg>.
+	</longdescription>
 	<upstream>
 		<remote-id type="google-code">ibus</remote-id>
 		<remote-id type="github">ibus/ibus</remote-id>


             reply	other threads:[~2018-08-28 13:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28 13:27 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08 10:17 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/ Arthur Zamarin
2024-12-14 17:06 Sam James
2024-06-05  8:29 Yixun Lan
2023-03-17 13:18 Yixun Lan
2021-10-31  6:26 Arthur Zamarin
2021-10-20 14:26 Akinori Hattori
2021-10-20 14:26 Akinori Hattori
2021-06-01 11:44 Sam James
2020-09-03 13:58 Akinori Hattori
2020-09-03 13:58 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-05-18 14:51 Akinori Hattori
2020-02-29  2:40 Akinori Hattori
2020-02-09 16:11 Michał Górny
2019-09-29  2:56 Mike Gilbert
2019-09-08 10:55 Agostino Sarubbo
2019-09-07 21:07 Thomas Deutschmann
2018-09-04 12:45 Akinori Hattori
2018-08-29 12:38 Akinori Hattori
2018-08-28 13:27 Akinori Hattori
2018-08-28 13:27 Akinori Hattori
2016-10-16 10:04 Pacho Ramos
2016-10-16 10:04 Pacho Ramos
2016-10-09  7:56 Pacho Ramos
2016-05-15 10:44 Patrick Lauer
2015-09-01 18:46 Tobias Klausmann

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=1535462826.2746248be2cb0e7478ebeaaa281ad6645bba0b43.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