public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2017-08-16 14:20 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2017-08-16 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:20:12 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:20:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd85b0f

app-i18n/ibus-table-others: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-others/Manifest                |  1 +
 .../ibus-table-others-1.3.9.ebuild                 | 17 ++++++++++++++
 app-i18n/ibus-table-others/metadata.xml            | 27 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
new file mode 100644
index 00000000000..29a6c40202e
--- /dev/null
+++ b/app-i18n/ibus-table-others/Manifest
@@ -0,0 +1 @@
+DIST ibus-table-others-1.3.9.tar.gz 627253 SHA256 63b14a809636a32a5d000a5dd44670a60eca3a872ff1c22d72617d2f6d52e008 SHA512 4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019 WHIRLPOOL 5419e7d6e1f1b82b59289e096942046d492c99b0657fea881fc7270f458b736fa6ba6beb0580a94393a4be3dced53668287f94ec43f62fc5366d217c190ca5f8

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
new file mode 100644
index 00000000000..636e5dce489
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"

diff --git a/app-i18n/ibus-table-others/metadata.xml b/app-i18n/ibus-table-others/metadata.xml
new file mode 100644
index 00000000000..1c7ec141883
--- /dev/null
+++ b/app-i18n/ibus-table-others/metadata.xml
@@ -0,0 +1,27 @@
+<?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">
+    ibus-table-others provides the following tables for IBus-Table:
+
+    * CNS11643
+    * Compose
+    * Emoji
+    * IPA-X-SAMPA
+    * LaTex
+    * Mathwriter
+    * RussianTraditional
+    * Thai
+    * Translit
+    * Ua-Translit
+    * Viqr
+    * Yawerty
+  </longdescription>
+  <upstream>
+    <remote-id type="github">moebiuscurve/ibus-table-others</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2017-12-12 13:27 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7119a3ccc6bdc0391d79b3703902671b10684a47
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:25:46 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:25:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7119a3cc

app-i18n/ibus-table-others: block app-i18n/ibus-table-tv

Bug: https://bugs.gentoo.org/628854
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index e4d8f8915dc..e927fa06c59 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -14,6 +14,7 @@ IUSE=""
 
 RDEPEND="app-i18n/ibus-table
 	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic"
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-tv"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2017-12-12 13:27 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     995b0a11a23c8ecfac72f90bc6a28ba5824212f0
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:22:49 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:22:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995b0a11

app-i18n/ibus-table-others: block app-i18n/ibus-table-code

Bug: https://bugs.gentoo.org/628854
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index 636e5dce489..da2715d1c92 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -12,6 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="app-i18n/ibus-table"
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2017-12-12 13:27 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9e0e73ba465fbc6e09b0b8821e59797dc98bf89a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:24:26 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:24:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e0e73ba

app-i18n/ibus-table-others: block app-i18n/ibus-table-cyrillic

Bug: https://bugs.gentoo.org/628854
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index da2715d1c92..e4d8f8915dc 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code"
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2017-12-12 13:27 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     792f0c0f7e992f1e179a4cb11a996b62250638ab
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:27:01 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:27:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792f0c0f

app-i18n/ibus-table-others: block app-i18n/ibus-table-latin

Closes: https://bugs.gentoo.org/632388
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index e927fa06c59..ef774df954c 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -15,6 +15,7 @@ IUSE=""
 RDEPEND="app-i18n/ibus-table
 	!app-i18n/ibus-table-code
 	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
 	!app-i18n/ibus-table-tv"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2020-09-03 13:54 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f47806686716bbf4c73860a076d6d1d93d80c8df
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:50:58 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:50:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4780668

app-i18n/ibus-table-others: update LICENSE

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index ef774df954c..5d1041b1846 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -7,7 +7,7 @@ DESCRIPTION="Various tables for IBus-Table"
 HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
 SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2020-09-03 13:54 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     80abc2ed043a469ffe3e71d7a0ebfb1a42c5b2a4
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:51:56 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:51:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80abc2ed

app-i18n/ibus-table-others: update to EAPI 7

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index 5d1041b1846..9a293c70f8c 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 DESCRIPTION="Various tables for IBus-Table"
 HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
@@ -17,5 +17,5 @@ RDEPEND="app-i18n/ibus-table
 	!app-i18n/ibus-table-cyrillic
 	!app-i18n/ibus-table-latin
 	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2020-09-03 13:54 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8059d488ddc0bbd9b4d9204f17172d48f12672a0
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:53:05 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:53:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8059d488

app-i18n/ibus-table-others: 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-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.11.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 2a5c989179c..96669713821 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
+DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
 DIST ibus-table-others-1.3.9.tar.gz 627253 BLAKE2B b4c72ead9364945a3f15a348aa14e0886ebc7c7fd35448d573540ffd9510139630ac22228229ee1a37687e01179a0ec880ce170e84a196b0defe5c059b662583 SHA512 4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
