summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-29 21:31:55 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-11-30 08:00:40 +0900
commit0b1b2f2442744f0add4dec47e475e25cde602dcf (patch)
treec131ccdb6ef944ec2749413163e85c0133e0517f /tool/sync_default_gems.rb
parentc50d30f659ff22981444b3e4684fe9e6f2809055 (diff)
Remove e2mmap from sync_default_gems.rb
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2699
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 4d07bf851f..d50cad1658 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -30,7 +30,6 @@
# * https://github.com/ruby/irb
# * https://github.com/ruby/tracer
# * https://github.com/ruby/forwardable
-# * https://github.com/ruby/e2mmap
# * https://github.com/ruby/mutex_m
# * https://github.com/ruby/racc
# * https://github.com/ruby/singleton
@@ -85,7 +84,6 @@ $repositories = {
irb: 'ruby/irb',
tracer: 'ruby/tracer',
forwardable: "ruby/forwardable",
- e2mmap: "ruby/e2mmap",
mutex_m: "ruby/mutex_m",
racc: "ruby/racc",
singleton: "ruby/singleton",
@@ -221,10 +219,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/ext/fcntl", "ext")
cp_r("#{upstream}/fcntl.gemspec", "ext/fcntl")
`git checkout ext/fcntl/depend`
- when "e2mmap"
- rm_rf(%w[lib/e2mmap*])
- cp_r(Dir.glob("#{upstream}/lib/*"), "lib")
- cp_r("#{upstream}/e2mmap.gemspec", "lib/e2mmap")
when "strscan"
rm_rf(%w[ext/strscan test/strscan])
cp_r("#{upstream}/ext/strscan", "ext")