Received: by mail.netbsd.org (Postfix, from userid 605) id 3418484E04; Mon, 16 Sep 2019 10:38:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B18E684D73 for ; Mon, 16 Sep 2019 10:38:27 +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 dy8OfSXeDNlF for ; Mon, 16 Sep 2019 10:38:27 +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 3D0FC84D26 for ; Mon, 16 Sep 2019 10:38:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A5AAFBF4; Mon, 16 Sep 2019 10:38:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568630307152100" MIME-Version: 1.0 Date: Mon, 16 Sep 2019 10:38:27 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190916103827.3A5AAFBF4@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. --_----------=_1568630307152100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Sep 16 10:38:27 UTC 2019 Modified Files: pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/gnome-applets: DESCR Makefile PLIST distinfo options.mk pkgsrc/x11/gnome-applets/patches: patch-aa patch-ab patch-ad patch-battstat_battstat__applet.c patch-gweather_gweather-applet.c patch-hal Log Message: Remove x11/gnome-applets, successor x11/mate-applets To generate a diff of this commit: cvs rdiff -u -r1.848 -r1.849 pkgsrc/x11/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/x11/gnome-applets/DESCR cvs rdiff -u -r1.168 -r0 pkgsrc/x11/gnome-applets/Makefile cvs rdiff -u -r1.29 -r0 pkgsrc/x11/gnome-applets/PLIST cvs rdiff -u -r1.30 -r0 pkgsrc/x11/gnome-applets/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/x11/gnome-applets/options.mk cvs rdiff -u -r1.9 -r0 pkgsrc/x11/gnome-applets/patches/patch-aa cvs rdiff -u -r1.4 -r0 pkgsrc/x11/gnome-applets/patches/patch-ab cvs rdiff -u -r1.3 -r0 pkgsrc/x11/gnome-applets/patches/patch-ad cvs rdiff -u -r1.1 -r0 \ pkgsrc/x11/gnome-applets/patches/patch-battstat_battstat__applet.c \ pkgsrc/x11/gnome-applets/patches/patch-gweather_gweather-applet.c \ pkgsrc/x11/gnome-applets/patches/patch-hal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568630307152100 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.848 pkgsrc/x11/Makefile:1.849 --- pkgsrc/x11/Makefile:1.848 Mon Sep 16 10:36:59 2019 +++ pkgsrc/x11/Makefile Mon Sep 16 10:38:26 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.848 2019/09/16 10:36:59 nia Exp $ +# $NetBSD: Makefile,v 1.849 2019/09/16 10:38:26 nia Exp $ # COMMENT= Packages to support the X window system @@ -68,7 +68,6 @@ SUBDIR+= fvwm-wharf SUBDIR+= gcolor2 SUBDIR+= gdm SUBDIR+= ggiterm -SUBDIR+= gnome-applets SUBDIR+= gnome-control-center SUBDIR+= gnome-desktop SUBDIR+= gnome-desktop-sharp --_----------=_1568630307152100--