new file mode 100644
index 00000000000..9a293c70f8c
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2020-09-03 13:54 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:54 UTC (permalink / raw
  To: gentoo-commits

commit:     fb9a83a2b82d256caeed368cebe3fa99a8361e74
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:54:29 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:54:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9a83a2

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
index 9a293c70f8c..c2f63c11cdb 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2021-10-15 14:02 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2021-10-15 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     93b587e217f75685d497a4c000a79af3ff87ae17
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 14:01:34 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 14:01:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b587e2

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
index 9a293c70f8c..604b323c739 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2021-10-15 14:02 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2021-10-15 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0509a2013aad4461942aee74037316dffa688de0
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 14:02:14 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 14:02:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0509a201

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                 |  1 -
 .../ibus-table-others-1.3.9.ebuild                  | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 96669713821..4533a77fb9d 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1 @@
 DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
-DIST ibus-table-others-1.3.9.tar.gz 627253 BLAKE2B b4c72ead9364945a3f15a348aa14e0886ebc7c7fd35448d573540ffd9510139630ac22228229ee1a37687e01179a0ec880ce170e84a196b0defe5c059b662583 SHA512 4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
deleted file mode 100644
index c2f63c11cdb..00000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2021-11-08 13:16 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2021-11-08 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d26765a3fff15411a383f1112f89638744839642
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  8 13:15:12 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Nov  8 13:15:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26765a3

app-i18n/ibus-table-others: new upstream release

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

 app-i18n/ibus-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.12.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 4533a77fb9d..8de9a6a852d 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
+DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
new file mode 100644
index 00000000000..65f07652f84
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-05-07  6:38 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-05-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     17a042cc4fa26512775b0b7054c06d6940facc94
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:34:25 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May  7 06:37:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a042cc

app-i18n/ibus-table-others: new upstream release

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

 app-i18n/ibus-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.13.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 8de9a6a852dd..ec222dbf4965 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
 DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87
+DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
new file mode 100644
index 000000000000..bd2efd099ce5
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-05-07  6:38 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-05-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8b62a3450a04ee1439c0b89e1263e2b899e8a652
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:36:48 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May  7 06:37:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b62a345

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                 |  1 -
 .../ibus-table-others-1.3.11.ebuild                 | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index ec222dbf4965..c0c0ad9f120d 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-table-others-1.3.11.tar.gz 662398 BLAKE2B a600535b51b731c482eeecb78b8bff6ca14795e411348ed0e2cd4207ad1a89aed7d338c6b706695dd734f405ee5203e23dfffa370cae12ad763eabf6bbdfe848 SHA512 bfa17338e3a6a3e392bb3e5e5736af9bfa5584a897aea4ca72aec0df2c84dc94a0737f8fb87ced382e6acac3f8169ed2aef93a2f94330a4829048d009cb96ee0
 DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87
 DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
deleted file mode 100644
index 604b323c7394..000000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-05-07  6:38 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-05-07  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     bac888dc76bdf441ba0f8a5e1bd97c63f43bdb0d
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:36:22 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May  7 06:37:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac888dc

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
index 65f07652f849..46545300051f 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-06-12 13:38 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-06-12 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2c664b9e49e16b61da7a787202227201233b879d
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 13:38:01 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 13:38:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c664b9e

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
index bd2efd099ce5..8b5a0039b626 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-06-12 13:38 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-06-12 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     14e2dbdd976ec34e6a34982eced44ce2b9a5e659
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 13:38:29 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 13:38:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e2dbdd

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                 |  1 -
 .../ibus-table-others-1.3.12.ebuild                 | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index c0c0ad9f120d..fec441351147 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-others-1.3.12.tar.gz 673850 BLAKE2B a0633ecca428c1d2723ba0e5f87a9fabc74d3c9f69995c63a22c1163c1d00880103ad764d820b3a13e10825d4067e3192e61ecb61f312b3a891668fa8348e447 SHA512 526b3664ec0d7dc89f5456a5da82c5e42e267654fba88f6b3134ab35f3b196d6fd3f1f8815be0e36c817b28550681005caeefa04f7c7c2c8560965dfceaa4d87
 DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
deleted file mode 100644
index 46545300051f..000000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2022-12-10  1:31 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2022-12-10  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     cd976951e83bdcbb56c35c69ae6284385a87779b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 01:30:15 2022 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 01:30:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd976951

app-i18n/ibus-table-others: new upstream release

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

 app-i18n/ibus-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.14.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index fec441351147..86da9a26d8e8 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534
+DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
new file mode 100644
index 000000000000..bd2efd099ce5
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-01-21  1:29 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-01-21  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b41a62349ab8e70cc11f0559b90fc33273227580
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 01:24:39 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 01:24:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41a6234

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                 |  1 -
 .../ibus-table-others-1.3.13.ebuild                 | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 86da9a26d8e8..1958b594a0bd 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534
 DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
deleted file mode 100644
index 8b5a0039b626..000000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-01-21  1:29 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-01-21  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7cd0429d4af9dd75feaa94cc2af21967a533164b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 01:23:59 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 01:23:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd0429d

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
index bd2efd099ce5..01282c650fbd 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-02-26 13:36 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-02-26 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     68339b8cfa92c829fa743c87cfd45b2e608b969f
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 13:34:53 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 13:34:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68339b8c

app-i18n/ibus-table-others: new upstream release

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

 app-i18n/ibus-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.15.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 1958b594a0bd..b744dc469035 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b
+DIST ibus-table-others-1.3.15.tar.gz 675072 BLAKE2B fe12af11628bdefdc313ae29d905f8a95ea73541fee3c7dbbff355948ff1afe7d051ccd2f85d50582e43dc68c87eb669e9321a97e5fc39a5ac29785148dbc3f5 SHA512 65c8ca06901cd507b0112de7df0700450d3348b10eef36b1d5bb3e419b21637f9a4cf707b6ce630256cb350d6a65f6d7b261b5ec639599193610a31487f9ea76

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
new file mode 100644
index 000000000000..3b9d129a0b69
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-04-04 13:22 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-04-04 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3bfe9b4d062c7e66e5a2777aeaccb48b7b36e75d
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 13:21:01 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 13:21:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfe9b4d

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
index 3b9d129a0b69..01282c650fbd 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-04-04 13:22 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-04-04 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bec4c7fda83271f299c10c443e932d43ba6d40f5
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 13:21:40 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 13:21:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec4c7fd

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                 |  1 -
 .../ibus-table-others-1.3.14.ebuild                 | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index b744dc469035..6be556e8f61a 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b
 DIST ibus-table-others-1.3.15.tar.gz 675072 BLAKE2B fe12af11628bdefdc313ae29d905f8a95ea73541fee3c7dbbff355948ff1afe7d051ccd2f85d50582e43dc68c87eb669e9321a97e5fc39a5ac29785148dbc3f5 SHA512 65c8ca06901cd507b0112de7df0700450d3348b10eef36b1d5bb3e419b21637f9a4cf707b6ce630256cb350d6a65f6d7b261b5ec639599193610a31487f9ea76

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
deleted file mode 100644
index 01282c650fbd..000000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-08-17 14:09 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-08-17 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1f1cfdbd04ba121ecc2fb5c8b5b1c41e84dbadd1
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 14:08:57 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 14:08:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1cfdbd

app-i18n/ibus-table-others: new upstream release

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

 app-i18n/ibus-table-others/Manifest                 |  1 +
 .../ibus-table-others-1.3.17.ebuild                 | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 6be556e8f61a..45d98c4283de 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-others-1.3.15.tar.gz 675072 BLAKE2B fe12af11628bdefdc313ae29d905f8a95ea73541fee3c7dbbff355948ff1afe7d051ccd2f85d50582e43dc68c87eb669e9321a97e5fc39a5ac29785148dbc3f5 SHA512 65c8ca06901cd507b0112de7df0700450d3348b10eef36b1d5bb3e419b21637f9a4cf707b6ce630256cb350d6a65f6d7b261b5ec639599193610a31487f9ea76
+DIST ibus-table-others-1.3.17.tar.gz 679127 BLAKE2B 314003ff7f58fe7e265da32ba0aa1e9004d9029c6bf73f9c7570eb5a96775d9c7c5cae0d9d2b9261998d960695b09fe13b34bcee0291d6f3c04cea437ae1cf1b SHA512 6b1c58693954fa7ebee941f674b24c0c25e3146cbdf0539816b2348c4c2e316cdc4aa173fa2f56a928b052f42d7ca2212dc8c849e49146c0b7b4758a15470ec3

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
new file mode 100644
index 000000000000..3b9d129a0b69
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table
+	!app-i18n/ibus-table-code
+	!app-i18n/ibus-table-cyrillic
+	!app-i18n/ibus-table-latin
+	!app-i18n/ibus-table-tv"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-08-21 13:32 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-08-21 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4fc023fc6a1edcea2311c27e0cb545eb29682c8c
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 13:29:26 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 13:32:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc023fc

app-i18n/ibus-table-others: fix build with dev-lang/python-exec[-native-symlinks]

Closes: https://bugs.gentoo.org/912415
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild | 9 +++++++++
 app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
index 01282c650fbd..02c15aee3b1d 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
@@ -3,6 +3,8 @@
 
 EAPI="8"
 
+inherit autotools
+
 DESCRIPTION="Various tables for IBus-Table"
 HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
 SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
@@ -19,3 +21,10 @@ RDEPEND="app-i18n/ibus-table
 	!app-i18n/ibus-table-tv"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	sed -i '/AM_PATH_PYTHON/d' configure.ac
+
+	default
+	eautoreconf
+}

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
index 3b9d129a0b69..8f38bd24b0bd 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
@@ -3,6 +3,8 @@
 
 EAPI="8"
 
