Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C808484F4A for ; Mon, 13 Nov 2023 18:19:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vUXrEzfrWXC0 for ; Mon, 13 Nov 2023 18:19:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4040584E74 for ; Mon, 13 Nov 2023 18:19:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3996FFA3D; Mon, 13 Nov 2023 18:19:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169989956737860" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 18:19:27 +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: <20231113181927.3996FFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169989956737860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 18:19:27 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/games: Makefile Removed Files: pkgsrc/games/grhino: DESCR Makefile PLIST distinfo pkgsrc/games/grhino/patches: patch-Makefile.in patch-aa patch-aiai.cc patch-gen__book.cc patch-gen__pattern.cc Log Message: grhino: remove Uses Gnome 2. Dead upstream since 2010. To generate a diff of this commit: cvs rdiff -u -r1.6918 -r1.6919 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.538 -r1.539 pkgsrc/games/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/games/grhino/DESCR cvs rdiff -u -r1.102 -r0 pkgsrc/games/grhino/Makefile cvs rdiff -u -r1.8 -r0 pkgsrc/games/grhino/PLIST cvs rdiff -u -r1.17 -r0 pkgsrc/games/grhino/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/games/grhino/patches/patch-Makefile.in \ pkgsrc/games/grhino/patches/patch-aiai.cc \ pkgsrc/games/grhino/patches/patch-gen__book.cc \ pkgsrc/games/grhino/patches/patch-gen__pattern.cc cvs rdiff -u -r1.6 -r0 pkgsrc/games/grhino/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169989956737860 Content-Disposition: inline Content-Length: 1226 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.6918 pkgsrc/doc/CHANGES-2023:1.6919 --- pkgsrc/doc/CHANGES-2023:1.6918 Mon Nov 13 18:17:34 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 13 18:19:26 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6918 2023/11/13 18:17:34 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6919 2023/11/13 18:19:26 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9965,3 +9965,4 @@ Changes to the packages collection and i Added games/libgnome-games-support1 version 1.8.2 [wiz 2023-11-13] Updated games/atomix to 44.0 [wiz 2023-11-13] Removed games/gamazons [wiz 2023-11-13] + Removed games/grhino [wiz 2023-11-13] Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.538 pkgsrc/games/Makefile:1.539 --- pkgsrc/games/Makefile:1.538 Mon Nov 13 18:17:34 2023 +++ pkgsrc/games/Makefile Mon Nov 13 18:19:26 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.538 2023/11/13 18:17:34 wiz Exp $ +# $NetBSD: Makefile,v 1.539 2023/11/13 18:19:26 wiz Exp $ # COMMENT= Games @@ -179,7 +179,6 @@ SUBDIR+= gogui SUBDIR+= golddig SUBDIR+= granatier SUBDIR+= greed -SUBDIR+= grhino SUBDIR+= gtkballs SUBDIR+= gtklevel9 SUBDIR+= gtkmagnetic --_----------=_169989956737860--