diff options
author | obache <obache@pkgsrc.org> | 2013-12-07 09:05:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-07 09:05:11 +0000 |
commit | b071936dd323585a7f8b62f9a6118fdd16059c8f (patch) | |
tree | 5c71d9d88a95777026ac11885ae003834bb61f3c /net | |
parent | cabb9c23f766e3cb405a647ca78c8dadeb2623e8 (diff) | |
download | pkgsrc-b071936dd323585a7f8b62f9a6118fdd16059c8f.tar.gz |
Removed net/ruby-tweetstream.
No package depend on this one anymore, and no advantage to maintain pure ruby
gem with pkgsrc.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-tweetstream/DESCR | 2 | ||||
-rw-r--r-- | net/ruby-tweetstream/Makefile | 16 | ||||
-rw-r--r-- | net/ruby-tweetstream/PLIST | 39 | ||||
-rw-r--r-- | net/ruby-tweetstream/distinfo | 5 |
5 files changed, 1 insertions, 64 deletions
diff --git a/net/Makefile b/net/Makefile index efac8113835..2d141790721 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.990 2013/11/26 20:33:20 drochner Exp $ +# $NetBSD: Makefile,v 1.991 2013/12/07 09:05:11 obache Exp $ # COMMENT= Networking tools @@ -602,7 +602,6 @@ SUBDIR+= ruby-snmp SUBDIR+= ruby-soap4r SUBDIR+= ruby-stompserver SUBDIR+= ruby-tw -SUBDIR+= ruby-tweetstream SUBDIR+= ruby-twitter SUBDIR+= ruby-twitter-stream SUBDIR+= ruby-userstream diff --git a/net/ruby-tweetstream/DESCR b/net/ruby-tweetstream/DESCR deleted file mode 100644 index dc6b971b86d..00000000000 --- a/net/ruby-tweetstream/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -TweetStream allows you to easily consume the Twitter Streaming API utilizing -the YAJL Ruby gem. diff --git a/net/ruby-tweetstream/Makefile b/net/ruby-tweetstream/Makefile deleted file mode 100644 index 8d9304346e2..00000000000 --- a/net/ruby-tweetstream/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2012/05/02 12:34:56 obache Exp $ - -DISTNAME= tweetstream-1.1.5 -CATEGORIES= net - -MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://github.com/intridea/tweetstream -COMMENT= RubyGem to access the Twitter Stream API -LICENSE= mit - -DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.1<2:../../misc/ruby-daemons -DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream>=0.1.14<1:../../net/ruby-twitter-stream -DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3<2:../../textproc/ruby-multi_json - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/ruby-tweetstream/PLIST b/net/ruby-tweetstream/PLIST deleted file mode 100644 index a2bffadf686..00000000000 --- a/net/ruby-tweetstream/PLIST +++ /dev/null @@ -1,39 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2012/05/02 12:34:56 obache Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.document -${GEM_LIBDIR}/.gemtest -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/.yardopts -${GEM_LIBDIR}/CHANGELOG.md -${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Guardfile -${GEM_LIBDIR}/LICENSE.md -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/examples/growl_daemon.rb -${GEM_LIBDIR}/examples/oauth.rb -${GEM_LIBDIR}/examples/userstream.rb -${GEM_LIBDIR}/lib/tweetstream.rb -${GEM_LIBDIR}/lib/tweetstream/client.rb -${GEM_LIBDIR}/lib/tweetstream/configuration.rb -${GEM_LIBDIR}/lib/tweetstream/daemon.rb -${GEM_LIBDIR}/lib/tweetstream/direct_message.rb -${GEM_LIBDIR}/lib/tweetstream/error.rb -${GEM_LIBDIR}/lib/tweetstream/hash.rb -${GEM_LIBDIR}/lib/tweetstream/status.rb -${GEM_LIBDIR}/lib/tweetstream/user.rb -${GEM_LIBDIR}/lib/tweetstream/version.rb -${GEM_LIBDIR}/spec/data/direct_messages.json -${GEM_LIBDIR}/spec/data/statuses.json -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/tweetstream/client_spec.rb -${GEM_LIBDIR}/spec/tweetstream/daemon_spec.rb -${GEM_LIBDIR}/spec/tweetstream/direct_message_spec.rb -${GEM_LIBDIR}/spec/tweetstream/hash_spec.rb -${GEM_LIBDIR}/spec/tweetstream/parser_spec.rb -${GEM_LIBDIR}/spec/tweetstream/status_spec.rb -${GEM_LIBDIR}/spec/tweetstream_spec.rb -${GEM_LIBDIR}/tweetstream.gemspec -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/net/ruby-tweetstream/distinfo b/net/ruby-tweetstream/distinfo deleted file mode 100644 index efd5aa4095d..00000000000 --- a/net/ruby-tweetstream/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2012/05/02 12:34:56 obache Exp $ - -SHA1 (tweetstream-1.1.5.gem) = 028047fabd459737512ad38e7aab0942e636b731 -RMD160 (tweetstream-1.1.5.gem) = a1c8ccb0ac10ab88c524eeb58b372122f2635fb7 -Size (tweetstream-1.1.5.gem) = 22528 bytes |