Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 425B584D28 for ; Sat, 4 Nov 2023 12:15:53 +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 q_wuQFGlzaei for ; Sat, 4 Nov 2023 12:15:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8BF5584CE2 for ; Sat, 4 Nov 2023 12:15:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85444FA2B; Sat, 4 Nov 2023 12:15:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169910015233230" MIME-Version: 1.0 Date: Sat, 4 Nov 2023 12:15:52 +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: <20231104121552.85444FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169910015233230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Nov 4 12:15:52 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/sysutils: Makefile Removed Files: pkgsrc/sysutils/gcdmaster: DESCR Makefile PLIST Log Message: gcdmaster: remove Gnome 2 is dead. To generate a diff of this commit: cvs rdiff -u -r1.6589 -r1.6590 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.1088 -r1.1089 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/sysutils/gcdmaster/DESCR cvs rdiff -u -r1.108 -r0 pkgsrc/sysutils/gcdmaster/Makefile cvs rdiff -u -r1.10 -r0 pkgsrc/sysutils/gcdmaster/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169910015233230 Content-Disposition: inline Content-Length: 1221 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.6589 pkgsrc/doc/CHANGES-2023:1.6590 --- pkgsrc/doc/CHANGES-2023:1.6589 Sat Nov 4 12:13:26 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Nov 4 12:15:52 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6589 2023/11/04 12:13:26 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6590 2023/11/04 12:15:52 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9578,3 +9578,4 @@ Changes to the packages collection and i Removed net/nagstamon [wiz 2023-11-04] Removed x11/py-gnome2-extras [wiz 2023-11-04] Removed x11/py-gnome2 [wiz 2023-11-04] + Removed sysutils/gcdmaster [wiz 2023-11-04] Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1088 pkgsrc/sysutils/Makefile:1.1089 --- pkgsrc/sysutils/Makefile:1.1088 Sat Nov 4 12:10:32 2023 +++ pkgsrc/sysutils/Makefile Sat Nov 4 12:15:51 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1088 2023/11/04 12:10:32 wiz Exp $ +# $NetBSD: Makefile,v 1.1089 2023/11/04 12:15:51 wiz Exp $ # COMMENT= System utilities @@ -252,7 +252,6 @@ SUBDIR+= ftwin SUBDIR+= fzf SUBDIR+= gam SUBDIR+= gamin -SUBDIR+= gcdmaster SUBDIR+= gcombust SUBDIR+= gdmap SUBDIR+= genpasswd --_----------=_169910015233230--