pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net ruby-userstream: remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/399aae0371f5
branches:  trunk
changeset: 372537:399aae0371f5
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Dec 09 19:56:38 2017 +0000

description:
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)

diffstat:

 net/Makefile                 |   3 +--
 net/ruby-userstream/DESCR    |   1 -
 net/ruby-userstream/Makefile |  21 ---------------------
 net/ruby-userstream/PLIST    |  20 --------------------
 net/ruby-userstream/distinfo |   6 ------
 5 files changed, 1 insertions(+), 50 deletions(-)

diffs (81 lines):

diff -r 4ca2821f76b8 -r 399aae0371f5 net/Makefile
--- a/net/Makefile      Sat Dec 09 19:41:48 2017 +0000
+++ b/net/Makefile      Sat Dec 09 19:56:38 2017 +0000
@@ -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-twitter
 SUBDIR+=       ruby-twitter-stream
 SUBDIR+=       ruby-twitter-text
-SUBDIR+=       ruby-userstream
 SUBDIR+=       ruby-xdr
 SUBDIR+=       samba
 SUBDIR+=       samba4
diff -r 4ca2821f76b8 -r 399aae0371f5 net/ruby-userstream/DESCR
--- a/net/ruby-userstream/DESCR Sat Dec 09 19:41:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-UserStream is a simple twitter userstream library.
diff -r 4ca2821f76b8 -r 399aae0371f5 net/ruby-userstream/Makefile
--- a/net/ruby-userstream/Makefile      Sat Dec 09 19:41:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2016/04/17 15:29:48 tsutsui Exp $
-
-DISTNAME=      userstream-1.4.0
-PKGREVISION=   5
-CATEGORIES=    net
-
-MAINTAINER=    tsutsui%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mitukiii/userstream
-COMMENT=       Simple twitter userstream library
-LICENSE=       mit
-
-DEPENDS+=      ${RUBY_PKGPREFIX}-hashie>=1.2.0:../../misc/ruby-hashie
-DEPENDS+=      ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
-DEPENDS+=      ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
-
-OVERRIDE_GEMSPEC+=     hashie>=1.2.0
-OVERRIDE_GEMSPEC+=     oauth>=0.4.7
-OVERRIDE_GEMSPEC+=     yajl-ruby>=1.1.0
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4ca2821f76b8 -r 399aae0371f5 net/ruby-userstream/PLIST
--- a/net/ruby-userstream/PLIST Sat Dec 09 19:41:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/09 15:53:33 mef Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.document
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/lib/user_stream.rb
-${GEM_LIBDIR}/lib/user_stream/api.rb
-${GEM_LIBDIR}/lib/user_stream/client.rb
-${GEM_LIBDIR}/lib/user_stream/configuration.rb
-${GEM_LIBDIR}/lib/user_stream/error.rb
-${GEM_LIBDIR}/lib/user_stream/version.rb
-${GEM_LIBDIR}/lib/userstream.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/userstream_spec.rb
-${GEM_LIBDIR}/userstream.gemspec
-${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 4ca2821f76b8 -r 399aae0371f5 net/ruby-userstream/distinfo
--- a/net/ruby-userstream/distinfo      Sat Dec 09 19:41:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:36 agc Exp $
-
-SHA1 (userstream-1.4.0.gem) = 0d82c849760d6829fc0e42079b1ef9266efcb8da
-RMD160 (userstream-1.4.0.gem) = 2c58f7cb1756d9ed7231547b23836e8a2def6fed
-SHA512 (userstream-1.4.0.gem) = 51e6d1d2cc59c29b8f15e0f88c69e62db4ed689680d7713e37e09cb6cc7ad64621857d6faf15332cd429183a31a9f3271ef441f1aa7fde7038e4e4f678f1235e
-Size (userstream-1.4.0.gem) = 8704 bytes



Home | Main Index | Thread Index | Old Index