summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 21:08:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-19 08:26:47 +0900
commit16854c95c2d6e47d06c12d0569aa46b49160839f (patch)
treee728cdbe63893f187b1c3013e9a1a11e4040df03 /tool
parent343ad9eff5b8e4c776c1bf193fc125f9ba1cd612 (diff)
Removed sdbm entries from toolchanins
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3234
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 4605bf9aea..9721b44a1d 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -13,7 +13,6 @@
# * https://github.com/ruby/webrick
# * https://github.com/ruby/dbm
# * https://github.com/ruby/gdbm
-# * https://github.com/ruby/sdbm
# * https://github.com/ruby/etc
# * https://github.com/ruby/date
# * https://github.com/ruby/zlib
@@ -74,7 +73,6 @@ $repositories = {
webrick: 'ruby/webrick',
dbm: 'ruby/dbm',
gdbm: 'ruby/gdbm',
- sdbm: 'ruby/sdbm',
etc: 'ruby/etc',
date: 'ruby/date',
zlib: 'ruby/zlib',
@@ -201,12 +199,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/gdbm", "test")
cp_r("#{upstream}/gdbm.gemspec", "ext/gdbm")
`git checkout ext/gdbm/depend ext/gdbm/README`
- when "sdbm"
- rm_rf(%w[ext/sdbm test/sdbm])
- cp_r("#{upstream}/ext/sdbm", "ext")
- cp_r("#{upstream}/test/sdbm", "test")
- cp_r("#{upstream}/sdbm.gemspec", "ext/sdbm")
- `git checkout ext/sdbm/depend`
when "etc"
rm_rf(%w[ext/etc test/etc])
cp_r("#{upstream}/ext/etc", "ext")