diff options
author | obache <obache@pkgsrc.org> | 2011-10-03 14:19:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-03 14:19:43 +0000 |
commit | 7011be474b35e735e8fd5ba95db6333f0dd333ac (patch) | |
tree | 43addb422887fc5b6e7f2bd3f78e9c99d581717f /www | |
parent | 33e9e33dc94ec66bbec0527865e0e1b0d4be2f7b (diff) | |
download | pkgsrc-7011be474b35e735e8fd5ba95db6333f0dd333ac.tar.gz |
Update ruby-gnome2 to 1.0.3.
== Ruby-GNOME2 1.0.3: 2011-09-19
This is a bug fix release of 1.0.2.
=== Changes
==== Ruby/GLib2
* Fixes
* [#3411234] Supported RubyGems 1.8.6.
[Tobias Pfeiffer, Kouhei Sutou]
=== Thanks
* Tobias Pfeiffer
== Ruby-GNOME2 1.0.2: 2011-09-18
This is a bug fix release of 1.0.1.
=== Changes
==== Ruby/GLib2
* Fixes
* [#3411204] Supported RubyGems 1.8.6.
[Tobias Pfeiffer, Kouhei Sutou]
==== Ruby/GTK2
* Fixes
* Fixed the default theme on Windows.
[ashbb, Kouhei Sutou]
=== Thanks
* Tobias Pfeiffer
* ashbb
== Ruby-GNOME2 1.0.1: 2011-09-18
This is a bug fix release of 1.0.0.
=== Changes
==== Ruby/GLib2
* Improvements
* GLib::IOChannel.open supports Windows.
[OBATA Akio, Kouhei Sutou]
* Added RVAL2STRV_FREE(), CSTRFILENAME2RVAL(),
RVAL2STRV, STRV2RVAL(), G_REPLACE_SET_PROPERTY(),
G_REPLACE_GET_PROPERTY() and G_REPLACE_ACTION().
[Nikolai Weibull]
* Fixes
* GLib::IOChannelWin32Socket.new uses raw socket handle
not file descriptor.
[NAKAMURA Usaku, Kouhei Sutou]
==== Ruby/GTK2
* Fixes
* [#3383158] removed non LANG=C characters to be
buildable on LANG=C environment.
[Antonio Terceiro, Kouhei Sutou]
* Fixed Gtk::FileFilter#add_custom crash.
[Jeff Moore, Kouhei Sutou]
* Fixed initialization order.
[ashbb, Kouhei Sutou]
==== Ruby/GooCanvas
* Improvements
* Supported binary bundled gem.
[HAYASHI Kentaro]
==== Ruby/GtkSourceView2
* Fixes
* Fixed bundled binary directory path on Windows.
[HAYASHI Kentaro]
==== Ruby/GtkMozEmbed
* Deprecated.
=== Thanks
* Antonio Terceiro
* OBATA Akio
* NAKAMURA Usaku
* HAYASHI Kentaro
* Jeff Moore
* ashbb
* Nikolai Weibull
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-gnome2-gtkmozembed/DESCR | 6 | ||||
-rw-r--r-- | www/ruby-gnome2-gtkmozembed/Makefile | 30 | ||||
-rw-r--r-- | www/ruby-gnome2-gtkmozembed/PLIST | 4 |
3 files changed, 0 insertions, 40 deletions
diff --git a/www/ruby-gnome2-gtkmozembed/DESCR b/www/ruby-gnome2-gtkmozembed/DESCR deleted file mode 100644 index 56aca7a0934..00000000000 --- a/www/ruby-gnome2-gtkmozembed/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Ruby-GNOME 2 is a set of Ruby language bindings for the various -application development libraries included with the GNOME/GTK+ -environment. - -Ruby/GtkMozEmbeded is a Ruby binding of GtkMozEmbeded a widget embedding a -Mozilla Gecko renderer. diff --git a/www/ruby-gnome2-gtkmozembed/Makefile b/www/ruby-gnome2-gtkmozembed/Makefile deleted file mode 100644 index 1f12b640c18..00000000000 --- a/www/ruby-gnome2-gtkmozembed/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2011/08/20 13:44:01 tnn Exp $ -# - -PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkmozembed-${VERSION} -PKGREVISION= 1 -COMMENT= Ruby binding of gtkmozembed -CATEGORIES= www - -CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkmozembed-[0-9]* - -PKG_DESTDIR_SUPPORT= user-destdir - -RUBY_EXTCONF_SUBDIRS= gtkmozembed - -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk - -USE_LANGUAGES= c c++ - -do-test: - ${RUN} cd ${WRKSRC}/gtkmozembed/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb - -BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*} -BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build -.include "../../devel/ruby-gnome2-glib/buildlink3.mk" -BUILDLINK_API_DEPENDS.ruby-gnome2-pango+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION} -.include "../../devel/ruby-gnome2-pango/buildlink3.mk" -.include "../../devel/xulrunner192/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../devel/ruby-pkg-config/tool.mk" -.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/www/ruby-gnome2-gtkmozembed/PLIST b/www/ruby-gnome2-gtkmozembed/PLIST deleted file mode 100644 index fa14b2fc803..00000000000 --- a/www/ruby-gnome2-gtkmozembed/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $ -lib/pkgconfig/ruby-gtkmozembed.pc -${RUBY_VENDORLIB}/gtkmozembed.rb -${RUBY_VENDORARCHLIB}/gtkmozembed.${RUBY_DLEXT} |