From 818c580c69f837e72baad60346b3248cdfd3b1a9 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 23 Feb 2023 15:52:26 +0000 Subject: [PATCH] misc/ruby-bundler: remove package Bundler is one of default gems which bundled with Ruby base release and current ruby*-base pacakge contains required version of bundler. Since now no package depneds on ruby-bundler, it's time to say good-by. --- misc/ruby-bundler/ALTERNATIVES | 2 - misc/ruby-bundler/DESCR | 6 - misc/ruby-bundler/Makefile | 23 --- misc/ruby-bundler/PLIST | 328 --------------------------------- misc/ruby-bundler/distinfo | 5 - 5 files changed, 364 deletions(-) delete mode 100644 misc/ruby-bundler/ALTERNATIVES delete mode 100644 misc/ruby-bundler/DESCR delete mode 100644 misc/ruby-bundler/Makefile delete mode 100644 misc/ruby-bundler/PLIST delete mode 100644 misc/ruby-bundler/distinfo diff --git a/misc/ruby-bundler/ALTERNATIVES b/misc/ruby-bundler/ALTERNATIVES deleted file mode 100644 index 47137a934b1b..000000000000 --- a/misc/ruby-bundler/ALTERNATIVES +++ /dev/null @@ -1,2 +0,0 @@ -bin/bundle @PREFIX@/bin/bundle2-@RUBY_SUFFIX@ -bin/bundler @PREFIX@/bin/bundler2-@RUBY_SUFFIX@ diff --git a/misc/ruby-bundler/DESCR b/misc/ruby-bundler/DESCR deleted file mode 100644 index 7d3ae9808dea..000000000000 --- a/misc/ruby-bundler/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Bundler is a tool that manages gem dependencies for your ruby -application. It takes a gem manifest file and is able to fetch, -download, and install the gems and all child dependencies specified in -this manifest. It can manage any update to the gem manifest file and -update the bundle's gems accordingly. It also lets you run any ruby -code in context of the bundle's gem environment. diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile deleted file mode 100644 index 951c47a987eb..000000000000 --- a/misc/ruby-bundler/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.57 2022/10/09 08:01:33 taca Exp $ - -DISTNAME= bundler-2.3.23 -CATEGORIES= misc - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://bundler.io/ -COMMENT= Manage your application's dependencies -LICENSE= mit - -RUBYGEM_OPTIONS+= --format-executable -COMMANDS= bundle bundler -USE_LANGUAGES= # none - -post-install: - cd ${DESTDIR}${PREFIX}/bin && \ - for f in ${COMMANDS}; do \ - ${TEST} -f $${f}2-${RUBY_SUFFIX} || \ - ${MV} $${f}${RUBY_SUFFIX} $${f}2-${RUBY_SUFFIX}; \ - done - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST deleted file mode 100644 index ef165ed882dd..000000000000 --- a/misc/ruby-bundler/PLIST +++ /dev/null @@ -1,328 +0,0 @@ -@comment $NetBSD: PLIST,v 1.35 2022/09/09 13:11:42 taca Exp $ -bin/bundle2-${RUBY_SUFFIX} -bin/bundler2-${RUBY_SUFFIX} -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/CHANGELOG.md -${GEM_LIBDIR}/LICENSE.md -${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/bundler.gemspec -${GEM_LIBDIR}/exe/bundle -${GEM_LIBDIR}/exe/bundler -${GEM_LIBDIR}/lib/bundler.rb -${GEM_LIBDIR}/lib/bundler/.document -${GEM_LIBDIR}/lib/bundler/build_metadata.rb -${GEM_LIBDIR}/lib/bundler/capistrano.rb -${GEM_LIBDIR}/lib/bundler/cli.rb -${GEM_LIBDIR}/lib/bundler/cli/add.rb -${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb -${GEM_LIBDIR}/lib/bundler/cli/cache.rb -${GEM_LIBDIR}/lib/bundler/cli/check.rb -${GEM_LIBDIR}/lib/bundler/cli/clean.rb -${GEM_LIBDIR}/lib/bundler/cli/common.rb -${GEM_LIBDIR}/lib/bundler/cli/config.rb -${GEM_LIBDIR}/lib/bundler/cli/console.rb -${GEM_LIBDIR}/lib/bundler/cli/doctor.rb -${GEM_LIBDIR}/lib/bundler/cli/exec.rb -${GEM_LIBDIR}/lib/bundler/cli/fund.rb -${GEM_LIBDIR}/lib/bundler/cli/gem.rb -${GEM_LIBDIR}/lib/bundler/cli/info.rb -${GEM_LIBDIR}/lib/bundler/cli/init.rb -${GEM_LIBDIR}/lib/bundler/cli/inject.rb -${GEM_LIBDIR}/lib/bundler/cli/install.rb -${GEM_LIBDIR}/lib/bundler/cli/issue.rb -${GEM_LIBDIR}/lib/bundler/cli/list.rb -${GEM_LIBDIR}/lib/bundler/cli/lock.rb -${GEM_LIBDIR}/lib/bundler/cli/open.rb -${GEM_LIBDIR}/lib/bundler/cli/outdated.rb -${GEM_LIBDIR}/lib/bundler/cli/platform.rb -${GEM_LIBDIR}/lib/bundler/cli/plugin.rb -${GEM_LIBDIR}/lib/bundler/cli/pristine.rb -${GEM_LIBDIR}/lib/bundler/cli/remove.rb -${GEM_LIBDIR}/lib/bundler/cli/show.rb -${GEM_LIBDIR}/lib/bundler/cli/update.rb -${GEM_LIBDIR}/lib/bundler/cli/viz.rb -${GEM_LIBDIR}/lib/bundler/compact_index_client.rb -${GEM_LIBDIR}/lib/bundler/compact_index_client/cache.rb -${GEM_LIBDIR}/lib/bundler/compact_index_client/gem_parser.rb -${GEM_LIBDIR}/lib/bundler/compact_index_client/updater.rb -${GEM_LIBDIR}/lib/bundler/constants.rb -${GEM_LIBDIR}/lib/bundler/current_ruby.rb -${GEM_LIBDIR}/lib/bundler/definition.rb -${GEM_LIBDIR}/lib/bundler/dep_proxy.rb -${GEM_LIBDIR}/lib/bundler/dependency.rb -${GEM_LIBDIR}/lib/bundler/deployment.rb -${GEM_LIBDIR}/lib/bundler/deprecate.rb -${GEM_LIBDIR}/lib/bundler/digest.rb -${GEM_LIBDIR}/lib/bundler/dsl.rb -${GEM_LIBDIR}/lib/bundler/endpoint_specification.rb -${GEM_LIBDIR}/lib/bundler/env.rb -${GEM_LIBDIR}/lib/bundler/environment_preserver.rb -${GEM_LIBDIR}/lib/bundler/errors.rb -${GEM_LIBDIR}/lib/bundler/feature_flag.rb -${GEM_LIBDIR}/lib/bundler/fetcher.rb -${GEM_LIBDIR}/lib/bundler/fetcher/base.rb -${GEM_LIBDIR}/lib/bundler/fetcher/compact_index.rb -${GEM_LIBDIR}/lib/bundler/fetcher/dependency.rb -${GEM_LIBDIR}/lib/bundler/fetcher/downloader.rb -${GEM_LIBDIR}/lib/bundler/fetcher/index.rb -${GEM_LIBDIR}/lib/bundler/friendly_errors.rb -${GEM_LIBDIR}/lib/bundler/gem_helper.rb -${GEM_LIBDIR}/lib/bundler/gem_helpers.rb -${GEM_LIBDIR}/lib/bundler/gem_tasks.rb -${GEM_LIBDIR}/lib/bundler/gem_version_promoter.rb -${GEM_LIBDIR}/lib/bundler/graph.rb -${GEM_LIBDIR}/lib/bundler/index.rb -${GEM_LIBDIR}/lib/bundler/injector.rb -${GEM_LIBDIR}/lib/bundler/inline.rb -${GEM_LIBDIR}/lib/bundler/installer.rb -${GEM_LIBDIR}/lib/bundler/installer/gem_installer.rb -${GEM_LIBDIR}/lib/bundler/installer/parallel_installer.rb -${GEM_LIBDIR}/lib/bundler/installer/standalone.rb -${GEM_LIBDIR}/lib/bundler/lazy_specification.rb -${GEM_LIBDIR}/lib/bundler/lockfile_generator.rb -${GEM_LIBDIR}/lib/bundler/lockfile_parser.rb -${GEM_LIBDIR}/lib/bundler/man/.document -${GEM_LIBDIR}/lib/bundler/man/bundle-add.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-add.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-binstubs.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-binstubs.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-cache.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-cache.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-check.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-check.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-clean.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-clean.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-config.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-config.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-console.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-console.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-doctor.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-doctor.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-exec.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-exec.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-gem.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-gem.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-help.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-help.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-info.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-info.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-init.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-init.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-inject.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-inject.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-install.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-install.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-list.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-list.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-lock.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-lock.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-open.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-open.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-outdated.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-outdated.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-platform.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-platform.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-plugin.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-plugin.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-pristine.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-pristine.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-remove.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-remove.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-show.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-show.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-update.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-update.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-version.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-version.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle-viz.1 -${GEM_LIBDIR}/lib/bundler/man/bundle-viz.1.ronn -${GEM_LIBDIR}/lib/bundler/man/bundle.1 -${GEM_LIBDIR}/lib/bundler/man/bundle.1.ronn -${GEM_LIBDIR}/lib/bundler/man/gemfile.5 -${GEM_LIBDIR}/lib/bundler/man/gemfile.5.ronn -${GEM_LIBDIR}/lib/bundler/man/index.txt -${GEM_LIBDIR}/lib/bundler/match_metadata.rb -${GEM_LIBDIR}/lib/bundler/match_platform.rb -${GEM_LIBDIR}/lib/bundler/match_remote_metadata.rb -${GEM_LIBDIR}/lib/bundler/mirror.rb -${GEM_LIBDIR}/lib/bundler/plugin.rb -${GEM_LIBDIR}/lib/bundler/plugin/api.rb -${GEM_LIBDIR}/lib/bundler/plugin/api/source.rb -${GEM_LIBDIR}/lib/bundler/plugin/dsl.rb -${GEM_LIBDIR}/lib/bundler/plugin/events.rb -${GEM_LIBDIR}/lib/bundler/plugin/index.rb -${GEM_LIBDIR}/lib/bundler/plugin/installer.rb -${GEM_LIBDIR}/lib/bundler/plugin/installer/git.rb -${GEM_LIBDIR}/lib/bundler/plugin/installer/rubygems.rb -${GEM_LIBDIR}/lib/bundler/plugin/source_list.rb -${GEM_LIBDIR}/lib/bundler/process_lock.rb -${GEM_LIBDIR}/lib/bundler/remote_specification.rb -${GEM_LIBDIR}/lib/bundler/resolver.rb -${GEM_LIBDIR}/lib/bundler/resolver/base.rb -${GEM_LIBDIR}/lib/bundler/resolver/spec_group.rb -${GEM_LIBDIR}/lib/bundler/retry.rb -${GEM_LIBDIR}/lib/bundler/ruby_dsl.rb -${GEM_LIBDIR}/lib/bundler/ruby_version.rb -${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb -${GEM_LIBDIR}/lib/bundler/rubygems_gem_installer.rb -${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb -${GEM_LIBDIR}/lib/bundler/runtime.rb -${GEM_LIBDIR}/lib/bundler/self_manager.rb -${GEM_LIBDIR}/lib/bundler/settings.rb -${GEM_LIBDIR}/lib/bundler/settings/validator.rb -${GEM_LIBDIR}/lib/bundler/setup.rb -${GEM_LIBDIR}/lib/bundler/shared_helpers.rb -${GEM_LIBDIR}/lib/bundler/similarity_detector.rb -${GEM_LIBDIR}/lib/bundler/source.rb -${GEM_LIBDIR}/lib/bundler/source/gemspec.rb -${GEM_LIBDIR}/lib/bundler/source/git.rb -${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb -${GEM_LIBDIR}/lib/bundler/source/metadata.rb -${GEM_LIBDIR}/lib/bundler/source/path.rb -${GEM_LIBDIR}/lib/bundler/source/path/installer.rb -${GEM_LIBDIR}/lib/bundler/source/rubygems.rb -${GEM_LIBDIR}/lib/bundler/source/rubygems/remote.rb -${GEM_LIBDIR}/lib/bundler/source/rubygems_aggregate.rb -${GEM_LIBDIR}/lib/bundler/source_list.rb -${GEM_LIBDIR}/lib/bundler/source_map.rb -${GEM_LIBDIR}/lib/bundler/spec_set.rb -${GEM_LIBDIR}/lib/bundler/stub_specification.rb -${GEM_LIBDIR}/lib/bundler/templates/.document -${GEM_LIBDIR}/lib/bundler/templates/Executable -${GEM_LIBDIR}/lib/bundler/templates/Executable.bundler -${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone -${GEM_LIBDIR}/lib/bundler/templates/Gemfile -${GEM_LIBDIR}/lib/bundler/templates/gems.rb -${GEM_LIBDIR}/lib/bundler/templates/newgem/CHANGELOG.md.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/console.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/setup.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/circleci/config.yml.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/exe/newgem.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/github/workflows/main.yml.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/gitlab-ci.yml.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/newgem.gemspec.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/rspec.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/rubocop.yml.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/sig/newgem.rbs.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/standard.yml.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt -${GEM_LIBDIR}/lib/bundler/templates/newgem/travis.yml.tt -${GEM_LIBDIR}/lib/bundler/ui.rb -${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb -${GEM_LIBDIR}/lib/bundler/ui/shell.rb -${GEM_LIBDIR}/lib/bundler/ui/silent.rb -${GEM_LIBDIR}/lib/bundler/uri_credentials_filter.rb -${GEM_LIBDIR}/lib/bundler/vendor/.document -${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/LICENSE -${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool.rb -${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb -${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb -${GEM_LIBDIR}/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb -${GEM_LIBDIR}/lib/bundler/vendor/fileutils/LICENSE.txt -${GEM_LIBDIR}/lib/bundler/vendor/fileutils/lib/fileutils.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/LICENSE -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb -${GEM_LIBDIR}/lib/bundler/vendor/molinillo/lib/molinillo/state.rb -${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/README.rdoc -${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb -${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb -${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb -${GEM_LIBDIR}/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/LICENSE.md -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/directory.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/base.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/command.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/error.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/group.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/invocation.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/nested_context.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/option.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/parser/options.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/rake_compat.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/runner.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/color.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/shell/html.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/util.rb -${GEM_LIBDIR}/lib/bundler/vendor/thor/lib/thor/version.rb -${GEM_LIBDIR}/lib/bundler/vendor/tmpdir/lib/tmpdir.rb -${GEM_LIBDIR}/lib/bundler/vendor/tsort/LICENSE.txt -${GEM_LIBDIR}/lib/bundler/vendor/tsort/lib/tsort.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/LICENSE.txt -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/common.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/file.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ftp.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/generic.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/http.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/https.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldap.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ldaps.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/mailto.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/version.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/ws.rb -${GEM_LIBDIR}/lib/bundler/vendor/uri/lib/uri/wss.rb -${GEM_LIBDIR}/lib/bundler/vendored_fileutils.rb -${GEM_LIBDIR}/lib/bundler/vendored_molinillo.rb -${GEM_LIBDIR}/lib/bundler/vendored_persistent.rb -${GEM_LIBDIR}/lib/bundler/vendored_thor.rb -${GEM_LIBDIR}/lib/bundler/vendored_tmpdir.rb -${GEM_LIBDIR}/lib/bundler/vendored_tsort.rb -${GEM_LIBDIR}/lib/bundler/vendored_uri.rb -${GEM_LIBDIR}/lib/bundler/version.rb -${GEM_LIBDIR}/lib/bundler/version_ranges.rb -${GEM_LIBDIR}/lib/bundler/vlad.rb -${GEM_LIBDIR}/lib/bundler/worker.rb -${GEM_LIBDIR}/lib/bundler/yaml_serializer.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo deleted file mode 100644 index 879819136eae..000000000000 --- a/misc/ruby-bundler/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.56 2022/10/09 08:01:33 taca Exp $ - -BLAKE2s (bundler-2.3.23.gem) = 016f25570814a3af389cab24af2e3c07ac551544fe0e1d22fa8d8ef36a6e66bc -SHA512 (bundler-2.3.23.gem) = 00376fb6ad8bfe317263fdea30a5c3dd1cf7903da3eb45482ca9687a19cf28f33596bbb79a864b8329dbf33a61554dd8eb9f594096a6d88e4441c37f27b5c054 -Size (bundler-2.3.23.gem) = 411648 bytes