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-skk/
Date: Wed,  2 Sep 2020 14:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1599057099.f872c54ae5b4242bc21c5f429c8eda1d1c2ae11a.hattya@gentoo> (raw)

commit:     f872c54ae5b4242bc21c5f429c8eda1d1c2ae11a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 14:31:39 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 14:31:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f872c54a

app-i18n/ibus-skk: new upstream release

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-skk/Manifest              |  1 +
 app-i18n/ibus-skk/ibus-skk-1.4.3.ebuild | 36 +++++++++++++++++++++++++++++++++
 app-i18n/ibus-skk/metadata.xml          | 22 ++++++++++----------
 3 files changed, 48 insertions(+), 11 deletions(-)

diff --git a/app-i18n/ibus-skk/Manifest b/app-i18n/ibus-skk/Manifest
index 9085e1e93f3..a9224221ad7 100644
--- a/app-i18n/ibus-skk/Manifest
+++ b/app-i18n/ibus-skk/Manifest
@@ -1 +1,2 @@
 DIST ibus-skk-1.4.2.tar.gz 491882 BLAKE2B 999eb9f1b36406a8d665b2c929fcdef5e57bef5c6206075333435f46774445497d6d953bc695c22f6afa5700283c32a20c2d4e9227fd30e5552f5688cd524aab SHA512 cec7fbffaa78c406f3b9502bc64e2290fec579102a37ce61cb6424c3e06d159653f165b48e09f1256f38491bce6819460c6d226cd765ab150a8dfa80e2707fe1
+DIST ibus-skk-1.4.3.tar.xz 321344 BLAKE2B f761cf7c97ecf5830715a7bbae657c72d437e0be69a0867780ee574f9ea17f3d612dc5a76e3b4499fd203878702abdd2e37fdc980123a80daf5f03db7645b1f4 SHA512 c05302878f9c4b0a59daa1d285ab44501f63c0f7890149412137d3f6124fc4a7ebfe16172de311cbb5f2b9035255b5784a715a7832e6734d76e11bf19e2c9d3b

diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.3.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.3.ebuild
new file mode 100644
index 00000000000..60f705da342
--- /dev/null
+++ b/app-i18n/ibus-skk/ibus-skk-1.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit vala
+
+DESCRIPTION="Japanese SKK engine for IBus"
+HOMEPAGE="https://github.com/ueno/ibus-skk"
+SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+CDEPEND="app-i18n/ibus
+	>=app-i18n/libskk-1.0.2
+	x11-libs/gtk+:3
+	nls? ( virtual/libintl )"
+RDEPEND="${CDEPEND}
+	app-i18n/skk-jisyo"
+DEPEND="${CDEPEND}
+	$(vala_depend)
+	dev-util/intltool
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+src_prepare() {
+	vala_src_prepare
+	default
+}
+
+src_configure() {
+	econf $(use_enable nls)
+}

diff --git a/app-i18n/ibus-skk/metadata.xml b/app-i18n/ibus-skk/metadata.xml
index b37d0b9824e..26101e10d13 100644
--- a/app-i18n/ibus-skk/metadata.xml
+++ b/app-i18n/ibus-skk/metadata.xml
@@ -1,15 +1,15 @@
 <?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>
-  <longdescription lang="en">
-    The SKK engine for IBus. It provides Japanese input method from
-    <pkg>app-i18n/libskk</pkg>.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">ueno/ibus-skk</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
+	<longdescription lang="en">
+		The SKK engine for IBus. It provides Japanese input method from
+		<pkg>app-i18n/libskk</pkg>.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">ueno/ibus-skk</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2020-09-02 14:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 14:32 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-13 12:48 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-skk/ Akinori Hattori
2021-10-13 12:48 Akinori Hattori
2021-10-13 12:48 Akinori Hattori
2020-09-02 14:32 Akinori Hattori
2020-09-02 14:32 Akinori Hattori
2019-08-12  8:43 Pacho Ramos
2019-08-11 21:30 Thomas Deutschmann
2019-08-08  7:43 Agostino Sarubbo
2017-08-05 14:17 Akinori Hattori
2017-07-05 14:10 Akinori Hattori
2017-07-01 15:48 Akinori Hattori
2017-07-01 15:32 Akinori Hattori
2016-10-16 10:04 Pacho Ramos
2016-10-16 10:04 Pacho Ramos
2016-10-09  7:56 Pacho Ramos

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=1599057099.f872c54ae5b4242bc21c5f429c8eda1d1c2ae11a.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