diff options
author | obache <obache@pkgsrc.org> | 2011-06-12 11:43:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-12 11:43:33 +0000 |
commit | 2a1455781a47e2e098c905c2026e08efbfb7cd9d (patch) | |
tree | 1fcee7339e77d3f12a43659150ccbf649691b58a /devel | |
parent | 96e5c6744a82343748a8bec133f422d0bc14b9b2 (diff) | |
download | pkgsrc-2a1455781a47e2e098c905c2026e08efbfb7cd9d.tar.gz |
Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11
NOTE: 0.90.x releases are for 1.0.0 major release.
This is the last release of 0.90.x series. The next release
will be 1.0.0!
=== Changes
==== All
* Fixes
* Fix a bug in version numbers.
[Grant Schoep, Vincent Carmona]
* Support 'bundle install' .
==== Ruby/GLib2
* Improvements
* Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
* GLib::IOChannel#write returns written byte not self.
[backward incompatible]
==== Ruby/GTK2
* Fixes
* fix misc/bindings.rb sample (ruby 1.9).
[Vincent Carmona]
* [#3305589] fix Gtk::Window#add_accel_group misses
a reference to accel group.
[Piotr Korzuszek, Kouhei Sutou]
* Support cairo related samples in Ruby 1.9.
[Jon, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* add Gst::Registry.update method.
[Vincent Carmona]
==== Ruby/VTE
* Fixes
* [#3199587] fix pc install.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Fixes
* [#3292118] don't run needless tests.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Improvements
* support Windows.
[S.Kitagawa]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-gnome2-atk/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-gnome2-gio/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-gnome2-glib/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-gnome2-pango/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile index 7d3b5834c34..90daf2d2678 100644 --- a/devel/ruby-gnome2-atk/Makefile +++ b/devel/ruby-gnome2-atk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2011/04/22 13:43:23 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/12 11:43:33 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-atk-${VERSION} COMMENT= Ruby binding of ATK-1.0.x or later -PKGREVISION= 1 CATEGORIES= devel CONFLICTS+= ruby-gnome2-atk-[0-9]* diff --git a/devel/ruby-gnome2-gio/Makefile b/devel/ruby-gnome2-gio/Makefile index cac75e21fc0..a766006b0c9 100644 --- a/devel/ruby-gnome2-gio/Makefile +++ b/devel/ruby-gnome2-gio/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:43:23 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/06/12 11:43:33 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION} COMMENT= Ruby binding of gio-2.0.x -PKGREVISION= 1 CATEGORIES= devel CONFLICTS+= ruby[0-9][0-9]-gnome2-gio-[0-9]* diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile index 991c2ffb9dd..b5efa21d5d3 100644 --- a/devel/ruby-gnome2-glib/Makefile +++ b/devel/ruby-gnome2-glib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2011/04/22 13:42:23 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/06/12 11:43:33 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION} COMMENT= Ruby binding of GLib-2.x -PKGREVISION= 1 CATEGORIES= devel CONFLICTS+= ruby-gnome2-glib-[0-9]* diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile index 9b8f685ed14..418b4e824f7 100644 --- a/devel/ruby-gnome2-pango/Makefile +++ b/devel/ruby-gnome2-pango/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2011/04/22 13:42:32 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/06/12 11:43:34 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION} COMMENT= Ruby binding of pango-1.x -PKGREVISION= 1 CATEGORIES= devel fonts CONFLICTS+= ruby-gnome2-pango-[0-9]* |