+inherit autotools
+
 DESCRIPTION="Various tables for IBus-Table"
 HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
 SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
@@ -19,3 +21,10 @@ RDEPEND="app-i18n/ibus-table
 	!app-i18n/ibus-table-tv"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	sed -i '/AM_PATH_PYTHON/d' configure.ac
+
+	default
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-09-15 14:17 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-09-15 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fcccf891f208d7880424df87ace5970c991ad877
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 14:16:31 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 14:16:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcccf891

app-i18n/ibus-table-others: drop old

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

 app-i18n/ibus-table-others/Manifest                |  1 -
 .../ibus-table-others-1.3.15.ebuild                | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest
index 45d98c4283de..37492fc52ea6 100644
--- a/app-i18n/ibus-table-others/Manifest
+++ b/app-i18n/ibus-table-others/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-others-1.3.15.tar.gz 675072 BLAKE2B fe12af11628bdefdc313ae29d905f8a95ea73541fee3c7dbbff355948ff1afe7d051ccd2f85d50582e43dc68c87eb669e9321a97e5fc39a5ac29785148dbc3f5 SHA512 65c8ca06901cd507b0112de7df0700450d3348b10eef36b1d5bb3e419b21637f9a4cf707b6ce630256cb350d6a65f6d7b261b5ec639599193610a31487f9ea76
 DIST ibus-table-others-1.3.17.tar.gz 679127 BLAKE2B 314003ff7f58fe7e265da32ba0aa1e9004d9029c6bf73f9c7570eb5a96775d9c7c5cae0d9d2b9261998d960695b09fe13b34bcee0291d6f3c04cea437ae1cf1b SHA512 6b1c58693954fa7ebee941f674b24c0c25e3146cbdf0539816b2348c4c2e316cdc4aa173fa2f56a928b052f42d7ca2212dc8c849e49146c0b7b4758a15470ec3

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
deleted file mode 100644
index 02c15aee3b1d..000000000000
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools
-
-DESCRIPTION="Various tables for IBus-Table"
-HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others"
-SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table
-	!app-i18n/ibus-table-code
-	!app-i18n/ibus-table-cyrillic
-	!app-i18n/ibus-table-latin
-	!app-i18n/ibus-table-tv"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	sed -i '/AM_PATH_PYTHON/d' configure.ac
-
-	default
-	eautoreconf
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/
@ 2023-09-15 14:17 Akinori Hattori
  0 siblings, 0 replies; 27+ messages in thread
