commit:     4eca84e9e9852b0586e6aa7f05abc873cb25a1f5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  6 18:09:14 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 18:17:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eca84e9

app-i18n/ibus-cangjie: drop 2.4-r2, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-i18n/ibus-cangjie/Manifest                   |  1 -
 app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 60 ------------------------
 2 files changed, 61 deletions(-)

diff --git a/app-i18n/ibus-cangjie/Manifest b/app-i18n/ibus-cangjie/Manifest
index 4141528868db..0ae867a967d5 100644
--- a/app-i18n/ibus-cangjie/Manifest
+++ b/app-i18n/ibus-cangjie/Manifest
@@ -1,2 +1 @@
-DIST ibus-cangjie-2.4.tar.xz 150616 BLAKE2B 
2e59acc1b05ce0dc3dad26ba663440d067bf28a549e79ec9d127de414d715f5e376f426db5b415255eb63aa13677e59643889481f5e39c946399d4d4fe15a468
 SHA512 
cef9562fc4a5f3b78881c09b43e502f02322148e501022d3f80989caef4ca98ae26903e9a3dcc422feeba7712a8321c731ba229429e52fe919db5144aa0ead47
 DIST ibus-cangjie-2.5.0.tar.xz 53412 BLAKE2B 
1bb6801ef7d2d8c62ebdbf2108006830291113bfcd3a84f316786247d255adf771a57beda98ecdf35467889dbc90c35ca69c1752fb75ae7aead499ac35654127
 SHA512 
f98b898126d1e1a6652e1f3e041cf9888b97d00802b92b0b22ea0bef2d17b06631e60d03633567950b132d6220f7414b6101a8ebc0640c696d0e2387d24ad765

diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild 
b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
deleted file mode 100644
index 9d064d421156..000000000000
--- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_11 )
-inherit autotools gnome2-utils python-r1 xdg
-
-DESCRIPTION="Chinese Cangjie and Quick engines for IBus"
-HOMEPAGE="http://cangjians.github.io/";
-SRC_URI="https://github.com/Cangjians/${PN}/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       app-i18n/ibus[python(+),${PYTHON_USEDEP}]
-       app-i18n/libcangjie
-       dev-python/cangjie[${PYTHON_USEDEP}]
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/intltool
-       nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${P}-metadata.patch )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       python_foreach_impl default
-}
-
-src_compile() {
-       python_foreach_impl default
-}
-
-src_install() {
-       python_foreach_impl default
-}
-
-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