1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed sdbm entries from toolchanins

This commit is contained in:
Hiroshi SHIBATA 2020-06-18 21:08:11 +09:00
parent 343ad9eff5
commit 16854c95c2
Notes: git 2020-06-19 08:27:13 +09:00
6 changed files with 0 additions and 13 deletions

View file

@ -33,7 +33,6 @@
#rbconfig/sizeof
#readline
#ripper
#sdbm
#socket
#stringio
#strscan

View file

@ -20,7 +20,6 @@ pty
racc/parse
readline
ripper
sdbm
socket
stringio
strscan

View file

@ -21,7 +21,6 @@ nkf
racc/cparse
#readline
#ripper
sdbm
socket
stringio
strscan

View file

@ -96,7 +96,6 @@ DEFAULT_GEM_EXTS = %w[
json
openssl
psych
sdbm
stringio
strscan
zlib

View file

@ -71,7 +71,6 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "rbconfig/sizeof"
#check_existence "readline" # depend on libreadline
check_existence "ripper"
check_existence "sdbm"
check_existence "socket"
check_existence "stringio"
check_existence "strscan"

View file

@ -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")