Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C54917A20E for ; Tue, 30 Aug 2016 10:39:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 732D285E99; Tue, 30 Aug 2016 10:39:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0441E85E88 for ; Tue, 30 Aug 2016 10:39:35 +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 epdXGQ2UE6k8 for ; Tue, 30 Aug 2016 10:39:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7C9BD85E22 for ; Tue, 30 Aug 2016 10:39:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75FD1FBC3; Tue, 30 Aug 2016 10:39:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472553574262310" MIME-Version: 1.0 Date: Tue, 30 Aug 2016 10:39:34 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20160830103934.75FD1FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1472553574262310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Tue Aug 30 10:39:34 UTC 2016 Modified Files: pkgsrc/cad: Makefile pkgsrc/doc: CHANGES-2016 Removed Files: pkgsrc/cad/qcad-manual-cs: DESCR Makefile PLIST distinfo pkgsrc/cad/qcad-manual-de: DESCR Makefile PLIST distinfo pkgsrc/cad/qcad-manual-en: DESCR Makefile Makefile.common PLIST distinfo pkgsrc/cad/qcad-manual-hu: DESCR Makefile PLIST distinfo Log Message: remove cad/qcad-manual-* packages. These are for QCAD 2 and will be no longer required for QCAD 3 which I am preparing as it has the equivalent built in and a more comprehensive user manual online, or you can buy a book from the author. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/cad/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/cad/qcad-manual-cs/DESCR cvs rdiff -u -r1.3 -r0 pkgsrc/cad/qcad-manual-cs/Makefile \ pkgsrc/cad/qcad-manual-cs/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/cad/qcad-manual-cs/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/cad/qcad-manual-de/DESCR cvs rdiff -u -r1.3 -r0 pkgsrc/cad/qcad-manual-de/Makefile \ pkgsrc/cad/qcad-manual-de/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/cad/qcad-manual-de/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/cad/qcad-manual-en/DESCR cvs rdiff -u -r1.3 -r0 pkgsrc/cad/qcad-manual-en/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/cad/qcad-manual-en/Makefile.common cvs rdiff -u -r1.2 -r0 pkgsrc/cad/qcad-manual-en/PLIST \ pkgsrc/cad/qcad-manual-en/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/cad/qcad-manual-hu/DESCR cvs rdiff -u -r1.3 -r0 pkgsrc/cad/qcad-manual-hu/Makefile \ pkgsrc/cad/qcad-manual-hu/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/cad/qcad-manual-hu/distinfo cvs rdiff -u -r1.3594 -r1.3595 pkgsrc/doc/CHANGES-2016 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472553574262310 Content-Disposition: inline Content-Length: 1470 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.85 pkgsrc/cad/Makefile:1.86 --- pkgsrc/cad/Makefile:1.85 Fri Jul 22 00:04:41 2016 +++ pkgsrc/cad/Makefile Tue Aug 30 10:39:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2016/07/22 00:04:41 mef Exp $ +# $NetBSD: Makefile,v 1.86 2016/08/30 10:39:33 plunky Exp $ # COMMENT= CAD tools @@ -55,10 +55,6 @@ SUBDIR+= py-MyHDL SUBDIR+= py-gds SUBDIR+= py-simpy SUBDIR+= qcad -SUBDIR+= qcad-manual-cs -SUBDIR+= qcad-manual-de -SUBDIR+= qcad-manual-en -SUBDIR+= qcad-manual-hu SUBDIR+= qcad-partlibrary SUBDIR+= sci-wcalc SUBDIR+= spice Index: pkgsrc/doc/CHANGES-2016 diff -u pkgsrc/doc/CHANGES-2016:1.3594 pkgsrc/doc/CHANGES-2016:1.3595 --- pkgsrc/doc/CHANGES-2016:1.3594 Tue Aug 30 10:26:41 2016 +++ pkgsrc/doc/CHANGES-2016 Tue Aug 30 10:39:34 2016 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2016,v 1.3594 2016/08/30 10:26:41 jperkin Exp $ +$NetBSD: CHANGES-2016,v 1.3595 2016/08/30 10:39:34 plunky Exp $ Changes to the packages collection and infrastructure in 2016: @@ -5134,3 +5134,7 @@ Changes to the packages collection and i Updated net/py-metar to 0.21 [maya 2016-08-30] Updated finance/gnucash to 2.6.13nb3 [jnemeth 2016-08-30] Updated devel/libgit2 to 0.24.1 [jperkin 2016-08-30] + Removed cad/qcad-manual-cs [plunky 2016-08-30] + Removed cad/qcad-manual-de [plunky 2016-08-30] + Removed cad/qcad-manual-en [plunky 2016-08-30] + Removed cad/qcad-manual-hu [plunky 2016-08-30] --_----------=_1472553574262310--