diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch')
| -rw-r--r-- | dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch b/dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch deleted file mode 100644 index 4ae355749281..000000000000 --- a/dev-ruby/ruby-romkan/files/ruby-romkan-ruby19.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- romkan.rb 2002-02-12 02:45:16.000000000 +0100 -+++ romkan.rb 2012-06-25 10:15:59.723542130 +0200 -@@ -1,3 +1,4 @@ -+# -*- encoding:euc-jp -*- - # - # Ruby/Romkan - a Romaji <-> Kana conversion library for Ruby. - # -@@ -209,13 +210,13 @@ - HEPPAT = HEPBURN.sort {|a, b| b.length <=> a.length }.join "|" - - TO_HEPBURN = (romrom = Hash.new -- KUNREI.each_with_index {|x, i| -- romrom[KUNREI[i]] = HEPBURN[i]} -+ KUNREI.each_with_index {|x, j| -+ romrom[KUNREI[j]] = HEPBURN[j]} - romrom) - - TO_KUNREI = (romrom = Hash.new -- HEPBURN.each_with_index {|x, i| -- romrom[HEPBURN[i]] = KUNREI[i]} -+ HEPBURN.each_with_index {|x, j| -+ romrom[HEPBURN[j]] = KUNREI[j]} - romrom) - - # FIXME: ad hod solution ---- test.rb 2002-02-12 02:45:25.000000000 +0100 -+++ test.rb 2012-06-25 10:13:51.832021574 +0200 -@@ -1,3 +1,4 @@ -+# -*- encoding:euc-jp -*- - # - # ruby -Ke test.rb </dev/null && echo ok - # |
