Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A35E58502E for ; Thu, 16 Nov 2023 11:43:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vdr2owmzT8NE for ; Thu, 16 Nov 2023 11:43:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24D1284D44 for ; Thu, 16 Nov 2023 11:43:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21CC2FA3D; Thu, 16 Nov 2023 11:43:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700135017172190" MIME-Version: 1.0 Date: Thu, 16 Nov 2023 11:43:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231116114337.21CC2FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700135017172190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 16 11:43:36 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/inputmethod: Makefile Removed Files: pkgsrc/inputmethod/ibus-python: DESCR Makefile PLIST Log Message: ibus-python: remove Python code is > 15 years old and not updated upstream, uses Python 2, no users left in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.7036 -r1.7037 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.125 -r1.126 pkgsrc/inputmethod/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/inputmethod/ibus-python/DESCR \ pkgsrc/inputmethod/ibus-python/PLIST cvs rdiff -u -r1.27 -r0 pkgsrc/inputmethod/ibus-python/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700135017172190 Content-Disposition: inline Content-Length: 1303 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.7036 pkgsrc/doc/CHANGES-2023:1.7037 --- pkgsrc/doc/CHANGES-2023:1.7036 Thu Nov 16 11:42:32 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Nov 16 11:43:36 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7036 2023/11/16 11:42:32 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.7037 2023/11/16 11:43:36 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10113,3 +10113,4 @@ Changes to the packages collection and i Updated editors/vim to 9.0.2105 [wiz 2023-11-16] Updated lang/rust-bin to 1.73.0 [he 2023-11-16] Removed inputmethod/ibus-tegaki [wiz 2023-11-16] + Removed inputmethod/ibus-python [wiz 2023-11-16] Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.125 pkgsrc/inputmethod/Makefile:1.126 --- pkgsrc/inputmethod/Makefile:1.125 Thu Nov 16 11:42:32 2023 +++ pkgsrc/inputmethod/Makefile Thu Nov 16 11:43:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2023/11/16 11:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.126 2023/11/16 11:43:36 wiz Exp $ # COMMENT= Input method tools and libraries @@ -51,7 +51,6 @@ SUBDIR+= ibus-libthai SUBDIR+= ibus-m17n SUBDIR+= ibus-mozc SUBDIR+= ibus-pinyin -SUBDIR+= ibus-python SUBDIR+= ibus-qt SUBDIR+= ibus-rime SUBDIR+= ibus-skk --_----------=_1700135017172190--