Received: by mail.netbsd.org (Postfix, from userid 605) id AA6F084D8F; Sat, 9 Dec 2017 19:56:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3375584D3C for ; Sat, 9 Dec 2017 19:56:47 +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 pekMDDfQZmFB for ; Sat, 9 Dec 2017 19:56:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94AF684CDF for ; Sat, 9 Dec 2017 19:56:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15863FB40; Sat, 9 Dec 2017 19:56:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512849399220840" MIME-Version: 1.0 Date: Sat, 9 Dec 2017 19:56:39 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171209195639.15863FB40@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. --_----------=_1512849399220840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Dec 9 19:56:39 UTC 2017 Modified Files: pkgsrc/net: Makefile Removed Files: pkgsrc/net/ruby-userstream: DESCR Makefile PLIST distinfo Log Message: ruby-userstream: remove. - no upstream activity for 4 years - net/ruby-twitter gem includes the same functionality - the only consumer net/ruby-tw no longer requires this gem (switched to using userstream in twitter gem) To generate a diff of this commit: cvs rdiff -u -r1.1192 -r1.1193 pkgsrc/net/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/net/ruby-userstream/DESCR \ pkgsrc/net/ruby-userstream/PLIST cvs rdiff -u -r1.8 -r0 pkgsrc/net/ruby-userstream/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/net/ruby-userstream/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512849399220840 Content-Disposition: inline Content-Length: 585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1192 pkgsrc/net/Makefile:1.1193 --- pkgsrc/net/Makefile:1.1192 Mon Dec 4 23:59:50 2017 +++ pkgsrc/net/Makefile Sat Dec 9 19:56:38 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1192 2017/12/04 23:59:50 jmcneill Exp $ +# $NetBSD: Makefile,v 1.1193 2017/12/09 19:56:38 tsutsui Exp $ # COMMENT= Networking tools @@ -749,7 +749,6 @@ SUBDIR+= ruby-tw SUBDIR+= ruby-twitter SUBDIR+= ruby-twitter-stream SUBDIR+= ruby-twitter-text -SUBDIR+= ruby-userstream SUBDIR+= ruby-xdr SUBDIR+= samba SUBDIR+= samba4 --_----------=_1512849399220840--