Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF0D2850D2 for ; Mon, 13 Nov 2023 19:50:12 +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 UoLlHDimNpLI for ; Mon, 13 Nov 2023 19:50:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AD9B84F7E for ; Mon, 13 Nov 2023 19:50:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3314FFA3D; Mon, 13 Nov 2023 19:50:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699905012231120" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 19:50:12 +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: <20231113195012.3314FFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699905012231120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 19:50:12 UTC 2023 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2023 Removed Files: pkgsrc/devel/libgnome: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libgnome/patches: patch-libgnome_Makefile.in patch-libgnome_gnome-config.h Log Message: libgnome: remove Old Gnome 2 library, now unused in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.4123 -r1.4124 pkgsrc/devel/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libgnome/DESCR cvs rdiff -u -r1.140 -r0 pkgsrc/devel/libgnome/Makefile cvs rdiff -u -r1.30 -r0 pkgsrc/devel/libgnome/PLIST cvs rdiff -u -r1.80 -r0 pkgsrc/devel/libgnome/buildlink3.mk cvs rdiff -u -r1.43 -r0 pkgsrc/devel/libgnome/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/libgnome/patches/patch-libgnome_Makefile.in \ pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h cvs rdiff -u -r1.6927 -r1.6928 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699905012231120 Content-Disposition: inline Content-Length: 1232 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4123 pkgsrc/devel/Makefile:1.4124 --- pkgsrc/devel/Makefile:1.4123 Mon Nov 13 18:58:45 2023 +++ pkgsrc/devel/Makefile Mon Nov 13 19:50:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4123 2023/11/13 18:58:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4124 2023/11/13 19:50:11 wiz Exp $ # COMMENT= Development utilities @@ -929,7 +929,6 @@ SUBDIR+= libgetopt SUBDIR+= libgit2 SUBDIR+= libglade SUBDIR+= libglademm -SUBDIR+= libgnome SUBDIR+= libgnt SUBDIR+= libgphoto2 SUBDIR+= libgsf Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6927 pkgsrc/doc/CHANGES-2023:1.6928 --- pkgsrc/doc/CHANGES-2023:1.6927 Mon Nov 13 19:32:54 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 13 19:50:11 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6927 2023/11/13 19:32:54 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6928 2023/11/13 19:50:11 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9974,3 +9974,4 @@ Changes to the packages collection and i Removed devel/libgnomemm [wiz 2023-11-13] Removed devel/at-spi [wiz 2023-11-13] Updated games/pioneers to 15.6nb13 [wiz 2023-11-13] + Removed devel/libgnome [wiz 2023-11-13] --_----------=_1699905012231120--