[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2024-04-07 Thread Akinori Hattori
commit: 846b8b1141031fda37baecf3d466e70a6f5e3f05
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr  7 13:41:51 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr  7 13:41:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846b8b11

app-i18n/ibus-anthy: amd64/x86 stable

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild
index ce3265fabf45..a16085e5cfdc 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2024-04-07 Thread Akinori Hattori
commit: 02c190ac53e69bd6ae9d7aa28e9f17d72bb68857
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr  7 13:42:27 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr  7 13:42:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c190ac

app-i18n/ibus-anthy: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 27f2bcae8ff9..6a4536908999 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1 @@
-DIST ibus-anthy-1.5.15.tar.gz 274290 BLAKE2B 
fb00ac3dc1b96c5567cb251a2e8984845c387402bdf9255e720972acb0163f59906ba7ad076d46da20ead75042a181b911d360d94bcaa85ef2e5a112daa33c18
 SHA512 
0acebb1b397f98d156ba9d6465bdb1025fb23a6b05b72c9b471827b45e22af55468b7674469f348712682446641c98d68f3d2aa339d2a1997a2df8c2bac45a7c
 DIST ibus-anthy-1.5.16.tar.gz 278846 BLAKE2B 
9e6f297dc563eff88195008858694d737b88979117e95540fc9cfc8288df9f6a10027e19860dcaa97271aee82e112ac49cfd0cad834d22005689bd4816b1df08
 SHA512 
af782509c3a098864fc0327f0f1226b2f1b9890b36bf69c208ffe977fb07c1f71dea946e8ad4dc9b2cdd6c84252d34a8c8b17f855c6fa7320e3a58b7719e86c5

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
deleted file mode 100644
index f216847fcb19..
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit autotools gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2024-03-02 Thread Akinori Hattori
commit: 181b5d8118f4bcf9318f9562ad885463d575e293
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Mar  3 06:40:10 2024 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Mar  3 06:40:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181b5d81

app-i18n/ibus-anthy: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 41bdfb3e9578..27f2bcae8ff9 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1 +1,2 @@
 DIST ibus-anthy-1.5.15.tar.gz 274290 BLAKE2B 
fb00ac3dc1b96c5567cb251a2e8984845c387402bdf9255e720972acb0163f59906ba7ad076d46da20ead75042a181b911d360d94bcaa85ef2e5a112daa33c18
 SHA512 
0acebb1b397f98d156ba9d6465bdb1025fb23a6b05b72c9b471827b45e22af55468b7674469f348712682446641c98d68f3d2aa339d2a1997a2df8c2bac45a7c
+DIST ibus-anthy-1.5.16.tar.gz 278846 BLAKE2B 
9e6f297dc563eff88195008858694d737b88979117e95540fc9cfc8288df9f6a10027e19860dcaa97271aee82e112ac49cfd0cad834d22005689bd4816b1df08
 SHA512 
af782509c3a098864fc0327f0f1226b2f1b9890b36bf69c208ffe977fb07c1f71dea946e8ad4dc9b2cdd6c84252d34a8c8b17f855c6fa7320e3a58b7719e86c5

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild
new file mode 100644
index ..ce3265fabf45
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit autotools gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2023-09-27 Thread Akinori Hattori
commit: 304f1487f77b5312ba5581e688b9912b012d6c08
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Sep 27 13:57:34 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Sep 27 13:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f1487

app-i18n/ibus-anthy: amd64/x86 stable

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
index 078f4951d2c6..f216847fcb19 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2023-09-27 Thread Akinori Hattori
commit: 87fbbe879babc3047fb341bac53af01a65e24d9a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Sep 27 13:58:24 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Sep 27 13:59:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fbbe87

app-i18n/ibus-anthy: drop old

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 8a23bf658431..41bdfb3e9578 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1 @@
-DIST ibus-anthy-1.5.14.tar.gz 267418 BLAKE2B 
a4da45588d8736f10ccf26af52179da85bd3a17a8f1fbdba622058d1eaed933b0102fe12357613574e377df323145487838c3f74c052c813462b435905d5c941
 SHA512 
4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8
 DIST ibus-anthy-1.5.15.tar.gz 274290 BLAKE2B 
fb00ac3dc1b96c5567cb251a2e8984845c387402bdf9255e720972acb0163f59906ba7ad076d46da20ead75042a181b911d360d94bcaa85ef2e5a112daa33c18
 SHA512 
0acebb1b397f98d156ba9d6465bdb1025fb23a6b05b72c9b471827b45e22af55468b7674469f348712682446641c98d68f3d2aa339d2a1997a2df8c2bac45a7c

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
deleted file mode 100644
index f216847fcb19..
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit autotools gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2023-08-25 Thread Akinori Hattori
commit: 03292b22ef370f0f4af1f3039673bc14e5de6869
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Aug 25 14:20:10 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Aug 25 14:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03292b22

app-i18n/ibus-anthy: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 3603693753ec..8a23bf658431 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1 +1,2 @@
 DIST ibus-anthy-1.5.14.tar.gz 267418 BLAKE2B 
a4da45588d8736f10ccf26af52179da85bd3a17a8f1fbdba622058d1eaed933b0102fe12357613574e377df323145487838c3f74c052c813462b435905d5c941
 SHA512 
4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8
+DIST ibus-anthy-1.5.15.tar.gz 274290 BLAKE2B 
fb00ac3dc1b96c5567cb251a2e8984845c387402bdf9255e720972acb0163f59906ba7ad076d46da20ead75042a181b911d360d94bcaa85ef2e5a112daa33c18
 SHA512 
0acebb1b397f98d156ba9d6465bdb1025fb23a6b05b72c9b471827b45e22af55468b7674469f348712682446641c98d68f3d2aa339d2a1997a2df8c2bac45a7c

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
new file mode 100644
index ..078f4951d2c6
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.15.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit autotools gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2023-03-17 Thread Yixun Lan
commit: 99c2480c7c63ad6fd9453a2ad2f3aa12431b910a
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Mar 17 10:35:41 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar 17 13:17:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c2480c

app-i18n/ibus-anthy: enable py3.11

Closes: https://bugs.gentoo.org/896546
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
index f3ea48dfeb8a..f216847fcb19 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit autotools gnome2-utils python-single-r1 xdg
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2022-06-24 Thread Akinori Hattori
commit: d03f9396474e0881bc64c0ddfca170fa17ce4a4b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Jun 24 12:53:55 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Jun 24 12:53:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03f9396

app-i18n/ibus-anthy: drop old

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

 app-i18n/ibus-anthy/Manifest |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 9be8f195c6bd..3603693753ec 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1 @@
-DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B 
d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d
 SHA512 
058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b
 DIST ibus-anthy-1.5.14.tar.gz 267418 BLAKE2B 
a4da45588d8736f10ccf26af52179da85bd3a17a8f1fbdba622058d1eaed933b0102fe12357613574e377df323145487838c3f74c052c813462b435905d5c941
 SHA512 
4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
deleted file mode 100644
index 308e6241c021..
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit autotools gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2022-06-24 Thread Akinori Hattori
commit: 16f552936264f7f9297b021a42d3a0238b7fb417
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Jun 24 12:52:59 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Jun 24 12:52:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f55293

app-i18n/ibus-anthy: amd64/x86 stable

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

 app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
index d11f1e980d89..1627d81dac2b 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2022-02-01 Thread Akinori Hattori
commit: d7b2984d9823c11bcf2edff6d9410795c527d836
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Feb  1 13:44:16 2022 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Feb  1 13:44:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b2984d

app-i18n/ibus-anthy: new upstream release

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

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 8937da7c3f4f..9be8f195c6bd 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1 +1,2 @@
 DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B 
d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d
 SHA512 
058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b
+DIST ibus-anthy-1.5.14.tar.gz 267418 BLAKE2B 
a4da45588d8736f10ccf26af52179da85bd3a17a8f1fbdba622058d1eaed933b0102fe12357613574e377df323145487838c3f74c052c813462b435905d5c941
 SHA512 
4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
new file mode 100644
index ..d11f1e980d89
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.14.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-11-29 Thread Akinori Hattori
commit: 33d838256f782b56b929f5d50c7056acb6d3a63d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Nov 29 13:31:14 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Nov 29 13:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d83825

app-i18n/ibus-anthy: drop old

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

 app-i18n/ibus-anthy/Manifest |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index b1d9952b60e8..8937da7c3f4f 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1 @@
-DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 
4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84
 SHA512 
6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8
 DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B 
d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d
 SHA512 
058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
deleted file mode 100644
index 168ebcaf662e..
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   sys-devel/gettext"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-11-29 Thread Akinori Hattori
commit: 802fc910a7aa0a327b95a14bd078983c42e86ff4
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon Nov 29 13:30:27 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon Nov 29 13:31:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802fc910

app-i18n/ibus-anthy: amd64/x86 stable

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

 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
index b74c9f0cf162..308e6241c021 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
+EAPI="7"
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools gnome2-utils python-single-r1 xdg
@@ -13,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-10-31 Thread Arthur Zamarin
commit: 7af867df717c95f87980b760ccc799aff2b387d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 30 16:16:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 31 06:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af867df

app-i18n/ibus-anthy: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
index 955ebf478d1..b74c9f0cf16 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-PYTHON_COMPAT=( python3_{8,9} )
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools gnome2-utils python-single-r1 xdg
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-10-29 Thread Akinori Hattori
commit: 971350ac9e4125ae20bff9206c4cfe1ce07ac92b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Oct 29 15:31:14 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Oct 29 15:32:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971350ac

app-i18n/ibus-anthy: fix build

Closes: https://bugs.gentoo.org/820716
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
index feadd97d86e..955ebf478d1 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 PYTHON_COMPAT=( python3_{8,9} )
 
-inherit gnome2-utils python-single-r1 xdg
+inherit autotools gnome2-utils python-single-r1 xdg
 
 DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -29,6 +29,7 @@ BDEPEND="sys-devel/gettext
 
 src_prepare() {
default
+   eautoreconf
gnome2_environment_reset
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-10-29 Thread Akinori Hattori
commit: de4c88e51e9854ba1cb2f7ec50e1af448a36026d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Oct 29 13:53:28 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Oct 29 13:53:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4c88e5

app-i18n/ibus-anthy: amd64/x86 stable

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

 app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
index 553ff6d1baf..168ebcaf662 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-10-29 Thread Akinori Hattori
commit: 570499d5766404fb4e17a5b8843186891207a2ad
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Oct 29 13:54:29 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Oct 29 13:54:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570499d5

app-i18n/ibus-anthy: drop old

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

 app-i18n/ibus-anthy/Manifest|  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 593a1a386d1..b1d9952b60e 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 
4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84
 SHA512 
6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8
 DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B 
d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d
 SHA512 
058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
deleted file mode 100644
index 5c0306fb49f..000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   sys-devel/gettext"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-10-29 Thread Akinori Hattori
commit: 1fc61ee62272a00820f33e172785dfb179087b1c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Oct 29 13:52:06 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Oct 29 13:52:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc61ee6

app-i18n/ibus-anthy: new upstream release

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

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index a5ee3abc37f..593a1a386d1 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 
4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84
 SHA512 
6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8
+DIST ibus-anthy-1.5.13.tar.gz 265252 BLAKE2B 
d35299dba3260b85f80f259e0a40ea1ec061ed8082b6e5c872eab6398b6242342b2ee4da0c3b191aa428ae2d8dc652b0e414fd0c9f7b93ca8dcd6303c0586b4d
 SHA512 
058feb49b2fe50ae3ca959f4754b8070f3ebc1e6727fef4bca791aa45a23c95018000e2a8bca496d6592b052298a6fb2869a07c2cc56cc473c81cc437efa175b

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
new file mode 100644
index 000..feadd97d86e
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-08-27 Thread Akinori Hattori
commit: 8441d4f87b1a9b3446cff40bc2842773bea51f2a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Aug 27 13:55:38 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Aug 27 13:55:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8441d4f8

app-i18n/ibus-anthy: drop old

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

 app-i18n/ibus-anthy/Manifest|  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index d8a7a88df00..a5ee3abc37f 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
-DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
 DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 
4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84
 SHA512 
6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
deleted file mode 100644
index 211a9f81486..000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8,9} )
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_test() {
-   :
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-08-27 Thread Akinori Hattori
commit: 83cfedf3349c903e837dee8c523f8ea2eabe5e83
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Aug 27 13:53:27 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Aug 27 13:53:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cfedf3

app-i18n/ibus-anthy: new upstream release

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

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index cccf13fccfe..d8a7a88df00 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
 DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
+DIST ibus-anthy-1.5.12.tar.gz 825323 BLAKE2B 
4d81a5885e4ad6cfc7a10ecb61bf998a76c24049e58841f84ed31f45a8ab5e91cfd2c60be3a66008f97317047487bedcf956b9126fa17602c6f8a29950687b84
 SHA512 
6950a2865e4753831f8918f4a5926571bc8304454b6368662ef56a6fb11a60f0675e3d589108ebfd38cb5d193f7b61053a10baa6dad23adad67b3b3fc58760e8

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
new file mode 100644
index 000..553ff6d1baf
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.12.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   sys-devel/gettext"
+
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-08-27 Thread Akinori Hattori
commit: 9431d0830020297fbef87eb633d5d9f9c7387d06
Author: Akinori Hattori  gentoo  org>
AuthorDate: Fri Aug 27 13:54:51 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Fri Aug 27 13:54:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9431d083

app-i18n/ibus-anthy: amd64/x86 stable

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

 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
index 26c60f32188..5c0306fb49f 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2021-06-01 Thread Sam James
commit: 41738b7d35c859f048682a781548424a9322dcda
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 11:36:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 11:36:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41738b7d

app-i18n/ibus-anthy: add Python 3.9

Closes: https://bugs.gentoo.org/793257
Signed-off-by: Sam James  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 4 ++--
 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
index ed0dd4d72bf..6575faf79d8 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-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 gnome2-utils python-single-r1 xdg
 
 DESCRIPTION="Japanese Anthy engine for IBus"

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
index 9fbc7171c35..cf0c1924179 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.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 gnome2-utils python-single-r1 xdg
 
 DESCRIPTION="Japanese Anthy engine for IBus"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-14 Thread Akinori Hattori
commit: ac9a012d190fc61da30fc7ed316d2fd26173e582
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu May 14 14:28:41 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu May 14 14:36:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9a012d

app-i18n/ibus-anthy: call gnome2_schemas_update

Closes: https://bugs.gentoo.org/722758
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 6 +++---
 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
index 069c762f0ac..7beea493add 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
@@ -54,12 +54,12 @@ src_install() {
 
 pkg_preinst() {
xdg_pkg_preinst
-   gnome2_icon_savelist
+   gnome2_schemas_savelist
 }
 
 pkg_postinst() {
xdg_pkg_postinst
-   gnome2_icon_cache_update
+   gnome2_schemas_update
 
if ! has_version app-dicts/kasumi; then
elog "app-dicts/kasumi is not required but probably useful for 
you."
@@ -68,5 +68,5 @@ pkg_postinst() {
 
 pkg_postrm() {
xdg_pkg_postrm
-   gnome2_icon_cache_update
+   gnome2_schemas_update
 }

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
index f1381ad5b3a..b28ac8a7055 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
@@ -53,12 +53,12 @@ src_install() {
 
 pkg_preinst() {
xdg_pkg_preinst
-   gnome2_icon_savelist
+   gnome2_schemas_savelist
 }
 
 pkg_postinst() {
xdg_pkg_postinst
-   gnome2_icon_cache_update
+   gnome2_schemas_update
 
if ! has_version app-dicts/kasumi; then
elog "app-dicts/kasumi is not required but probably useful for 
you."
@@ -67,5 +67,5 @@ pkg_postinst() {
 
 pkg_postrm() {
xdg_pkg_postrm
-   gnome2_icon_cache_update
+   gnome2_schemas_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-14 Thread Akinori Hattori
commit: 1055fdd61e5eb635aae0a0e78333caa01120b817
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu May 14 14:35:21 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu May 14 14:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1055fdd6

app-i18n/ibus-anthy: fix BDEPEND

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 2 +-
 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
index 7beea493add..b70a75b5986 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="${RDEPEND}"
 BDEPEND="dev-util/intltool
virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
+   sys-devel/gettext"
 
 src_prepare() {
default

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
index b28ac8a7055..3b04c215cea 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="${PYTHON_DEPS}
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
+   sys-devel/gettext"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-14 Thread Akinori Hattori
commit: b300169356f4c43051c7f016680bc9f548470456
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu May 14 14:23:34 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu May 14 14:36:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3001693

app-i18n/ibus-anthy: use xdg eclass

Bug: https://bugs.gentoo.org/722758
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 .../{ibus-anthy-1.5.10-r1.ebuild => ibus-anthy-1.5.10-r2.ebuild} | 5 -
 .../{ibus-anthy-1.5.11.ebuild => ibus-anthy-1.5.11-r1.ebuild}| 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
similarity index 93%
rename from app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
rename to app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
index f8d2fd9b0ff..069c762f0ac 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit gnome2-utils python-single-r1
+inherit gnome2-utils python-single-r1 xdg
 
 DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -53,10 +53,12 @@ src_install() {
 }
 
 pkg_preinst() {
+   xdg_pkg_preinst
gnome2_icon_savelist
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
gnome2_icon_cache_update
 
if ! has_version app-dicts/kasumi; then
@@ -65,5 +67,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
+   xdg_pkg_postrm
gnome2_icon_cache_update
 }

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
similarity index 92%
rename from app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
rename to app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
index b818978cb1a..f1381ad5b3a 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit gnome2-utils python-single-r1
+inherit gnome2-utils python-single-r1 xdg
 
 DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -52,10 +52,12 @@ src_install() {
 }
 
 pkg_preinst() {
+   xdg_pkg_preinst
gnome2_icon_savelist
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
gnome2_icon_cache_update
 
if ! has_version app-dicts/kasumi; then
@@ -64,5 +66,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
+   xdg_pkg_postrm
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: 4aa5663223c815b741b204392b47b37c1de50f11
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue May 12 14:27:43 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:27:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa56632

app-i18n/ibus-anthy: tidy

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
index 7a819ffc87d..b818978cb1a 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
@@ -24,8 +24,7 @@ RDEPEND="${PYTHON_DEPS}
')
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
+BDEPEND="virtual/pkgconfig
nls? ( sys-devel/gettext )"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: 35459f0ba34ec8f19dac91f93ece65cb56c524f1
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue May 12 14:16:08 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:16:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35459f0b

app-i18n/ibus-anthy: update to EAPI 7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest| 2 +-
 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 6 +++---
 app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild  | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 0d7178973c8..9deecad5635 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,3 @@
-DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
+DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
index 49d72440083..918d14a6661 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-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 )
 
 inherit gnome2-utils python-single-r1
@@ -23,8 +23,8 @@ RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
')
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
index 557c5b30b61..6a99e0b6b4b 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-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 )
 
 inherit gnome2-utils python-single-r1
@@ -23,8 +23,8 @@ RDEPEND="${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
')
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: de12dac8a02d9014257839a83886da4f569debf9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue May 12 14:20:16 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:20:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de12dac8

app-i18n/ibus-anthy: update PYTHON_COMPAT

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 2 +-
 app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild| 2 +-
 app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
index 918d14a6661..bfac831d0a2 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit gnome2-utils python-single-r1
 

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
index 69b11608af8..7a819ffc87d 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit gnome2-utils python-single-r1
 

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
index 6a99e0b6b4b..a6d54f15b8c 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit gnome2-utils python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: 2eff1c2add594cb079b4da4b91d05e26d0f7a1e9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue May 12 14:24:03 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:24:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eff1c2a

app-i18n/ibus-anthy: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest   |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 9deecad5635..cccf13fccfe 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
 DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
-DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
deleted file mode 100644
index a6d54f15b8c..000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit gnome2-utils python-single-r1
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   $(python_gen_cond_dep '
-   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default \
-   --with-python=${EPYTHON}
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: a801168e02b5c8f78c55feb7a5be76b82a252f59
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue May 12 14:22:28 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:22:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a801168e

app-i18n/ibus-anthy: amd64/x86 stable

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
index bfac831d0a2..f8d2fd9b0ff 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-05-12 Thread Akinori Hattori
commit: fa292aeff7ca2bf3d3220f7ca729c656162e7e98
Author: William Breathitt Gray  gmail  com>
AuthorDate: Thu May  7 19:33:32 2020 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue May 12 14:10:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa292aef

app-i18n/ibus-anthy: Version bump to 1.5.11

Closes: https://bugs.gentoo.org/721138
Closes: https://github.com/gentoo/gentoo/pull/15687
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 6c20199d807..0d7178973c8 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1,3 @@
+DIST ibus-anthy-1.5.11.tar.gz 809725 BLAKE2B 
b12139e208c401e3fdda0d3a184b0246d039e077b827d1aeb2da20470deeb62551026c68ba39c289e7876467147a6ba93d318d0582a9b45866c2f5a4f52e85aa
 SHA512 
2ac85bf4ddba56e3f84c3732082b3b63a07175ea712aad2865de4f87b8c0967da303ee1edccbed0890095e8ddab10e58307a47b72ee11b51de3927fdb9e72418
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
new file mode 100644
index 000..69b11608af8
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_7 )
+
+inherit gnome2-utils python-single-r1
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2020-02-09 Thread Michał Górny
commit: 2282ae1ad6b0ada34caba1f1614ce79667749c1d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 09:29:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:10:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2282ae1a

app-i18n/ibus-anthy: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 .../{ibus-anthy-1.5.10.ebuild => ibus-anthy-1.5.10-r1.ebuild}   | 6 --
 .../{ibus-anthy-1.5.9.ebuild => ibus-anthy-1.5.9-r1.ebuild} | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
similarity index 89%
rename from app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild
rename to app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
index 10be5957f6b..5f0ac86c633 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
@@ -18,8 +18,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
dev-util/intltool

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
similarity index 89%
rename from app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
rename to app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
index ba81764f9f0..dbb7bfe3885 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
@@ -18,8 +18,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
dev-util/intltool



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2018-05-26 Thread Akinori Hattori
commit: e95d7a1e8c286053bb85e298aea26f0bdeed3d4b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:10:19 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d7a1e

app-i18n/ibus-anthy: amd64/x86 stable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index c644c89b3c7..d8786563733 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2018-05-26 Thread Akinori Hattori
commit: 3daf83fa2442953b42a4bb790a1e86880a546b0b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun May 27 02:11:51 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun May 27 02:12:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3daf83fa

app-i18n/ibus-anthy: drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/Manifest|  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 3212bf688c4..6c20199d807 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
 DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
-DIST ibus-anthy-1.5.4.tar.gz 592595 BLAKE2B 
d483079c72ee8a500f79dfa6a1fe28b6dc13b8a7671c4ef6aba8df5994d6f2e3cddc9c8ebafe173a9f4799f1073745c8b23ea2aa7438e93d8e84c4b2c1ec129c
 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
deleted file mode 100644
index ab9be57eaba..000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2-utils python-single-r1
-
-DESCRIPTION="Japanese Anthy engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-i18n/anthy
-   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   --enable-private-png \
-   --with-layout=default
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   python_optimize
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-
-   if ! has_version app-dicts/kasumi; then
-   elog "app-dicts/kasumi is not required but probably useful for 
you."
-   fi
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2018-05-07 Thread Akinori Hattori
commit: a04b58b808db782b2ef9a7146fb698977b449fdd
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon May  7 13:44:49 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon May  7 13:44:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04b58b8

app-i18n/ibus-anthy: new upstream release

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/Manifest |  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index ed4572478cd..3212bf688c4 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1,3 @@
+DIST ibus-anthy-1.5.10.tar.gz 758528 BLAKE2B 
39496f5c3a5f2038f3f81e09504e472a32da85f27701741cbe77b576afcd8685c4f2209aaf24ef84420cbeec1614b251d2903c1ea4e7175a1014f92615399847
 SHA512 
963b1dfba18259aad2296c10de35f9f321b0169d6f85afa058ed57b6894fe4e1d44514ffadeee3c3108aac77f54aa645096ddf4bdb353fafaedb83d27d8c5d47
 DIST ibus-anthy-1.5.4.tar.gz 592595 BLAKE2B 
d483079c72ee8a500f79dfa6a1fe28b6dc13b8a7671c4ef6aba8df5994d6f2e3cddc9c8ebafe173a9f4799f1073745c8b23ea2aa7438e93d8e84c4b2c1ec129c
 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 DIST ibus-anthy-1.5.9.tar.gz 765672 BLAKE2B 
88a2b935bfe1007bdcbd70af358509da77533a67df4b6d0be218b5f9d5e1c0ca093e62618765f1e2d7c06c2127458319bbf482ce8598398b9562ecec8a258301
 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild
new file mode 100644
index 000..497c5293094
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit gnome2-utils python-single-r1
+
+DESCRIPTION="Japanese Anthy engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default \
+   --with-python=${EPYTHON}
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   python_optimize
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2018-05-07 Thread Akinori Hattori
commit: 0f86addd878f72f7e5de424052f881aae355635b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Mon May  7 13:49:53 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Mon May  7 13:49:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f86addd

app-i18n/ibus-anthy: drop ltprune

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 6 +++---
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 9277d4dffee..ab9be57eaba 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 
-inherit gnome2-utils ltprune python-single-r1
+inherit gnome2-utils python-single-r1
 
 DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -40,7 +40,7 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --modules
+   find "${ED}" -name '*.la' -delete || die
 
python_optimize
 }

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index d323809cf18..c644c89b3c7 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit gnome2-utils ltprune python-single-r1
+inherit gnome2-utils python-single-r1
 
 DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -41,7 +41,7 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --modules
+   find "${ED}" -name '*.la' -delete || die
 
python_optimize
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-08-01 Thread Akinori Hattori
commit: f582a0fabbe79e94935c493adf6be211f0d56cc7
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:35:57 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:36:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f582a0fa

app-i18n/ibus-anthy: add support for python3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index 2f76f7939d7..d323809cf18 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit gnome2-utils ltprune python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-08-01 Thread Akinori Hattori
commit: ff5f68500b0705016f4c1894c555acb19a3ee680
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:12:02 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 13:12:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5f6850

app-i18n/ibus-anthy: call gnome2_environment_reset

Gentoo-Bug: 587160

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 5 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 0762195d8b4..9277d4dffee 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
 src_configure() {
econf \
$(use_enable nls) \

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index b05ffea695f..2f76f7939d7 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -26,6 +26,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 
+src_prepare() {
+   default
+   gnome2_environment_reset
+}
+
 src_configure() {
econf \
$(use_enable nls) \



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-08-01 Thread Akinori Hattori
commit: 8cef23d172c3714c629a31b8aff53ea016b20e55
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:08:57 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 13:08:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cef23d1

app-i18n/ibus-anthy: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/Manifest|  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 45 -
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 28 ++
 app-i18n/ibus-anthy/metadata.xml| 26 +
 4 files changed, 49 insertions(+), 51 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 65bd6f14fda..c9314cd67bf 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
-DIST anthy.i 3170 SHA256 
3615639f5cd9bf2adcbc2bac8d3ae968646df1d9d2ba987d80442d5ad99ecdf9 SHA512 
400d67c2f0ffbdb3eab241646922d549ec4a42ae5b33714a91b864f4b5dfdf0d9a0d28cb6dcdffa55eb9633651ceae034bb547d7a5c41d9b8d352e955773e069
 WHIRLPOOL 
9be409df613530658c68bc7491e1dd258f5f1ef1d09895a3557a9e63c3ced5083c1ecd9e274536c9afbc98031c353c05c73304bb4354aaf8e21a1c15de39b8b6
 DIST ibus-anthy-1.5.4.tar.gz 592595 SHA256 
4c0a8b88a2c547e72173a7d682d82797f6c65fe712abe5f3b89495d4eec7b031 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 WHIRLPOOL 
f4aec300dc5cff62f81a3ae64ac2d46768e3fbaa579e14abac8bd87e0801155e8258f6f3d66d7015122e929cd2e0f48183aeb37245b3046afa3d80b8ce42d58c
 DIST ibus-anthy-1.5.9.tar.gz 765672 SHA256 
ddf0c52ef769c79cf04ceea8860b4bec54d681b7537db39730e6d67c06721af9 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6
 WHIRLPOOL 
990b15bad9ed2089f7ee6a4b807dabf9001f184a935aeec40ce12f2fa0b9449c55b087444873684b7be2c41ef13f0faa5035913e458707c716df89a7762f2075

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 2676374983b..6d49cad2552 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -1,14 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 autotools gnome2-utils
 
-DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
+inherit gnome2-utils ltprune python-single-r1
+
+DESCRIPTION="Japanese Anthy engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz
-   https://raw.github.com/ibus/ibus-anthy/${PV}/engine/anthy.i;
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,34 +17,27 @@ IUSE="deprecated nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   >=app-i18n/ibus-1.5.0
app-i18n/anthy
-   deprecated? ( >=dev-python/pygtk-2.15.2 )
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   deprecated? ( dev-python/pygtk )
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection
dev-util/intltool
virtual/pkgconfig
deprecated? ( dev-lang/swig )
-   nls? ( >=sys-devel/gettext-0.16.1 )"
-
-src_prepare() {
-   >py-compile #397497
-   cp "${DISTDIR}"/anthy.i "${S}"/engine # deal with packaging bug
-}
+   nls? ( sys-devel/gettext )"
 
 src_configure() {
-   econf --enable-private-png \
+   econf \
$(use_enable deprecated pygtk2-anthy) \
-   $(use_enable nls)
+   $(use_enable nls) \
+   --enable-private-png \
+   --with-layout=default
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc AUTHORS ChangeLog NEWS README
-
-   find "${ED}" -name '*.la' -type f -delete || die
+   default
+   prune_libtool_files --modules
 
python_optimize
 }
@@ -54,11 +47,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   elog
-   elog "app-dicts/kasumi is not required but probably useful for you."
-   elog
-   elog "# emerge app-dicts/kasumi"
-   elog
+   gnome2_icon_cache_update
+
+   if ! has_version app-dicts/kasumi; then
+   elog "app-dicts/kasumi is not required but probably useful for 
you."
+   fi
 }
 
 pkg_postrm() {

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index 8eedc823baf..b9ed07ae1ce 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -1,15 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
+EAPI="6"
 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-08-01 Thread Akinori Hattori
commit: 40cd695c768416fadd1dba30e1e7990c28a7caa3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:09:43 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 13:09:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cd695c

app-i18n/ibus-anthy: drop deprecated USE flag

Gentoo-Bug: 455614

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 5 +
 app-i18n/ibus-anthy/metadata.xml| 3 ---
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 6d49cad2552..a83df4a5264 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -13,23 +13,20 @@ 
SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="deprecated nls"
+IUSE="nls"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy
app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-   deprecated? ( dev-python/pygtk )
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
-   deprecated? ( dev-lang/swig )
nls? ( sys-devel/gettext )"
 
 src_configure() {
econf \
-   $(use_enable deprecated pygtk2-anthy) \
$(use_enable nls) \
--enable-private-png \
--with-layout=default

diff --git a/app-i18n/ibus-anthy/metadata.xml b/app-i18n/ibus-anthy/metadata.xml
index 9cf1079f1ff..384ad03f375 100644
--- a/app-i18n/ibus-anthy/metadata.xml
+++ b/app-i18n/ibus-anthy/metadata.xml
@@ -12,7 +12,4 @@
   
 ibus/ibus-anthy
   
-  
-Install deprecated pygtk2 library
-  
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-08-01 Thread Akinori Hattori
commit: 4487fa29cd5d45c9fae0ba960068a37486003503
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:10:49 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 13:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4487fa29

app-i18n/ibus-anthy: add dev-python/pygobject to RDEPEND

Gentoo-Bug: 532188

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index a83df4a5264..0762195d8b4 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy
app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
dev-util/intltool

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index b9ed07ae1ce..b05ffea695f 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy
app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
dev-util/intltool



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2017-04-20 Thread David Seifert
commit: ad9078acac490aa07eba4a830bc6c238d9c37451
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 07:10:06 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 07:57:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9078ac

app-i18n/ibus-anthy: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 3 ++-
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 575f2bc3f45..2676374983b 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.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
@@ -14,6 +14,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="deprecated nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=app-i18n/ibus-1.5.0

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index 8c4e06799c4..8eedc823baf 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
app-i18n/anthy



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2016-11-27 Thread Patrice Clement
commit: 7904c4ff516f690b00c2aedd5434f94071af4fa0
Author: Christian Tietz  mailbox  org>
AuthorDate: Thu Nov 24 22:45:24 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov 27 16:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7904c4ff

app-i18n/ibus-anthy: remove googlecode reference.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2910

Signed-off-by: Patrice Clement  gentoo.org>

 app-i18n/ibus-anthy/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/metadata.xml b/app-i18n/ibus-anthy/metadata.xml
index 47dce8a..0ae1c4a 100644
--- a/app-i18n/ibus-anthy/metadata.xml
+++ b/app-i18n/ibus-anthy/metadata.xml
@@ -8,7 +8,6 @@
The Anthy engine for IBus platform. It 
provides Japanese input method from
 libanthy.

-   ibus
ibus/ibus





[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2016-11-27 Thread Patrice Clement
commit: 18e2732b0f2dc81398967c6014063712d1bb1624
Author: Christian Tietz  mailbox  org>
AuthorDate: Thu Nov 24 22:42:37 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov 27 16:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e2732b

app-i18n/ibus-anthy: version bump to 1.5.9.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2910

Signed-off-by: Patrice Clement  gentoo.org>

 app-i18n/ibus-anthy/Manifest|  1 +
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index 1e90e85..65bd6f1 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,2 +1,3 @@
 DIST anthy.i 3170 SHA256 
3615639f5cd9bf2adcbc2bac8d3ae968646df1d9d2ba987d80442d5ad99ecdf9 SHA512 
400d67c2f0ffbdb3eab241646922d549ec4a42ae5b33714a91b864f4b5dfdf0d9a0d28cb6dcdffa55eb9633651ceae034bb547d7a5c41d9b8d352e955773e069
 WHIRLPOOL 
9be409df613530658c68bc7491e1dd258f5f1ef1d09895a3557a9e63c3ced5083c1ecd9e274536c9afbc98031c353c05c73304bb4354aaf8e21a1c15de39b8b6
 DIST ibus-anthy-1.5.4.tar.gz 592595 SHA256 
4c0a8b88a2c547e72173a7d682d82797f6c65fe712abe5f3b89495d4eec7b031 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 WHIRLPOOL 
f4aec300dc5cff62f81a3ae64ac2d46768e3fbaa579e14abac8bd87e0801155e8258f6f3d66d7015122e929cd2e0f48183aeb37245b3046afa3d80b8ce42d58c
+DIST ibus-anthy-1.5.9.tar.gz 765672 SHA256 
ddf0c52ef769c79cf04ceea8860b4bec54d681b7537db39730e6d67c06721af9 SHA512 
2f57db784ddbd4ea57afba245dc532fe4ee8c9fea5fc7df9b3ca26600816ef4c0626b4ebdbbd976826c391890216af587863707caa26c3926a6278cc6b720ef6
 WHIRLPOOL 
990b15bad9ed2089f7ee6a4b807dabf9001f184a935aeec40ce12f2fa0b9449c55b087444873684b7be2c41ef13f0faa5035913e458707c716df89a7762f2075

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
new file mode 100644
index ..f010cb7
--- /dev/null
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2-utils python-single-r1
+
+DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/ibus/ibus-anthy/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/anthy
+   app-i18n/ibus[introspection]
+   nls? ( virtual/libintl:0= )"
+
+DEPEND="${RDEPEND}
+   dev-libs/gobject-introspection
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_configure() {
+   econf \
+   --enable-private-png \
+   $(use_enable nls)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -type f -delete || die
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   elog "app-dicts/kasumi is not required but probably useful for you."
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2016-10-09 Thread Pacho Ramos
commit: 70902d943c28a1db992c18d7d1ff9f18b0ce2f07
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct  9 07:50:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct  9 07:55:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70902d94

app-i18n/ibus-anthy: Drop old

Package-Manager: portage-2.3.1

 app-i18n/ibus-anthy/Manifest   |  1 -
 app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest
index dc4d549..1e90e85 100644
--- a/app-i18n/ibus-anthy/Manifest
+++ b/app-i18n/ibus-anthy/Manifest
@@ -1,3 +1,2 @@
 DIST anthy.i 3170 SHA256 
3615639f5cd9bf2adcbc2bac8d3ae968646df1d9d2ba987d80442d5ad99ecdf9 SHA512 
400d67c2f0ffbdb3eab241646922d549ec4a42ae5b33714a91b864f4b5dfdf0d9a0d28cb6dcdffa55eb9633651ceae034bb547d7a5c41d9b8d352e955773e069
 WHIRLPOOL 
9be409df613530658c68bc7491e1dd258f5f1ef1d09895a3557a9e63c3ced5083c1ecd9e274536c9afbc98031c353c05c73304bb4354aaf8e21a1c15de39b8b6
-DIST ibus-anthy-1.2.7.tar.gz 523139 SHA256 
33c42c1612423f84fddd8c38f8b2439b8af5f0b5fc7725ae195a01b8999d85e9 SHA512 
ee45759bb8303967d09d0f92ee0a97fa63611de936c61073078d795b9ba8858cc882e539611bb5ea68848d471e6d2b0e4d8f51df5335aad7942f15e63c4d159d
 WHIRLPOOL 
a27945667347d0fb121d028b23b68219df6417369d32d47a43665c828e8935cd74e04b861e0a4e04a117c08665771c22750eab2869fffd21f23b1e21f633b358
 DIST ibus-anthy-1.5.4.tar.gz 592595 SHA256 
4c0a8b88a2c547e72173a7d682d82797f6c65fe712abe5f3b89495d4eec7b031 SHA512 
8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d
 WHIRLPOOL 
f4aec300dc5cff62f81a3ae64ac2d46768e3fbaa579e14abac8bd87e0801155e8258f6f3d66d7015122e929cd2e0f48183aeb37245b3046afa3d80b8ce42d58c

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild
deleted file mode 100644
index 8bfa8b6..
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-PYTHON_DEPEND="2:2.5"
-inherit eutils python
-
-DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2.0.20100111
-   !>=app-i18n/ibus-1.4.99
-   app-i18n/anthy
-   >=dev-python/pygtk-2.15.2
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   dev-lang/swig
-   dev-util/intltool
-   virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.16.1 )"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   >py-compile #397497
-}
-
-src_configure() {
-   PYTHON="$(PYTHON -a)" econf $(use_enable nls)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc AUTHORS ChangeLog NEWS README || die
-
-   find "${ED}" -name '*.la' -type f -delete || die
-}
-
-pkg_postinst() {
-   elog
-   elog "app-dicts/kasumi is not required but probably useful for you."
-   elog
-   elog "# emerge app-dicts/kasumi"
-   elog
-
-   python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-   python_mod_cleanup /usr/share/${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/

2015-09-01 Thread Tobias Klausmann
commit: b42ac0a7045100c0ffe44fff474e8b70b4e4dddf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  1 18:45:31 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  1 18:45:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42ac0a7

app-i18n/ibus-anthy: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild | 2 +-
 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild
index 88467d4..8bfa8b6 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_DEPEND="2:2.5"
 inherit eutils python
 
 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
-HOMEPAGE="https://code.google.com/p/ibus/;
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="GPL-2"

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index ab7e372..a727c24 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 autotools gnome2-utils
 
 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
-HOMEPAGE="https://code.google.com/p/ibus/;
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz
https://raw.github.com/ibus/ibus-anthy/${PV}/engine/anthy.i;