* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2020-08-01 12:43 Akinori Hattori
0 siblings, 0 replies; 13+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 7b3783e7ccd5c01017b09b24e57e1565bf04e691
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:30:43 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:30:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3783e7
app-i18n/ibus-cangjie: use xdg eclass
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
index b217f0feaf8..5da7ee61238 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python3_6 )
-inherit gnome2-utils python-r1
+inherit gnome2-utils python-r1 xdg
DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
HOMEPAGE="http://cangjians.github.io/"
@@ -37,10 +37,16 @@ src_install() {
python_foreach_impl default
}
+pkg_preinst() {
+ xdg_pkg_preinst
+}
+
pkg_postinst() {
+ xdg_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
+ xdg_pkg_postrm
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2023-02-26 0:51 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-02-26 0:51 UTC (permalink / raw
To: gentoo-commits
commit: c178c5d6d4eb290e99e2782a66390c595a5ac436
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 00:51:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 00:51:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c178c5d6
app-i18n/ibus-cangjie: enable py3.11
Closes: https://bugs.gentoo.org/896548
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
index 24b29d6dec6f..d43d9941a13c 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit autotools gnome2-utils python-r1 xdg
DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2021-10-31 6:26 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2021-10-31 6:26 UTC (permalink / raw
To: gentoo-commits
commit: cd6688bdcefbbf1310d5ceef76784e90401bbcc8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 06:18:25 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 06:26:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6688bd
app-i18n/ibus-cangjie: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
index b6fa5e00fca..a6331c5ecb4 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit autotools gnome2-utils python-r1 xdg
DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2021-06-01 11:44 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-06-01 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 6587112ce5bb3d89c5a1aacf4cc14f52cfd48d88
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:37:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:37:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6587112c
app-i18n/ibus-cangjie: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
index f31b3b115c0..b6fa5e00fca 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit autotools gnome2-utils python-r1 xdg
DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2020-08-01 12:43 Akinori Hattori
0 siblings, 0 replies; 13+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 48fb70779ebba4a03edcbfa7bb20384059620f7f
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:37:33 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:37:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fb7077
app-i18n/ibus-cangjie: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
index 2c17f511f6d..1f42602a211 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.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"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit gnome2-utils python-r1 xdg
@@ -21,8 +21,8 @@ RDEPEND="${PYTHON_DEPS}
app-i18n/libcangjie
dev-python/cangjie[${PYTHON_USEDEP}]
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-util/intltool
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/intltool
nls? ( sys-devel/gettext )"
src_configure() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2020-08-01 12:43 Akinori Hattori
0 siblings, 0 replies; 13+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 76a303c1adb2690529f36f0641af6e0fe58f5194
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:35:44 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:35:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a303c1
app-i18n/ibus-cangjie: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/718218
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
index 6d11b6fa34a..2c17f511f6d 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit gnome2-utils python-r1 xdg
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2020-08-01 12:43 Akinori Hattori
0 siblings, 0 replies; 13+ messages in thread
From: Akinori Hattori @ 2020-08-01 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 5cd8fa74cb82c578c4dd196ad2849645ad98f97d
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 12:33:49 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 12:33:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd8fa74
app-i18n/ibus-cangjie: call gnome2_schemas_update
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
index 5da7ee61238..6d11b6fa34a 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
@@ -39,14 +39,15 @@ src_install() {
pkg_preinst() {
xdg_pkg_preinst
+ gnome2_schemas_savelist
}
pkg_postinst() {
xdg_pkg_postinst
- gnome2_icon_cache_update
+ gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
- gnome2_icon_cache_update
+ gnome2_schemas_update
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2018-09-04 12:40 Akinori Hattori
0 siblings, 0 replies; 13+ messages in thread
From: Akinori Hattori @ 2018-09-04 12:40 UTC (permalink / raw
To: gentoo-commits
commit: dfed50c573bdb238170ccad8f8fa313b3d37f502
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 4 12:40:07 2018 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 12:40:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfed50c5
app-i18n/ibus-cangjie: update to EAPI 6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 46 ++++++++++++++++++++++
app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 49 ------------------------
app-i18n/ibus-cangjie/metadata.xml | 14 +++----
3 files changed, 53 insertions(+), 56 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
new file mode 100644
index 00000000000..f7446f6ad8a
--- /dev/null
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2-utils python-r1
+
+DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
+HOMEPAGE="http://cangjians.github.io/"
+SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+ app-i18n/libcangjie
+ dev-python/cangjie[${PYTHON_USEDEP}]
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ nls? ( sys-devel/gettext )"
+
+src_configure() {
+ python_foreach_impl default
+}
+
+src_compile() {
+ python_foreach_impl default
+}
+
+src_install() {
+ python_foreach_impl default
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
deleted file mode 100644
index 766065c3213..00000000000
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit autotools-utils gnome2-utils python-r1 eutils
-
-DESCRIPTION="The IBus engine for users of the Cangjie and Quick input methods"
-HOMEPAGE="http://cangjians.github.io"
-SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus-cangjie-${PV}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
- >=app-i18n/ibus-1.4.1
- app-i18n/libcangjie
- dev-python/cangjie[${PYTHON_USEDEP}]
- dev-util/intltool
- sys-devel/gettext"
-
-RDEPEND=">=app-i18n/ibus-1.4.1
- app-i18n/libcangjie
- dev-python/cangjie[${PYTHON_USEDEP}]
- virtual/libintl
- ${PYTHON_DEPS}"
-
-src_configure() {
- python_foreach_impl autotools-utils_src_configure
-}
-
-src_compile() {
- python_foreach_impl autotools-utils_src_compile
-}
-
-src_install() {
- python_foreach_impl autotools-utils_src_install
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
diff --git a/app-i18n/ibus-cangjie/metadata.xml b/app-i18n/ibus-cangjie/metadata.xml
index 9468326e6f9..83985854d52 100644
--- a/app-i18n/ibus-cangjie/metadata.xml
+++ b/app-i18n/ibus-cangjie/metadata.xml
@@ -1,11 +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">Cangjians/ibus-cangjie</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Cangjians/ibus-cangjie</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2018-04-15 18:48 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-04-15 18:48 UTC (permalink / raw
To: gentoo-commits
commit: cc627b46f07cbfc81d97feeae895994b290753e4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:37:35 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:47:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc627b46
app-i18n/ibus-cangjie: remove maintainer.
Bug: https://bugs.gentoo.org/651824
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-i18n/ibus-cangjie/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/app-i18n/ibus-cangjie/metadata.xml b/app-i18n/ibus-cangjie/metadata.xml
index 24049ea73c0..9468326e6f9 100644
--- a/app-i18n/ibus-cangjie/metadata.xml
+++ b/app-i18n/ibus-cangjie/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>brendan@horan.hk</email>
- <name>Brendan Horan</name>
- </maintainer>
<maintainer type="project">
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="github">Cangjians/ibus-cangjie</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2017-04-21 17:36 Pacho Ramos
0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2017-04-21 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 8fa5f77eea1c19edc16c089f2418937c9f44933b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 17:30:30 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 17:36:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa5f77e
app-i18n/ibus-cangjie: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
index b0b8ded9d61..766065c3213 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit autotools-utils gnome2-utils python-r1 eutils
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2017-04-20 7:59 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2017-04-20 7:59 UTC (permalink / raw
To: gentoo-commits
commit: e7e8f437435abe2be5ca797c78e9891e3b537518
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:11:09 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:57:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e8f437
app-i18n/ibus-cangjie: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild | 3 ++-
app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild | 3 ++-
app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild | 3 ++-
app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild
index f05a2bf4694..6705947e768 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ SRC_URI="http://cangjians.github.io/downloads/ibus-cangjie/ibus-cangjie-${PV}.ta
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild
index 47f9f3a2ce3..c2b4a6ea7b7 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild
index 47f9f3a2ce3..c2b4a6ea7b7 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
index a6295e766b3..b0b8ded9d61 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2015-11-06 9:25 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2015-11-06 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 5fffc171ea4c5b38b8bfe5b47d902168a9163f1c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 09:25:18 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 09:25:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fffc171
app-i18n/ibus-cangjie: x86 stable wrt bug #562646
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
index c2c3280..9407d89 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/
@ 2015-11-06 9:25 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2015-11-06 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 20632b98b8bd20a6c8936bfc89c697a441a2332c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 09:24:56 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 09:24:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20632b98
app-i18n/ibus-cangjie: amd64 stable wrt bug #562646
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
index 066aa8f..c2c3280 100644
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
+++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Cangjians/ibus-cangjie/releases/download/v${PV}/ibus
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.4.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-02-26 0:51 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-01 12:43 [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-cangjie/ Akinori Hattori
-- strict thread matches above, loose matches on Subject: below --
2023-02-26 0:51 Sam James
2021-10-31 6:26 Arthur Zamarin
2021-06-01 11:44 Sam James
2020-08-01 12:43 Akinori Hattori
2020-08-01 12:43 Akinori Hattori
2020-08-01 12:43 Akinori Hattori
2018-09-04 12:40 Akinori Hattori
2018-04-15 18:48 Patrice Clement
2017-04-21 17:36 Pacho Ramos
2017-04-20 7:59 David Seifert
2015-11-06 9:25 Agostino Sarubbo
2015-11-06 9:25 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox