Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE3978535E for ; Fri, 3 Nov 2023 23:57:39 +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 nc2BrDHqac6n for ; Fri, 3 Nov 2023 23:57:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D2EF85356 for ; Fri, 3 Nov 2023 23:57:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 566E2FA2B; Fri, 3 Nov 2023 23:57:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169905585954590" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 23:57:39 +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: <20231103235739.566E2FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169905585954590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 3 23:57:39 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/math: Makefile Removed Files: pkgsrc/math/gcalctool: DESCR Makefile PLIST distinfo pkgsrc/math/gcalctool/patches: patch-ab Log Message: gcalctool: remove This was obsoleted years ago by gnome-calculator. To generate a diff of this commit: cvs rdiff -u -r1.6568 -r1.6569 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.578 -r1.579 pkgsrc/math/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/math/gcalctool/DESCR cvs rdiff -u -r1.138 -r0 pkgsrc/math/gcalctool/Makefile cvs rdiff -u -r1.29 -r0 pkgsrc/math/gcalctool/PLIST cvs rdiff -u -r1.50 -r0 pkgsrc/math/gcalctool/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/math/gcalctool/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169905585954590 Content-Disposition: inline Content-Length: 1237 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.6568 pkgsrc/doc/CHANGES-2023:1.6569 --- pkgsrc/doc/CHANGES-2023:1.6568 Fri Nov 3 23:55:10 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Nov 3 23:57:38 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6568 2023/11/03 23:55:10 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6569 2023/11/03 23:57:38 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9549,3 +9549,4 @@ Changes to the packages collection and i Updated www/arcticfox to 43.0 [abs 2023-11-03] Updated fonts/gucharmap to 15.1.2 [wiz 2023-11-03] Updated math/genius to 1.0.27 [wiz 2023-11-03] + Removed math/gcalctool successor math/gnome-calculator [wiz 2023-11-03] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.578 pkgsrc/math/Makefile:1.579 --- pkgsrc/math/Makefile:1.578 Thu Nov 2 02:47:57 2023 +++ pkgsrc/math/Makefile Fri Nov 3 23:57:38 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.578 2023/11/02 02:47:57 pho Exp $ +# $NetBSD: Makefile,v 1.579 2023/11/03 23:57:38 wiz Exp $ COMMENT= Mathematics @@ -195,7 +195,6 @@ SUBDIR+= funst SUBDIR+= galculator SUBDIR+= gap SUBDIR+= gappa -SUBDIR+= gcalctool SUBDIR+= geg SUBDIR+= genius SUBDIR+= glpk --_----------=_169905585954590--