Received: by mail.netbsd.org (Postfix, from userid 605) id 3AA5984D34; Mon, 4 Sep 2017 05:52:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C092784D28 for ; Mon, 4 Sep 2017 05:52:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OcYz1g6X2Abo for ; Mon, 4 Sep 2017 05:52:57 +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 4EED484CE2 for ; Mon, 4 Sep 2017 05:52:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49BF6FA97; Mon, 4 Sep 2017 05:52:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150450437762150" MIME-Version: 1.0 Date: Mon, 4 Sep 2017 05:52:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170904055257.49BF6FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150450437762150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 05:52:57 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 pkgsrc/time: Makefile Removed Files: pkgsrc/time/gtodo-applet: DESCR Makefile PLIST distinfo pkgsrc/time/gtodo-applet/patches: patch-aa patch-ab Log Message: Remove gtodo-applet. Gnome 1 application, no upstream, last release from 2004. To generate a diff of this commit: cvs rdiff -u -r1.3554 -r1.3555 pkgsrc/doc/CHANGES-2017 cvs rdiff -u -r1.163 -r1.164 pkgsrc/time/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/time/gtodo-applet/DESCR cvs rdiff -u -r1.78 -r0 pkgsrc/time/gtodo-applet/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/time/gtodo-applet/PLIST cvs rdiff -u -r1.5 -r0 pkgsrc/time/gtodo-applet/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/time/gtodo-applet/patches/patch-aa \ pkgsrc/time/gtodo-applet/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150450437762150 Content-Disposition: inline Content-Length: 1319 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.3554 pkgsrc/doc/CHANGES-2017:1.3555 --- pkgsrc/doc/CHANGES-2017:1.3554 Sun Sep 3 18:50:42 2017 +++ pkgsrc/doc/CHANGES-2017 Mon Sep 4 05:52:56 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.3554 2017/09/03 18:50:42 adam Exp $ +$NetBSD: CHANGES-2017,v 1.3555 2017/09/04 05:52:56 wiz Exp $ Changes to the packages collection and infrastructure in 2017: @@ -4991,3 +4991,4 @@ Changes to the packages collection and i Removed mail/dovecot2-antispam-plugin [wiz 2017-09-03] Added textproc/translate-shell version 0.9.6.4 [wiz 2017-09-03] Updated devel/py-cython to 0.26.1 [adam 2017-09-03] + Removed time/gtodo-applet [wiz 2017-09-04] Index: pkgsrc/time/Makefile diff -u pkgsrc/time/Makefile:1.163 pkgsrc/time/Makefile:1.164 --- pkgsrc/time/Makefile:1.163 Thu Aug 24 02:31:08 2017 +++ pkgsrc/time/Makefile Mon Sep 4 05:52:56 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2017/08/24 02:31:08 markd Exp $ +# $NetBSD: Makefile,v 1.164 2017/09/04 05:52:56 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -31,7 +31,6 @@ SUBDIR+= gnutime SUBDIR+= gnyaclock SUBDIR+= grdc SUBDIR+= gtodo -SUBDIR+= gtodo-applet SUBDIR+= hamster-applet SUBDIR+= hebcal SUBDIR+= heirloom-date --_----------=_150450437762150--