* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2017-07-05 14:07 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2017-07-05 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 3d28eb5f4aa4a1d1ab0c9b1f5822d6e38d22499b
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 14:07:24 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 14:07:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d28eb5f
app-i18n/ibus-kkc: initial import
Gentoo-Bug: 479550
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/ibus-kkc/Manifest | 1 +
app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild | 36 ++++++++++++++++++++++++++++++++
app-i18n/ibus-kkc/metadata.xml | 11 ++++++++++
3 files changed, 48 insertions(+)
diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest
new file mode 100644
index 00000000000..8633c67ee2b
--- /dev/null
+++ b/app-i18n/ibus-kkc/Manifest
@@ -0,0 +1 @@
+DIST ibus-kkc-1.5.22.tar.gz 518844 SHA256 22fe2552f08a34a751cef7d1ea3c088e8dc0f0af26fd7bba9cdd27ff132347ce SHA512 767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4 WHIRLPOOL 2b157203a4956e396e096b86be1b84d47df61eccec9a20eada6ebae14f27e30873389fb465a7d435f11f160bea24d0042ba9f20eb5555f1fb76d912b2200e82c
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
new file mode 100644
index 00000000000..a2b21852753
--- /dev/null
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit vala
+
+DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
+HOMEPAGE="https://github.com/ueno/ibus-kkc"
+SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+CDEPEND="app-i18n/ibus
+ app-i18n/libkkc
+ 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-kkc/metadata.xml b/app-i18n/ibus-kkc/metadata.xml
new file mode 100644
index 00000000000..c52521a4a3b
--- /dev/null
+++ b/app-i18n/ibus-kkc/metadata.xml
@@ -0,0 +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="github">ueno/ibus-kkc</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2017-08-05 14:17 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2017-08-05 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 1d47417c8ec13fcdfed26f0a077021aa31ed77f7
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 14:16:15 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 14:16:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d47417c
app-i18n/ibus-kkc: update metadata
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/ibus-kkc/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-i18n/ibus-kkc/metadata.xml b/app-i18n/ibus-kkc/metadata.xml
index c52521a4a3b..5516917a7bb 100644
--- a/app-i18n/ibus-kkc/metadata.xml
+++ b/app-i18n/ibus-kkc/metadata.xml
@@ -5,6 +5,10 @@
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
+ <longdescription lang="en">
+ The Kana Kanji conversion engine for IBus. It provides Japanese input
+ method from <pkg>app-i18n/libkkc</pkg>.
+ </longdescription>
<upstream>
<remote-id type="github">ueno/ibus-kkc</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-13 12:41 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2021-10-13 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 29cf70294a97c34113e7d0b6b6964c161eabbe77
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 12:38:11 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 12:38:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cf7029
app-i18n/ibus-kkc: update LICENSE
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
index 2e18e8c6cb0..9eb69a33499 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
HOMEPAGE="https://github.com/ueno/ibus-kkc"
SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-13 12:41 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2021-10-13 12:41 UTC (permalink / raw
To: gentoo-commits
commit: fd55fde9327c435021f4ab992c2fb09dc833a019
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 12:40:27 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 12:40:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd55fde9
app-i18n/ibus-kkc: new snapshot
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-kkc/Manifest | 2 +-
.../{ibus-kkc-1.5.22.ebuild => ibus-kkc-1.5.22_p20170607.ebuild} | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest
index 12c5b920649..8462b3787af 100644
--- a/app-i18n/ibus-kkc/Manifest
+++ b/app-i18n/ibus-kkc/Manifest
@@ -1 +1 @@
-DIST ibus-kkc-1.5.22.tar.gz 518844 BLAKE2B eb3d562960729ff4967781ca3cc2797915c4c3e3b60281ca05483da3180575500fd5688c1481d03a909e8a108082159197e23b3a6c4df672b7d57ccc774783b3 SHA512 767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4
+DIST ibus-kkc-1.5.22_p20170607.tar.gz 55162 BLAKE2B 9d34a7da99a1792cad9ca1b82665b8008a2b11c7e09cdce7e0a5e9d0e9d482798a1facaf8d35e3daa296638383c267af70ae00d50b2c601b66895a0b1c8d2817 SHA512 519be83e17d9556c6839ecad2af4a46665a6aafd0f8072f4c1d2c8af33eb3ac814517b5b42513b898afe86ededf35b9082b9a1fb2a699dcb88757b159d5b74cf
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
similarity index 76%
rename from app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
rename to app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
index 9eb69a33499..3530f7a46cd 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
@@ -3,11 +3,13 @@
EAPI="7"
-inherit vala
+inherit autotools vala
+
+EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4"
DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
HOMEPAGE="https://github.com/ueno/ibus-kkc"
-SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
@@ -27,6 +29,7 @@ BDEPEND="$(vala_depend)
src_prepare() {
vala_src_prepare
+ eautoreconf
default
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-13 12:41 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2021-10-13 12:41 UTC (permalink / raw
To: gentoo-commits
commit: d737c1fb6073bc23cbdbc320e17fb365e52a518f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 12:37:02 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 12:37:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d737c1fb
app-i18n/ibus-kkc: update to EAPI 7
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild | 11 +++++------
app-i18n/ibus-kkc/metadata.xml | 14 +++++++-------
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
index a2b21852753..2e18e8c6cb0 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
inherit vala
@@ -14,14 +14,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-CDEPEND="app-i18n/ibus
+DEPEND="app-i18n/ibus
app-i18n/libkkc
x11-libs/gtk+:3
nls? ( virtual/libintl )"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
app-i18n/skk-jisyo"
-DEPEND="${CDEPEND}
- $(vala_depend)
+BDEPEND="$(vala_depend)
dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )"
diff --git a/app-i18n/ibus-kkc/metadata.xml b/app-i18n/ibus-kkc/metadata.xml
index 94ae2db76fb..74de0fde210 100644
--- a/app-i18n/ibus-kkc/metadata.xml
+++ b/app-i18n/ibus-kkc/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">ueno/ibus-kkc</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ueno/ibus-kkc</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-14 2:57 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-10-14 2:57 UTC (permalink / raw
To: gentoo-commits
commit: b521f0e4f99d9bf59071617e3c6118ad364bc9d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 02:20:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 02:57:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b521f0e4
app-i18n/ibus-kkc: [QA] fix unpack
Closes: https://bugs.gentoo.org/817992
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
index 3530f7a46cd..cbc6e89083d 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
@@ -10,6 +10,7 @@ EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4"
DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
HOMEPAGE="https://github.com/ueno/ibus-kkc"
SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-14 2:57 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-10-14 2:57 UTC (permalink / raw
To: gentoo-commits
commit: 42bf0f58eb93758f65396dcdb923b981ee196a7f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 02:21:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 02:57:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bf0f58
app-i18n/ibus-kkc: [QA] place default before eautoreconf
This allows users to have patches for the build
system.
Bug: https://bugs.gentoo.org/817992
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
index cbc6e89083d..c78b6733a7e 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
@@ -29,9 +29,9 @@ BDEPEND="$(vala_depend)
nls? ( sys-devel/gettext )"
src_prepare() {
+ default
vala_src_prepare
eautoreconf
- default
}
src_configure() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/
@ 2021-10-14 12:37 Akinori Hattori
0 siblings, 0 replies; 8+ messages in thread
From: Akinori Hattori @ 2021-10-14 12:37 UTC (permalink / raw
To: gentoo-commits
commit: f7021e38b329383d7fb6da4daedb1d268fc815d9
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 12:26:07 2021 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 12:37:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7021e38
app-i18n/ibus-kkc: inherit vcs-snapshot
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
index c78b6733a7e..a7cb005d4f3 100644
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
@@ -3,14 +3,13 @@
EAPI="7"
-inherit autotools vala
+inherit autotools vala vcs-snapshot
EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4"
DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
HOMEPAGE="https://github.com/ueno/ibus-kkc"
SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
@@ -29,8 +28,8 @@ BDEPEND="$(vala_depend)
nls? ( sys-devel/gettext )"
src_prepare() {
- default
vala_src_prepare
+ default
eautoreconf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-10-14 12:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 14:07 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-kkc/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2017-08-05 14:17 Akinori Hattori
2021-10-13 12:41 Akinori Hattori
2021-10-13 12:41 Akinori Hattori
2021-10-13 12:41 Akinori Hattori
2021-10-14 2:57 Sam James
2021-10-14 2:57 Sam James
2021-10-14 12:37 Akinori Hattori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox