Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Xvk7Uqon; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=YvKWIdag Received: by mail.netbsd.org (Postfix, from userid 605) id 02B7284EC4; Wed, 17 Apr 2024 12:03:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713355413; bh=BGe5v0blv8B1USHEgzW2P4+FYci8OhSoAMWdWFFvhlQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Xvk7UqonMYT7ylf4KUk427I9pUyrEhQEMUqY2rIZDcDS7eZ4FKWnlNC+nd97rH9rV 86nJC6nPmdzpoAWH8VkCW9lo22bYy3qO3ZU0Ygr3sip2Iu+gtBcdzcGpjKH1/29amh PF8T8vUiSozSwJRn1f0jDHzzyqdqhK7iW5w8SGug= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6CEA84EC3 for ; Wed, 17 Apr 2024 12:03:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7rYkjZMQea4k for ; Wed, 17 Apr 2024 12:03:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 64B3084D01 for ; Wed, 17 Apr 2024 12:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713355411; bh=BGe5v0blv8B1USHEgzW2P4+FYci8OhSoAMWdWFFvhlQ=; h=Date:From:Subject:To:Reply-To; b=YvKWIdagagCqs418aY6dPuqC/H1PdsC7tAvH0iWgwrlQglMjl5rl26FgobIfj3d6B r3je+A4NEUxd4CgOYZkXsSgcYk9DKUrysEi1IG8cMqIpQ1tD1BZUqmTw/HicMZSCiB oF/brIEi0d7v2I29nIhGYe+qN64V2VUaW4+e9zss= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 606DAFA2C; Wed, 17 Apr 2024 12:03:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713355411219820" MIME-Version: 1.0 Date: Wed, 17 Apr 2024 12:03:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240417120331.606DAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713355411219820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 17 12:03:31 UTC 2024 Modified Files: pkgsrc/databases: Makefile pkgsrc/doc: CHANGES-2024 Removed Files: pkgsrc/databases/gourmet: DESCR Makefile PLIST distinfo pkgsrc/databases/gourmet/patches: patch-aa Log Message: gourmet: remove No upstream available, last sign of life in 2012, uses py-gtk2. To generate a diff of this commit: cvs rdiff -u -r1.706 -r1.707 pkgsrc/databases/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/databases/gourmet/DESCR cvs rdiff -u -r1.83 -r0 pkgsrc/databases/gourmet/Makefile cvs rdiff -u -r1.9 -r0 pkgsrc/databases/gourmet/PLIST cvs rdiff -u -r1.6 -r0 pkgsrc/databases/gourmet/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/databases/gourmet/patches/patch-aa cvs rdiff -u -r1.2514 -r1.2515 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713355411219820 Content-Disposition: inline Content-Length: 1253 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.706 pkgsrc/databases/Makefile:1.707 --- pkgsrc/databases/Makefile:1.706 Wed Mar 6 20:48:44 2024 +++ pkgsrc/databases/Makefile Wed Apr 17 12:03:30 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.706 2024/03/06 20:48:44 wiz Exp $ +# $NetBSD: Makefile,v 1.707 2024/04/17 12:03:30 wiz Exp $ COMMENT= Databases @@ -45,7 +45,6 @@ SUBDIR+= geneweb SUBDIR+= gigabase SUBDIR+= gnats SUBDIR+= gom -SUBDIR+= gourmet SUBDIR+= gramps5 SUBDIR+= gtkdbfeditor SUBDIR+= guile-pg Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2514 pkgsrc/doc/CHANGES-2024:1.2515 --- pkgsrc/doc/CHANGES-2024:1.2514 Wed Apr 17 12:02:27 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 17 12:03:30 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2514 2024/04/17 12:02:27 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2515 2024/04/17 12:03:30 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4168,3 +4168,4 @@ Changes to the packages collection and i Updated databases/py-apsw to 3.45.3.0 [adam 2024-04-17] Updated devel/py-faker to 24.9.0 [adam 2024-04-17] Updated net/gtk-vnc to 0.5.2nb66 [wiz 2024-04-17] + Removed databases/gourmet [wiz 2024-04-17] --_----------=_1713355411219820--