diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-04-08 19:17:40 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-04-08 19:17:40 +0000 |
commit | 0bd7ecc0b3a861040556c4b346cf21684c814d81 (patch) | |
tree | be7e70de6968653a90ae7f72b4085aec5dbd76dc /misc | |
parent | 1cbb15d97c45e6978855290dead219174947a114 (diff) | |
download | pkgsrc-0bd7ecc0b3a861040556c4b346cf21684c814d81.tar.gz |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 | ||||
-rw-r--r-- | misc/ruby-descendants_tracker/DESCR | 1 | ||||
-rw-r--r-- | misc/ruby-descendants_tracker/Makefile | 17 | ||||
-rw-r--r-- | misc/ruby-descendants_tracker/PLIST | 32 | ||||
-rw-r--r-- | misc/ruby-descendants_tracker/distinfo | 6 |
5 files changed, 1 insertions, 58 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6afb00061b1..588cc621ac5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/ruby-descendants_tracker/DESCR b/misc/ruby-descendants_tracker/DESCR deleted file mode 100644 index 887e3d76030..00000000000 --- a/misc/ruby-descendants_tracker/DESCR +++ /dev/null @@ -1 +0,0 @@ -Small module to track descendants in an unobtrusive way. diff --git a/misc/ruby-descendants_tracker/Makefile b/misc/ruby-descendants_tracker/Makefile deleted file mode 100644 index 58c62ae74c8..00000000000 --- a/misc/ruby-descendants_tracker/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2015/03/13 14:45:47 taca Exp $ -# - -DISTNAME= descendants_tracker-0.0.4 -CATEGORIES= misc - -MAINTAINER= tsutsui@NetBSD.org -HOMEPAGE= https://github.com/dkubb/descendants_tracker -COMMENT= Ruby Module that adds descendant tracking to a class -LICENSE= mit - -DEPENDS+= ${RUBY_PKGPREFIX}-thread_safe>=0.3.1:../../misc/ruby-thread_safe - -USE_LANGUAGES= # none - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-descendants_tracker/PLIST b/misc/ruby-descendants_tracker/PLIST deleted file mode 100644 index 677223fd4dd..00000000000 --- a/misc/ruby-descendants_tracker/PLIST +++ /dev/null @@ -1,32 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2015/03/13 14:45:47 taca Exp $ -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.ruby-gemset -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/CONTRIBUTING.md -${GEM_LIBDIR}/Gemfile -${GEM_LIBDIR}/Gemfile.devtools -${GEM_LIBDIR}/Guardfile -${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/TODO -${GEM_LIBDIR}/config/devtools.yml -${GEM_LIBDIR}/config/flay.yml -${GEM_LIBDIR}/config/flog.yml -${GEM_LIBDIR}/config/mutant.yml -${GEM_LIBDIR}/config/reek.yml -${GEM_LIBDIR}/config/rubocop.yml -${GEM_LIBDIR}/config/yardstick.yml -${GEM_LIBDIR}/descendants_tracker.gemspec -${GEM_LIBDIR}/lib/descendants_tracker.rb -${GEM_LIBDIR}/lib/descendants_tracker/version.rb -${GEM_LIBDIR}/spec/rcov.opts -${GEM_LIBDIR}/spec/spec.opts -${GEM_LIBDIR}/spec/spec_helper.rb -${GEM_LIBDIR}/spec/support/config_alias.rb -${GEM_LIBDIR}/spec/unit/descendants_tracker/add_descendant_spec.rb -${GEM_LIBDIR}/spec/unit/descendants_tracker/descendants_spec.rb -${GEM_LIBDIR}/spec/unit/descendants_tracker/inherited_spec.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-descendants_tracker/distinfo b/misc/ruby-descendants_tracker/distinfo deleted file mode 100644 index c8322d7ead0..00000000000 --- a/misc/ruby-descendants_tracker/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:49:50 agc Exp $ - -SHA1 (descendants_tracker-0.0.4.gem) = 59685cb141778a184c2cf5acc61eaea241767cc0 -RMD160 (descendants_tracker-0.0.4.gem) = 65da99dbab274c36ee8876eb46f3fc4c1e04c4b8 -SHA512 (descendants_tracker-0.0.4.gem) = e079b0ba9b14056707780f1752297c22e81c144fcc7903bc0ef4aa5ad8f343628f493d6d87cc1d5c61cbf8f69066914210eb407b5492aa414949ad799f9a9b69 -Size (descendants_tracker-0.0.4.gem) = 11264 bytes |