From: Akinori Hattori @ 2023-09-15 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ee86b589f6a0bb254b74b4cf73979e48609ce41c
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 14:15:58 2023 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 14:15:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee86b589

app-i18n/ibus-table-others: amd64/x86 stable

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

 app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
index 8f38bd24b0bd..02c15aee3b1d 100644
--- a/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table


^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2023-09-15 14:17 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 14:02 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2023-09-15 14:17 Akinori Hattori
2023-09-15 14:17 Akinori Hattori
2023-08-21 13:32 Akinori Hattori
2023-08-17 14:09 Akinori Hattori
2023-04-04 13:22 Akinori Hattori
2023-04-04 13:22 Akinori Hattori
2023-02-26 13:36 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2023-01-21  1:29 Akinori Hattori
2022-12-10  1:31 Akinori Hattori
2022-06-12 13:38 Akinori Hattori
2022-06-12 13:38 Akinori Hattori
2022-05-07  6:38 Akinori Hattori
2022-05-07  6:38 Akinori Hattori
2022-05-07  6:38 Akinori Hattori
2021-11-08 13:16 Akinori Hattori
2021-10-15 14:02 Akinori Hattori
2020-09-03 13:54 Akinori Hattori
2020-09-03 13:54 Akinori Hattori
2020-09-03 13:54 Akinori Hattori
2020-09-03 13:54 Akinori Hattori
2017-12-12 13:27 Akinori Hattori
2017-12-12 13:27 Akinori Hattori
2017-12-12 13:27 Akinori Hattori
2017-12-12 13:27 Akinori Hattori
2017-08-16 14:20 Akinori Hattori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox