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

commit:     5099bdbf6aaed08fd7b776287023e15eda6a2fe4
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:04:12 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:08:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5099bdbf

app-i18n/ibus-table-chinese: fix build

Gentoo-Bug: 562730

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index 0a4694ccceb..6601af39011 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI="6"
 CMAKE_IN_SOURCE_BUILD="1"
+CMAKE_MAKEFILE_GENERATOR="emake"
 
 inherit cmake-utils
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2021-10-15 13:59 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2021-10-15 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8bc641804a5c8cba5e0dfab3d6b05106914d0a73
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 13:59:34 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 13:59:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc64180

app-i18n/ibus-table-chinese: 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-chinese/Manifest               |  1 -
 .../ibus-table-chinese-1.8.2.ebuild                | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
index 6b391e744de..bc0febf88c5 100644
--- a/app-i18n/ibus-table-chinese/Manifest
+++ b/app-i18n/ibus-table-chinese/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
 DIST ibus-table-chinese-1.8.3.tar.gz 10824912 BLAKE2B e9f4e377a794827196e04e197044b3fdcd81d84ed89067e17745879495df69cc6e95814863f856cc0a7b7db0aba3cbd93d1c1d172f607fdd410dbed02dc4ad54 SHA512 610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
deleted file mode 100644
index 193cb239656..00000000000
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-CMAKE_IN_SOURCE_BUILD="1"
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake
-
-DESCRIPTION="Chinese tables for IBus-Table"
-HOMEPAGE="https://github.com/definite/ibus-table-chinese"
-SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table"
-DEPEND="${RDEPEND}
-	dev-util/cmake-fedora"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_FEDORA_TMP_DIR="${T}"
-		-DDATA_DIR="${EPREFIX}"/usr/share
-		-DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
-		-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2021-10-15 13:59 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2021-10-15 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     13a7387ffa029767466e6a9a1aedd9d6809f18be
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 13:59:04 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 13:59:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a7387f

app-i18n/ibus-table-chinese: 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-chinese/ibus-table-chinese-1.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
index a34f0e60963..dd7ce904291 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.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"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2020-09-03 13:46 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     909b1f44dfeec2c8614d5e7f12c8e56fe38ed9f1
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:46:15 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:46:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b1f44

app-i18n/ibus-table-chinese: 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-chinese/ibus-table-chinese-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
index a34f0e60963..193cb239656 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/ibus-table"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2020-09-03 13:46 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     770f20695fc22c639cb84d0a046bc83793da62d6
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:45:17 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:45:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770f2069

app-i18n/ibus-table-chinese: 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-chinese/Manifest               |  1 +
 .../ibus-table-chinese-1.8.3.ebuild                | 31 ++++++++++++++++++++++
 app-i18n/ibus-table-chinese/metadata.xml           | 13 ++++-----
 3 files changed, 39 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
index c5bdd2d1313..6b391e744de 100644
--- a/app-i18n/ibus-table-chinese/Manifest
+++ b/app-i18n/ibus-table-chinese/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
+DIST ibus-table-chinese-1.8.3.tar.gz 10824912 BLAKE2B e9f4e377a794827196e04e197044b3fdcd81d84ed89067e17745879495df69cc6e95814863f856cc0a7b7db0aba3cbd93d1c1d172f607fdd410dbed02dc4ad54 SHA512 610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
new file mode 100644
index 00000000000..a34f0e60963
--- /dev/null
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+CMAKE_IN_SOURCE_BUILD="1"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake
+
+DESCRIPTION="Chinese tables for IBus-Table"
+HOMEPAGE="https://github.com/definite/ibus-table-chinese"
+SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table"
+DEPEND="${RDEPEND}
+	dev-util/cmake-fedora"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_FEDORA_TMP_DIR="${T}"
+		-DDATA_DIR="${EPREFIX}"/usr/share
+		-DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
+		-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
+	)
+	cmake_src_configure
+}

diff --git a/app-i18n/ibus-table-chinese/metadata.xml b/app-i18n/ibus-table-chinese/metadata.xml
index d91706d7e8c..e5db64701f3 100644
--- a/app-i18n/ibus-table-chinese/metadata.xml
+++ b/app-i18n/ibus-table-chinese/metadata.xml
@@ -1,10 +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>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">definite/ibus-table-chinese</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">definite/ibus-table-chinese</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2020-09-03 13:46 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     85bc4beebdda997a55444c8898b5f21d86295c02
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:43:00 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:43:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bc4bee

app-i18n/ibus-table-chinese: 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-chinese/ibus-table-chinese-1.8.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
index 95ed956002b..a34f0e60963 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 CMAKE_IN_SOURCE_BUILD="1"
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Chinese tables for IBus-Table"
 HOMEPAGE="https://github.com/definite/ibus-table-chinese"
@@ -27,5 +27,5 @@ src_configure() {
 		-DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
 		-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2020-09-03 13:46 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2020-09-03 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9960a1ee628004cdc34fb2cf311103bceb351cdc
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 13:41:37 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 13:41:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9960a1ee

app-i18n/ibus-table-chinese: 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-chinese/ibus-table-chinese-1.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
index 8d412b554c1..95ed956002b 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.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"
@@ -11,7 +11,7 @@ DESCRIPTION="Chinese tables for IBus-Table"
 HOMEPAGE="https://github.com/definite/ibus-table-chinese"
 SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2017-12-12 13:34 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     064f30f3557cc652fb6916db0861a5c74d07537b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:34:10 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:34:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064f30f3

app-i18n/ibus-table-chinese: fix build when app-arch/rpm is installed

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

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

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
index 36f3ece322b..8d412b554c1 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
@@ -24,6 +24,7 @@ src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_FEDORA_TMP_DIR="${T}"
 		-DDATA_DIR="${EPREFIX}"/usr/share
+		-DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
 		-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2017-12-12 13:34 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-12-12 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7ce7d63415a3f6a170497bbd584f2635ecb8c101
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 13:31:08 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 13:31:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce7d634

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

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-i18n/ibus-table-chinese/Manifest               |  1 -
 .../ibus-table-chinese-1.4.6.ebuild                | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
index 78999f10b39..c5bdd2d1313 100644
--- a/app-i18n/ibus-table-chinese/Manifest
+++ b/app-i18n/ibus-table-chinese/Manifest
@@ -1,2 +1 @@
-DIST ibus-table-chinese-1.4.6-Source.tar.gz 7604868 BLAKE2B 25662d2f9d2f305fbd2cfda79aae1ebb721f0a4cce7a152032d4d2c4cf689488e57ce9134fa0f4de7fc1e4fa9a088991a5c25b3087dda2d9e17620dd4546323b SHA512 52a72c388ad287572ae334bb25537b6054f72ecdd641aa1c539b85a5e9a4cf97801ae38baa8ace1caabca95d845d2fb4156eb174ac7ad1c9123409749318d76d
 DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
deleted file mode 100644
index 6601af39011..00000000000
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-CMAKE_IN_SOURCE_BUILD="1"
-CMAKE_MAKEFILE_GENERATOR="emake"
-
-inherit cmake-utils
-
-MY_P="${P}-Source"
-
-DESCRIPTION="Chinese tables for IBus-Table"
-HOMEPAGE="https://github.com/definite/ibus-table-chinese"
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus-table"
-DEPEND="${RDEPEND}
-	dev-util/cmake-fedora"
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2017-08-16 14:08 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-16 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     877aed3d192bec29251ef0f296390780951ac2f9
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:02:28 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:08:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877aed3d

app-i18n/ibus-table-chinese: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild    | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index 4b476a67878..ac3a0c164af 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
+CMAKE_IN_SOURCE_BUILD="1"
+
 inherit cmake-utils
 
-DESCRIPTION="Chinese input tables for ibus-table"
-HOMEPAGE="https://github.com/definite/ibus-table-chinese"
 MY_P="${P}-Source"
+
+DESCRIPTION="Chinese tables for IBus-Table"
+HOMEPAGE="https://github.com/definite/ibus-table-chinese"
 SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
@@ -14,9 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/ibus-table-1.2.0"
+RDEPEND="app-i18n/ibus-table"
 DEPEND="${RDEPEND}
 	dev-util/cmake-fedora"
-
-CMAKE_IN_SOURCE_BUILD=1
 S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2017-08-16 14:08 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-16 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     77e79b375c867c1aa74e82b2b28c477842024d41
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:03:10 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:08:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e79b37

app-i18n/ibus-table-chinese: update SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild | 2 +-
 app-i18n/ibus-table-chinese/metadata.xml                    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index ac3a0c164af..0a4694ccceb 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -10,7 +10,7 @@ MY_P="${P}-Source"
 
 DESCRIPTION="Chinese tables for IBus-Table"
 HOMEPAGE="https://github.com/definite/ibus-table-chinese"
-SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-i18n/ibus-table-chinese/metadata.xml b/app-i18n/ibus-table-chinese/metadata.xml
index 61aa1fd0eb0..d91706d7e8c 100644
--- a/app-i18n/ibus-table-chinese/metadata.xml
+++ b/app-i18n/ibus-table-chinese/metadata.xml
@@ -5,7 +5,6 @@
     <email>cjk@gentoo.org</email>
   </maintainer>
   <upstream>
-    <remote-id type="google-code">ibus</remote-id>
     <remote-id type="github">definite/ibus-table-chinese</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
@ 2017-08-16 14:08 Akinori Hattori
  0 siblings, 0 replies; 12+ messages in thread
From: Akinori Hattori @ 2017-08-16 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     94368b7554b30da96a88164b152ec0c2393de325
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 14:07:53 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 14:08:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94368b75

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-chinese/Manifest               |  1 +
 .../ibus-table-chinese-1.8.2.ebuild                | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
index 10ebfe1d3b6..989e7298a20 100644
--- a/app-i18n/ibus-table-chinese/Manifest
+++ b/app-i18n/ibus-table-chinese/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-chinese-1.4.6-Source.tar.gz 7604868 SHA256 5e3422e59417e70e65cfd342cc3c0627a3b612b1405c493df0245a3841bd9386 SHA512 52a72c388ad287572ae334bb25537b6054f72ecdd641aa1c539b85a5e9a4cf97801ae38baa8ace1caabca95d845d2fb4156eb174ac7ad1c9123409749318d76d WHIRLPOOL bdfd4203fe8954bb02002bfa3868e67f9b1aebcf1a416cc281381601ac42020b98b344443889c7714ce456a171710f00b1f0c0f34f7eb42867a9da6382d7a174
+DIST ibus-table-chinese-1.8.2.tar.gz 10576111 SHA256 ef62c22ef4e8f9085fc40fcbc14c30f6dac458817df98e9f90f883a3e2080089 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a WHIRLPOOL f03985faa490b227f851acd9e2ec7d125d06ce4da362d1f002cb6f6e378f876547a666bd249e144bbd0f4b1bd68fcc1e8dd257edbf74742ff9e29a2706dbc092

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
new file mode 100644
index 00000000000..36f3ece322b
--- /dev/null
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+CMAKE_IN_SOURCE_BUILD="1"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake-utils
+
+DESCRIPTION="Chinese tables for IBus-Table"
+HOMEPAGE="https://github.com/definite/ibus-table-chinese"
+SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table"
+DEPEND="${RDEPEND}
+	dev-util/cmake-fedora"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_FEDORA_TMP_DIR="${T}"
+		-DDATA_DIR="${EPREFIX}"/usr/share
+		-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
+	)
+	cmake-utils_src_configure
+}


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

end of thread, other threads:[~2021-10-15 14:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 14:08 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2021-10-15 13:59 Akinori Hattori
2021-10-15 13:59 Akinori Hattori
2020-09-03 13:46 Akinori Hattori
2020-09-03 13:46 Akinori Hattori
2020-09-03 13:46 Akinori Hattori
2020-09-03 13:46 Akinori Hattori
2017-12-12 13:34 Akinori Hattori
2017-12-12 13:34 Akinori Hattori
2017-08-16 14:08 Akinori Hattori
2017-08-16 14:08 Akinori Hattori
2017-08-16 14:08 Akinori Hattori

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