[DRE-commits] [ctioga2] branch master updated (e06c55d -> 86e23b1)

Vincent Fourmond fourmond at moszumanska.debian.org
Fri Dec 27 20:07:36 UTC 2013


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

fourmond pushed a change to branch master
in repository ctioga2.

      from  e06c55d   Tighten up dependency on tioga
      adds  7a4b9ef   Imported Upstream version 0.7
       new  6c13e80   Merge tag 'upstream/0.7'
       new  5330059   New upstream version
      adds  035e074   Imported Upstream version 0.8
       new  014fb50   Merge tag 'upstream/0.8'
       new  c0d561e   New upstream release
       new  86e23b1   Few other updates (standards/VCS)

The 5 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:
 .gitignore                                         |  18 ++
 Changelog                                          |  44 +++
 ctioga2.gemspec                                    |   7 +-
 debian/changelog                                   |  15 ++
 debian/control                                     |   8 +-
 debian/watch                                       |   2 +-
 lib/ctioga2/commands/arguments.rb                  |   2 -
 lib/ctioga2/commands/commands.rb                   |   3 +-
 lib/ctioga2/commands/context.rb                    |   2 -
 lib/ctioga2/commands/doc/doc.rb                    |   2 -
 lib/ctioga2/commands/doc/documentation-commands.rb |   2 -
 lib/ctioga2/commands/doc/help.rb                   |  24 +-
 lib/ctioga2/commands/doc/html.rb                   |   2 -
 lib/ctioga2/commands/doc/introspection.rb          |   2 -
 lib/ctioga2/commands/doc/man.rb                    |   2 -
 lib/ctioga2/commands/doc/markup.rb                 |   2 -
 lib/ctioga2/commands/doc/wordwrap.rb               |   2 -
 lib/ctioga2/commands/general-commands.rb           |  17 +-
 lib/ctioga2/commands/general-types.rb              |  32 ++-
 lib/ctioga2/commands/groups.rb                     |   2 -
 lib/ctioga2/commands/interpreter.rb                |  13 +-
 lib/ctioga2/commands/parsers/command-line.rb       |   2 -
 lib/ctioga2/commands/parsers/file.rb               |   2 -
 lib/ctioga2/commands/parsers/old-file.rb           |   2 -
 lib/ctioga2/commands/strings.rb                    |   2 -
 lib/ctioga2/commands/type.rb                       |   2 -
 lib/ctioga2/commands/variables.rb                  |   2 -
 lib/ctioga2/data/backends/backend.rb               |   3 -
 lib/ctioga2/data/backends/backends/direct.rb       |   3 -
 lib/ctioga2/data/backends/backends/gnuplot.rb      |   3 -
 lib/ctioga2/data/backends/backends/math.rb         |   8 +-
 lib/ctioga2/data/backends/backends/text.rb         |  21 +-
 lib/ctioga2/data/backends/description.rb           |   3 -
 lib/ctioga2/data/backends/factory.rb               |  20 +-
 lib/ctioga2/data/backends/parameter.rb             |   2 -
 lib/ctioga2/data/datacolumn.rb                     |   2 -
 lib/ctioga2/data/dataset.rb                        |  10 +-
 lib/ctioga2/data/filters.rb                        |   3 -
 lib/ctioga2/data/indexed-dtable.rb                 |   3 -
 lib/ctioga2/data/point.rb                          |   3 -
 lib/ctioga2/data/stack.rb                          |  23 +-
 lib/ctioga2/graphics/coordinates.rb                |   2 -
 lib/ctioga2/graphics/elements.rb                   |   3 +-
 lib/ctioga2/graphics/elements/containers.rb        |  35 ++-
 lib/ctioga2/graphics/elements/contour.rb           |   2 -
 lib/ctioga2/graphics/elements/curve2d.rb           |  85 +++---
 lib/ctioga2/graphics/elements/element.rb           |  71 +++--
 lib/ctioga2/graphics/elements/gradient-region.rb   |   2 -
 lib/ctioga2/graphics/elements/histogram.rb         | 298 +++++++++++++++++++++
 lib/ctioga2/graphics/elements/parametric2d.rb      |  62 +++--
 lib/ctioga2/graphics/elements/primitive.rb         |  22 +-
 .../graphics/elements/redirecting-container.rb     |  23 +-
 lib/ctioga2/graphics/elements/region.rb            |   9 +-
 lib/ctioga2/graphics/elements/subplot.rb           |  56 +++-
 lib/ctioga2/graphics/elements/tangent.rb           |   2 -
 lib/ctioga2/graphics/elements/xyz-contour.rb       |  13 +-
 lib/ctioga2/graphics/elements/xyz-map.rb           |  21 +-
 lib/ctioga2/graphics/generator.rb                  | 115 ++++----
 lib/ctioga2/graphics/legends.rb                    |   2 -
 lib/ctioga2/graphics/legends/area.rb               |   2 -
 lib/ctioga2/graphics/legends/items.rb              |   2 -
 lib/ctioga2/graphics/legends/multicols.rb          |   2 -
 lib/ctioga2/graphics/legends/provider.rb           |   4 +-
 lib/ctioga2/graphics/legends/storage.rb            |   2 -
 lib/ctioga2/graphics/root.rb                       |   2 -
 lib/ctioga2/graphics/styles.rb                     |   1 +
 lib/ctioga2/graphics/styles/arrows.rb              |   2 -
 lib/ctioga2/graphics/styles/axes.rb                |  22 +-
 lib/ctioga2/graphics/styles/background.rb          |   2 -
 lib/ctioga2/graphics/styles/base.rb                |   6 +-
 lib/ctioga2/graphics/styles/box.rb                 |  67 ++++-
 lib/ctioga2/graphics/styles/carrays.rb             |   2 -
 lib/ctioga2/graphics/styles/colormap.rb            |   4 +-
 lib/ctioga2/graphics/styles/contour.rb             |   2 -
 lib/ctioga2/graphics/styles/curve.rb               |  18 +-
 lib/ctioga2/graphics/styles/drawable.rb            |   8 +-
 lib/ctioga2/graphics/styles/errorbar.rb            |   2 -
 lib/ctioga2/graphics/styles/factory.rb             |  23 +-
 lib/ctioga2/graphics/styles/gradients.rb           |   2 -
 lib/ctioga2/graphics/styles/legend.rb              |   2 -
 lib/ctioga2/graphics/styles/location.rb            |   2 -
 lib/ctioga2/graphics/styles/map-axes.rb            |   2 -
 lib/ctioga2/graphics/styles/plot-types.rb          | 171 ++++++++++++
 lib/ctioga2/graphics/styles/plot.rb                |  83 +++++-
 lib/ctioga2/graphics/styles/sets.rb                |   4 +-
 lib/ctioga2/graphics/styles/sheet.rb               |   2 -
 lib/ctioga2/graphics/styles/texts.rb               |  46 +++-
 lib/ctioga2/graphics/styles/ticks.rb               | 107 ++++++++
 lib/ctioga2/graphics/subplot-commands.rb           |   2 -
 lib/ctioga2/graphics/types.rb                      |  36 ++-
 lib/ctioga2/graphics/types/bijection.rb            |   2 -
 lib/ctioga2/graphics/types/boundaries.rb           |   2 -
 lib/ctioga2/graphics/types/boxes.rb                |   2 -
 lib/ctioga2/graphics/types/dimensions.rb           |   4 +-
 lib/ctioga2/graphics/types/fill.rb                 | 138 ++++++++++
 lib/ctioga2/graphics/types/grid.rb                 |   2 -
 lib/ctioga2/graphics/types/location.rb             |   2 -
 lib/ctioga2/graphics/types/point.rb                |   2 -
 lib/ctioga2/log.rb                                 |  26 +-
 lib/ctioga2/metabuilder/type.rb                    |  42 ++-
 lib/ctioga2/metabuilder/types/coordinates.rb       |   2 -
 lib/ctioga2/metabuilder/types/data.rb              |   2 -
 lib/ctioga2/metabuilder/types/dates.rb             |   1 -
 lib/ctioga2/metabuilder/types/generic.rb           |   3 -
 lib/ctioga2/metabuilder/types/lists.rb             |  40 ++-
 lib/ctioga2/metabuilder/types/numbers.rb           |   2 -
 lib/ctioga2/metabuilder/types/strings.rb           |   3 -
 lib/ctioga2/metabuilder/types/styles.rb            |   2 -
 lib/ctioga2/plotmaker.rb                           |  99 ++++---
 lib/ctioga2/postprocess.rb                         |  47 +++-
 lib/ctioga2/utils.rb                               | 280 ++++++++++++++-----
 lib/ctioga2/version.rb                             |   8 +
 pre-install.rb                                     |  38 +--
 tests/depth.sh                                     |  16 ++
 tests/draw.sh                                      |   4 +-
 tests/fill.sh                                      |  22 ++
 tests/histograms.sh                                |  40 +++
 tests/parametric-plots.sh                          |  31 +++
 tests/tests2montage                                |   9 +-
 utils/prepare-release                              |  31 +++
 120 files changed, 2082 insertions(+), 597 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 lib/ctioga2/graphics/elements/histogram.rb
 create mode 100644 lib/ctioga2/graphics/styles/plot-types.rb
 create mode 100644 lib/ctioga2/graphics/styles/ticks.rb
 create mode 100644 lib/ctioga2/graphics/types/fill.rb
 create mode 100644 lib/ctioga2/version.rb
 create mode 100755 tests/depth.sh
 create mode 100755 tests/fill.sh
 create mode 100755 tests/histograms.sh
 create mode 100755 tests/parametric-plots.sh
 create mode 100755 utils/prepare-release

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



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