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:
parent
343ad9eff5
commit
16854c95c2
Notes:
git
2020-06-19 08:27:13 +09:00
6 changed files with 0 additions and 13 deletions
|
@ -33,7 +33,6 @@
|
||||||
#rbconfig/sizeof
|
#rbconfig/sizeof
|
||||||
#readline
|
#readline
|
||||||
#ripper
|
#ripper
|
||||||
#sdbm
|
|
||||||
#socket
|
#socket
|
||||||
#stringio
|
#stringio
|
||||||
#strscan
|
#strscan
|
||||||
|
|
|
@ -20,7 +20,6 @@ pty
|
||||||
racc/parse
|
racc/parse
|
||||||
readline
|
readline
|
||||||
ripper
|
ripper
|
||||||
sdbm
|
|
||||||
socket
|
socket
|
||||||
stringio
|
stringio
|
||||||
strscan
|
strscan
|
||||||
|
|
|
@ -21,7 +21,6 @@ nkf
|
||||||
racc/cparse
|
racc/cparse
|
||||||
#readline
|
#readline
|
||||||
#ripper
|
#ripper
|
||||||
sdbm
|
|
||||||
socket
|
socket
|
||||||
stringio
|
stringio
|
||||||
strscan
|
strscan
|
||||||
|
|
|
@ -96,7 +96,6 @@ DEFAULT_GEM_EXTS = %w[
|
||||||
json
|
json
|
||||||
openssl
|
openssl
|
||||||
psych
|
psych
|
||||||
sdbm
|
|
||||||
stringio
|
stringio
|
||||||
strscan
|
strscan
|
||||||
zlib
|
zlib
|
||||||
|
|
|
@ -71,7 +71,6 @@ class TestExtLibs < Test::Unit::TestCase
|
||||||
check_existence "rbconfig/sizeof"
|
check_existence "rbconfig/sizeof"
|
||||||
#check_existence "readline" # depend on libreadline
|
#check_existence "readline" # depend on libreadline
|
||||||
check_existence "ripper"
|
check_existence "ripper"
|
||||||
check_existence "sdbm"
|
|
||||||
check_existence "socket"
|
check_existence "socket"
|
||||||
check_existence "stringio"
|
check_existence "stringio"
|
||||||
check_existence "strscan"
|
check_existence "strscan"
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
# * https://github.com/ruby/webrick
|
# * https://github.com/ruby/webrick
|
||||||
# * https://github.com/ruby/dbm
|
# * https://github.com/ruby/dbm
|
||||||
# * https://github.com/ruby/gdbm
|
# * https://github.com/ruby/gdbm
|
||||||
# * https://github.com/ruby/sdbm
|
|
||||||
# * https://github.com/ruby/etc
|
# * https://github.com/ruby/etc
|
||||||
# * https://github.com/ruby/date
|
# * https://github.com/ruby/date
|
||||||
# * https://github.com/ruby/zlib
|
# * https://github.com/ruby/zlib
|
||||||
|
@ -74,7 +73,6 @@ $repositories = {
|
||||||
webrick: 'ruby/webrick',
|
webrick: 'ruby/webrick',
|
||||||
dbm: 'ruby/dbm',
|
dbm: 'ruby/dbm',
|
||||||
gdbm: 'ruby/gdbm',
|
gdbm: 'ruby/gdbm',
|
||||||
sdbm: 'ruby/sdbm',
|
|
||||||
etc: 'ruby/etc',
|
etc: 'ruby/etc',
|
||||||
date: 'ruby/date',
|
date: 'ruby/date',
|
||||||
zlib: 'ruby/zlib',
|
zlib: 'ruby/zlib',
|
||||||
|
@ -201,12 +199,6 @@ def sync_default_gems(gem)
|
||||||
cp_r("#{upstream}/test/gdbm", "test")
|
cp_r("#{upstream}/test/gdbm", "test")
|
||||||
cp_r("#{upstream}/gdbm.gemspec", "ext/gdbm")
|
cp_r("#{upstream}/gdbm.gemspec", "ext/gdbm")
|
||||||
`git checkout ext/gdbm/depend ext/gdbm/README`
|
`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"
|
when "etc"
|
||||||
rm_rf(%w[ext/etc test/etc])
|
rm_rf(%w[ext/etc test/etc])
|
||||||
cp_r("#{upstream}/ext/etc", "ext")
|
cp_r("#{upstream}/ext/etc", "ext")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue