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 DC8AF7A1FA for ; Sat, 8 Apr 2017 19:17:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 706F684DBF; Sat, 8 Apr 2017 19:17:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1EB084DB5 for ; Sat, 8 Apr 2017 19:17:40 +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 mkvmyL-64F0O for ; Sat, 8 Apr 2017 19:17:40 +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 5E9B184D72 for ; Sat, 8 Apr 2017 19:17:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5553DFBE4; Sat, 8 Apr 2017 19:17:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149167906015160" MIME-Version: 1.0 Date: Sat, 8 Apr 2017 19:17:40 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20170408191740.5553DFBE4@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. --_----------=_149167906015160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Apr 8 19:17:40 UTC 2017 Modified Files: pkgsrc/misc: Makefile Removed Files: pkgsrc/misc/ruby-descendants_tracker: DESCR Makefile PLIST distinfo Log Message: Remove ruby-descendants_tracker package. The upstream github has not been updated for three years and the only user net/ruby-twitter gem no longer requires this one. Ok by @taca. To generate a diff of this commit: cvs rdiff -u -r1.480 -r1.481 pkgsrc/misc/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/misc/ruby-descendants_tracker/DESCR cvs rdiff -u -r1.2 -r0 pkgsrc/misc/ruby-descendants_tracker/Makefile \ pkgsrc/misc/ruby-descendants_tracker/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/misc/ruby-descendants_tracker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149167906015160 Content-Disposition: inline Content-Length: 621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.480 pkgsrc/misc/Makefile:1.481 --- pkgsrc/misc/Makefile:1.480 Fri Mar 17 00:27:47 2017 +++ pkgsrc/misc/Makefile Sat Apr 8 19:17:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.480 2017/03/17 00:27:47 taca Exp $ +# $NetBSD: Makefile,v 1.481 2017/04/08 19:17:40 tsutsui Exp $ # COMMENT= Miscellaneous utilities @@ -308,7 +308,6 @@ SUBDIR+= ruby-columnize SUBDIR+= ruby-commander SUBDIR+= ruby-configuration SUBDIR+= ruby-daemons -SUBDIR+= ruby-descendants_tracker SUBDIR+= ruby-equalizer SUBDIR+= ruby-gem_plugin SUBDIR+= ruby-hashie --_----------=_149167906015160--