[DRE-commits] [ruby-gettext] branch master updated (633b9d0 -> 151f0bd)

Jérémy Bobbio lunar at alioth.debian.org
Sun Sep 1 17:39:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to branch master
in repository ruby-gettext.

      from  633b9d0   fix Vcs-Browser:
      adds  792d6e9   Imported Upstream version 3.0.0
       new  0c55177   Merge tag 'upstream/3.0.0'
       new  1c7403a   Update Homepage
       new  ccf35fc   Drop support for Ruby 1.8
       new  087c451   Adjust Depends and Build-Depends to match new upstream requierements
       new  2f25eaf   Ship upstream examples
       new  2d84831   Update debian/copyright
       new  3286bcb   Refresh patches
       new  80a3d83   Add a patch to fix test failures when there's no stdin
       new  151f0bd   Release version 3.0.0-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .yardopts                                          |    1 +
 README.rdoc                                        |   51 +--
 Rakefile                                           |   50 +--
 debian/changelog                                   |   19 +-
 debian/control                                     |   10 +-
 debian/copyright                                   |  103 +++---
 ...ndle-a-closed-stdin-when-prompting-in-msg.patch |   21 ++
 .../0003-Do-not-use-Bundler-in-Rakefile.patch      |    8 +-
 .../patches/0004-Use-system-racc-in-Rakefile.patch |   12 +-
 debian/patches/series                              |    1 +
 debian/ruby-gettext.examples                       |    1 +
 doc/text/news.md                                   |   57 +++
 gettext.gemspec                                    |    2 +-
 lib/gettext.rb                                     |   42 +--
 lib/gettext/cgi.rb                                 |    2 +-
 lib/gettext/{runtime => }/class_info.rb            |    2 +-
 lib/gettext/core_ext/iconv.rb                      |  110 ------
 lib/gettext/core_ext/string.rb                     |   91 -----
 lib/gettext/{runtime => }/locale_path.rb           |    3 +-
 lib/gettext/{runtime => }/mo.rb                    |   51 +--
 lib/gettext/parser/erb.rb                          |    5 -
 lib/gettext/parser/glade.rb                        |    5 -
 lib/gettext/parser/ruby.rb                         |  172 ---------
 lib/gettext/{tools => }/po.rb                      |    2 +-
 lib/gettext/{tools => }/po_entry.rb                |   12 +-
 lib/gettext/{tools/poparser.rb => po_parser.rb}    |   85 +++--
 lib/gettext/runtime/mofile.rb                      |   26 --
 lib/gettext/runtime/textdomain_group.rb            |   26 --
 lib/gettext/task.rb                                |  203 -----------
 .../{runtime/textdomain.rb => text_domain.rb}      |   22 +-
 lib/gettext/text_domain_group.rb                   |   26 ++
 ...extdomain_manager.rb => text_domain_manager.rb} |   80 ++--
 lib/gettext/tools.rb                               |  183 +---------
 lib/gettext/tools/msgfmt.rb                        |    2 +-
 lib/gettext/tools/msginit.rb                       |    2 +-
 lib/gettext/tools/msgmerge.rb                      |  223 +-----------
 lib/gettext/tools/parser/erb.rb                    |   79 ++--
 lib/gettext/tools/parser/glade.rb                  |   80 ++--
 lib/gettext/tools/parser/ruby.rb                   |  163 +++++++--
 lib/gettext/tools/task.rb                          |  225 ++++++++++++
 lib/gettext/tools/xgettext.rb                      |   53 ++-
 lib/gettext/utils.rb                               |   39 --
 lib/gettext/version.rb                             |    2 +-
 locale/bg/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3074 bytes
 locale/bs/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2314 bytes
 locale/ca/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2614 bytes
 locale/cs/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2370 bytes
 locale/de/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2741 bytes
 locale/el/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3094 bytes
 locale/eo/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2422 bytes
 locale/es/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2588 bytes
 locale/et/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2406 bytes
 locale/fr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2711 bytes
 locale/hr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2315 bytes
 locale/hu/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2657 bytes
 locale/it/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2197 bytes
 locale/ja/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 7050 bytes
 locale/ko/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2434 bytes
 locale/lv/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2626 bytes
 locale/nb/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2603 bytes
 locale/nl/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2251 bytes
 locale/pt_BR/LC_MESSAGES/gettext.mo                |  Bin 0 -> 2662 bytes
 locale/ru/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3317 bytes
 locale/sr/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3137 bytes
 locale/sv/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 990 bytes
 locale/uk/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 3335 bytes
 locale/vi/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2801 bytes
 locale/zh/LC_MESSAGES/gettext.mo                   |  Bin 0 -> 2480 bytes
 locale/zh_TW/LC_MESSAGES/gettext.mo                |  Bin 0 -> 2458 bytes
 metadata.yml                                       |   92 +++--
 po/gettext.pot                                     |  268 +++++++++-----
 samples/hello.rb                                   |    5 +-
 samples/hello2.rb                                  |    3 +-
 samples/hello_gtk2.rb                              |    5 +-
 samples/hello_gtk_builder.rb                       |   32 ++
 samples/hello_gtk_builder.ui                       |   46 +++
 samples/hello_noop.rb                              |    3 +-
 samples/hello_plural.rb                            |    3 +-
 samples/hello_tk.rb                                |    3 +-
 src/{poparser.ry => po_parser.ry}                  |   66 ++--
 test/fixtures/N_.rb                                |    2 +-
 ...one_line.rb => double_quote_in_double_quote.rb} |    6 +-
 ...one_line.rb => double_quote_in_single_quote.rb} |    6 +-
 ...iteral_concatenation_with_continuation_line.rb} |   10 +-
 .../fixtures/_/{one_line.rb => middle_new_line.rb} |    6 +-
 .../_/{one_line.rb => multiple_lines_literal.rb}   |    9 +-
 ...e_line.rb => multiple_messages_in_same_line.rb} |    6 +-
 .../_/{one_line.rb => multiple_same_messages.rb}   |   10 +-
 test/fixtures/_/{one_line.rb => one_new_line.rb}   |    6 +-
 .../{multi_textdomain.rb => multi_text_domain.rb}  |    2 +-
 test/fixtures/non_ascii.rb                         |    2 +-
 test/fixtures/simple.rb                            |    2 +-
 test/fixtures/untranslated.rb                      |    2 +-
 test/gettext-test-utils.rb                         |   25 +-
 test/po/ja/_.po                                    |   76 +++-
 test/po/ja/non_ascii.po                            |    5 +-
 test/po/ja/untranslated.po                         |    2 +-
 test/test_class_info.rb                            |    4 +-
 test/test_gettext.rb                               |   22 +-
 test/test_mo.rb                                    |    4 +-
 test/test_parser.rb                                |  189 +++++-----
 test/test_po_entry.rb                              |  383 ++++++++++++--------
 test/test_po_generation.rb                         |   45 ---
 test/test_po_parser.rb                             |  205 ++++++-----
 test/test_string.rb                                |    2 +-
 ...textdomain_bind.rb => test_text_domain_bind.rb} |   12 +-
 ...xtdomain_multi.rb => test_text_domain_multi.rb} |   10 +-
 ...in_toplevel.rb => test_text_domain_toplevel.rb} |    2 +-
 test/test_thread.rb                                |    2 +-
 test/tools/files/simple_translation.rb             |    2 +-
 test/{ => tools}/parser/test_ruby.rb               |  124 ++++++-
 test/tools/test_msgmerge.rb                        |  293 +--------------
 test/tools/test_po.rb                              |    2 +-
 test/tools/test_tools.rb                           |   61 ----
 test/tools/test_xgettext.rb                        |  319 ++++++++--------
 115 files changed, 2088 insertions(+), 2648 deletions(-)
 create mode 100644 debian/patches/0001-Properly-handle-a-closed-stdin-when-prompting-in-msg.patch
 create mode 100644 debian/ruby-gettext.examples
 rename lib/gettext/{runtime => }/class_info.rb (98%)
 delete mode 100644 lib/gettext/core_ext/iconv.rb
 delete mode 100644 lib/gettext/core_ext/string.rb
 rename lib/gettext/{runtime => }/locale_path.rb (98%)
 rename lib/gettext/{runtime => }/mo.rb (89%)
 delete mode 100644 lib/gettext/parser/erb.rb
 delete mode 100644 lib/gettext/parser/glade.rb
 delete mode 100644 lib/gettext/parser/ruby.rb
 rename lib/gettext/{tools => }/po.rb (99%)
 rename lib/gettext/{tools => }/po_entry.rb (97%)
 rename lib/gettext/{tools/poparser.rb => po_parser.rb} (86%)
 delete mode 100644 lib/gettext/runtime/mofile.rb
 delete mode 100644 lib/gettext/runtime/textdomain_group.rb
 delete mode 100644 lib/gettext/task.rb
 rename lib/gettext/{runtime/textdomain.rb => text_domain.rb} (86%)
 create mode 100644 lib/gettext/text_domain_group.rb
 rename lib/gettext/{runtime/textdomain_manager.rb => text_domain_manager.rb} (74%)
 create mode 100644 lib/gettext/tools/task.rb
 delete mode 100644 lib/gettext/utils.rb
 create mode 100644 locale/bg/LC_MESSAGES/gettext.mo
 create mode 100644 locale/bs/LC_MESSAGES/gettext.mo
 create mode 100644 locale/ca/LC_MESSAGES/gettext.mo
 create mode 100644 locale/cs/LC_MESSAGES/gettext.mo
 create mode 100644 locale/de/LC_MESSAGES/gettext.mo
 create mode 100644 locale/el/LC_MESSAGES/gettext.mo
 create mode 100644 locale/eo/LC_MESSAGES/gettext.mo
 create mode 100644 locale/es/LC_MESSAGES/gettext.mo
 create mode 100644 locale/et/LC_MESSAGES/gettext.mo
 create mode 100644 locale/fr/LC_MESSAGES/gettext.mo
 create mode 100644 locale/hr/LC_MESSAGES/gettext.mo
 create mode 100644 locale/hu/LC_MESSAGES/gettext.mo
 create mode 100644 locale/it/LC_MESSAGES/gettext.mo
 create mode 100644 locale/ja/LC_MESSAGES/gettext.mo
 create mode 100644 locale/ko/LC_MESSAGES/gettext.mo
 create mode 100644 locale/lv/LC_MESSAGES/gettext.mo
 create mode 100644 locale/nb/LC_MESSAGES/gettext.mo
 create mode 100644 locale/nl/LC_MESSAGES/gettext.mo
 create mode 100644 locale/pt_BR/LC_MESSAGES/gettext.mo
 create mode 100644 locale/ru/LC_MESSAGES/gettext.mo
 create mode 100644 locale/sr/LC_MESSAGES/gettext.mo
 create mode 100644 locale/sv/LC_MESSAGES/gettext.mo
 create mode 100644 locale/uk/LC_MESSAGES/gettext.mo
 create mode 100644 locale/vi/LC_MESSAGES/gettext.mo
 create mode 100644 locale/zh/LC_MESSAGES/gettext.mo
 create mode 100644 locale/zh_TW/LC_MESSAGES/gettext.mo
 create mode 100755 samples/hello_gtk_builder.rb
 create mode 100644 samples/hello_gtk_builder.ui
 rename src/{poparser.ry => po_parser.ry} (85%)
 copy test/fixtures/_/{one_line.rb => double_quote_in_double_quote.rb} (86%)
 copy test/fixtures/_/{one_line.rb => double_quote_in_single_quote.rb} (86%)
 copy test/fixtures/_/{one_line.rb => literal_concatenation_with_continuation_line.rb} (79%)
 copy test/fixtures/_/{one_line.rb => middle_new_line.rb} (88%)
 copy test/fixtures/_/{one_line.rb => multiple_lines_literal.rb} (87%)
 copy test/fixtures/_/{one_line.rb => multiple_messages_in_same_line.rb} (85%)
 copy test/fixtures/_/{one_line.rb => multiple_same_messages.rb} (82%)
 copy test/fixtures/_/{one_line.rb => one_new_line.rb} (89%)
 rename test/fixtures/{multi_textdomain.rb => multi_text_domain.rb} (98%)
 delete mode 100644 test/test_po_generation.rb
 rename test/{test_textdomain_bind.rb => test_text_domain_bind.rb} (67%)
 rename test/{test_textdomain_multi.rb => test_text_domain_multi.rb} (90%)
 rename test/{test_textdomain_toplevel.rb => test_text_domain_toplevel.rb} (97%)
 rename test/{ => tools}/parser/test_ruby.rb (54%)
 delete mode 100644 test/tools/test_tools.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gettext.git



More information about the Pkg-ruby-extras-commits mailing list