Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DE7651A9239 for ; Fri, 14 Jan 2022 11:19:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 17FB784F25; Fri, 14 Jan 2022 11:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50D8184F24 for ; Fri, 14 Jan 2022 11:19:38 +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 1TcNUnn9oAeP for ; Fri, 14 Jan 2022 11:19:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C56E984E53 for ; Fri, 14 Jan 2022 11:19:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE6ECFB24; Fri, 14 Jan 2022 11:19:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164215917767270" MIME-Version: 1.0 Date: Fri, 14 Jan 2022 11:19:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220114111937.BE6ECFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164215917767270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 14 11:19:37 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/net: Makefile Removed Files: pkgsrc/net/py-gandi.cli: DESCR Makefile PLIST distinfo pkgsrc/net/py-gandi.cli/patches: patch-setup.py Log Message: py-gandi.cli: remove Deprecated upstream. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.1437 -r1.1438 pkgsrc/net/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/net/py-gandi.cli/DESCR cvs rdiff -u -r1.6 -r0 pkgsrc/net/py-gandi.cli/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/net/py-gandi.cli/PLIST cvs rdiff -u -r1.5 -r0 pkgsrc/net/py-gandi.cli/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/py-gandi.cli/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164215917767270 Content-Disposition: inline Content-Length: 1279 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.214 pkgsrc/doc/CHANGES-2022:1.215 --- pkgsrc/doc/CHANGES-2022:1.214 Fri Jan 14 10:36:27 2022 +++ pkgsrc/doc/CHANGES-2022 Fri Jan 14 11:19:37 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.214 2022/01/14 10:36:27 pin Exp $ +$NetBSD: CHANGES-2022,v 1.215 2022/01/14 11:19:37 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -285,3 +285,4 @@ Changes to the packages collection and i Removed devel/py-expressions [wiz 2022-01-14] Removed devel/py-grako [wiz 2022-01-14] Updated textproc/git-delta to 0.11.3 [pin 2022-01-14] + Removed net/py-gandi.cli [wiz 2022-01-14] Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1437 pkgsrc/net/Makefile:1.1438 --- pkgsrc/net/Makefile:1.1437 Wed Dec 22 16:16:52 2021 +++ pkgsrc/net/Makefile Fri Jan 14 11:19:37 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1437 2021/12/22 16:16:52 schmonz Exp $ +# $NetBSD: Makefile,v 1.1438 2022/01/14 11:19:37 wiz Exp $ # COMMENT= Networking tools @@ -700,7 +700,6 @@ SUBDIR+= py-dropbox SUBDIR+= py-ec2instanceconnectcli SUBDIR+= py-flower SUBDIR+= py-foolscap -SUBDIR+= py-gandi.cli SUBDIR+= py-gcs-oauth2-boto-plugin SUBDIR+= py-gevent SUBDIR+= py-geventhttpclient --_----------=_164215917767270--