diff options
author | obache <obache@pkgsrc.org> | 2011-02-11 13:50:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-11 13:50:06 +0000 |
commit | 1f05d39f7fab44a482058c17286fcc5c7dbf1232 (patch) | |
tree | 17ba96a80d05309415ef9f4242878c3640771b91 /sysutils/Makefile | |
parent | 4c7d7fa034b8481ab8bafc5338e969a8c36f67d7 (diff) | |
download | pkgsrc-1f05d39f7fab44a482058c17286fcc5c7dbf1232.tar.gz |
Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.
== Ruby-GNOME2 0.90.7: 2011-02-02
NOTE: 0.90.x releases are for 1.0.0 major release.
A package fix release of 0.90.6.
=== Changes
==== Ruby/GLib2
* Improvments
* force remove "-Wl,--noundefined" linker option because
Ruby-GNOME2 packages doesn't support the option.
[Dobai-Pataky Bálint, Kouhei Sutou]
==== Ruby/GTK2
* Improvments
* use "MS-Windows" GTK+ theme by default on Windows.
[ashbb, Kouhei Sutou]
=== Thanks
* ashbb
* Dobai-Pataky Bálint
== Ruby-GNOME2 0.90.6: 2011-01-29
NOTE: 0.90.x releases are for 1.0.0 major release.
Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.
=== Changes
==== All
* remove all deprecated packages.
[Masaaki Aoyagi]
* all supported packages support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GLib2
* Imrpovements
* add gnome2-raketask.rb that is a utility library to
define Rake tasks for Ruby-GNOME2 packages.
[Masaaki Aoyagi, Kouhei Sutou]
* Fixes
* fix GType conversion.
[Kouhei Sutou]
* fix rcairo installed by RubyGems detection.
[Masaaki Aoyagi]
==== Ruby/GIO2
* Improvements
* support GIO 2.26.
[Nikolai Weibull]
==== Ruby/GStreamer
* Improvements
* add Gst::MissingURISourceMessage.
[Vincent Carmona, Kouhei Sutou]
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/Pango
* Fixes
* rename Pango::LayoutIter#at_last_line! to
at_last_line? because at_last_line is a predicate
method. (at_last_line! still exists for backward compatibility.)
[mrkn, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
* Fixes
* support "2.0b7" style module version. #3141244
[reandr, Kouhei Sutou]
==== Ruby/GooCanvas
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GtkSourceView2
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/VTE
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
=== Thanks
* Vincent Carmona
* mrkn
* reandr
* Nikolai Weibull
* Masaaki Aoyagi
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 472d1d654c7..30c4a1b99ba 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2011/02/10 16:26:16 wiz Exp $ +# $NetBSD: Makefile,v 1.509 2011/02/11 13:50:07 obache Exp $ # COMMENT= System utilities @@ -275,7 +275,6 @@ SUBDIR+= rtty SUBDIR+= ruby-activesambaldap SUBDIR+= ruby-directory-watcher SUBDIR+= ruby-facter -SUBDIR+= ruby-gnome2-gnomevfs SUBDIR+= ruby-notify SUBDIR+= ruby-quota SUBDIR+= ruby-rb-appscript |