commit:     5141dcfc3eabf45007f12c17b7a7e6560edcdf3a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  3 14:05:50 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Mar  3 14:06:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5141dcfc

app-i18n/ibus-table: drop old

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

 app-i18n/ibus-table/Manifest                    |  3 --
 app-i18n/ibus-table/ibus-table-1.11.0.ebuild    | 55 -------------------------
 app-i18n/ibus-table/ibus-table-1.12.0.ebuild    | 55 -------------------------
 app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild | 55 -------------------------
 4 files changed, 168 deletions(-)

diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index c8879dec1b0..c42242eedb0 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1,5 +1,2 @@
-DIST ibus-table-1.11.0.tar.gz 1312790 BLAKE2B 
2f4edf8c52fd24f8f6735cfae8fe471e3c30ed6aea341758fc891fd7aa3ebc0dc3bbbf2bd4135586b8400c3e39035e877a0486be58a74ad5eb78bfdeef547f0e
 SHA512 
269d7516d2580436d3bcdef2c77717c8b21c277dae0f55da3703e2bb3f26669dac29ddf3d4291854b205b5b2f5ab54d1894b32d541d084b03cb6cbb870e6b256
-DIST ibus-table-1.12.0.tar.gz 1344881 BLAKE2B 
7b463799dd8adebce2f626a82f469fa8bc77b6e9dc6812eca47b11ed84bf2fea97990262c15738e2e0a97620edf19415c3e4016c48029b29393e70492a96e666
 SHA512 
f99b4164c7304bc6137be07001d52fbf8267fa068d8a6e96e5cb7856d00f3a0b82ad0b8fa9ae577bb82daab78ddfab7a222e2ef8891515e9edbb4db6fac84862
 DIST ibus-table-1.12.1.tar.gz 1365421 BLAKE2B 
1ce49d5a837fc6cc1e00e681a51518d6ac5e9fb421a10493c110c67247a625df1fd6174c7bf4ee1c465253b77fee402ef5ae2a6f50b9466ffd64727e68edaafe
 SHA512 
9cbd7c24067d182d3917eb66d8b18ea30e893b2d9a19dfb48ce4c91a41868707bf9682011f374dc2397f59f101855bddde0fbbe374856063e1f4226de7a9a01b
 DIST ibus-table-1.12.4.tar.gz 1371890 BLAKE2B 
e0d531bdd38e536ac9fc92465a651e971969278ab4826198d12399ebb1cd747d1f5d21713ecc86311ab3995b04a2842d230da8caed962045a959ba136f197cb1
 SHA512 
3e175dad8d9e12be91f6b6878b67301bbbf04c55e43d483162d3b10d2edbdcf1077d1f37beea2ef36323eb7de289a0c60cd3d055357a580e5d18bcc642bb907c
-DIST ibus-table-1.9.21.tar.gz 615801 BLAKE2B 
f6b3fb4fe67e5f43cc7d21bd03cc530c03b3a161e099fbca0b116319f1590374ddcef2e97c2f4702c2cd8748e8009d703abfff51f93ffb933a1aecb028e03362
 SHA512 
354f7e8ece5c23b84251bd0d5ff06d7a368678ade25e340341ef9f85571b440c455d56660c743be97ff6776ff041c4da35079ce090955c5f87b8f3b587e35866

diff --git a/app-i18n/ibus-table/ibus-table-1.11.0.ebuild 
b/app-i18n/ibus-table/ibus-table-1.11.0.ebuild
deleted file mode 100644
index 5397a94a07f..00000000000
--- a/app-i18n/ibus-table/ibus-table-1.11.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Tables engines for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-       ')
-       virtual/libiconv
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       python_fix_shebang .
-
-       default
-}
-
-src_configure() {
-       econf $(use_enable nls)
-}
-
-pkg_preinst() {
-       xdg_pkg_preinst
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

diff --git a/app-i18n/ibus-table/ibus-table-1.12.0.ebuild 
b/app-i18n/ibus-table/ibus-table-1.12.0.ebuild
deleted file mode 100644
index 5397a94a07f..00000000000
--- a/app-i18n/ibus-table/ibus-table-1.12.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Tables engines for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-       ')
-       virtual/libiconv
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       python_fix_shebang .
-
-       default
-}
-
-src_configure() {
-       econf $(use_enable nls)
-}
-
-pkg_preinst() {
-       xdg_pkg_preinst
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild 
b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
deleted file mode 100644
index d9c3bbdf095..00000000000
--- a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Tables engines for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-RESTRICT="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep '
-               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-       ')
-       virtual/libiconv
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       python_fix_shebang .
-
-       default
-}
-
-src_configure() {
-       econf $(use_enable nls)
-}
-
-pkg_preinst() {
-       xdg_pkg_preinst
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to