summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-11 13:50:06 +0000
committerobache <obache@pkgsrc.org>2011-02-11 13:50:06 +0000
commit1f05d39f7fab44a482058c17286fcc5c7dbf1232 (patch)
tree17ba96a80d05309415ef9f4242878c3640771b91 /www
parent4c7d7fa034b8481ab8bafc5338e969a8c36f67d7 (diff)
downloadpkgsrc-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 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/ruby-gnome2-gtkhtml2/DESCR5
-rw-r--r--www/ruby-gnome2-gtkhtml2/Makefile22
-rw-r--r--www/ruby-gnome2-gtkhtml2/PLIST4
-rw-r--r--www/ruby-gnome2-gtkmozembed/Makefile6
5 files changed, 5 insertions, 35 deletions
diff --git a/www/Makefile b/www/Makefile
index 6026457aec5..7bef016f038 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.780 2011/02/07 12:51:39 taca Exp $
+# $NetBSD: Makefile,v 1.781 2011/02/11 13:50:07 obache Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -556,7 +556,6 @@ SUBDIR+= ruby-cssmin
SUBDIR+= ruby-csspool
SUBDIR+= ruby-div
SUBDIR+= ruby-fcgi
-SUBDIR+= ruby-gnome2-gtkhtml2
SUBDIR+= ruby-gnome2-gtkmozembed
SUBDIR+= ruby-htmlsplit
SUBDIR+= ruby-innate
diff --git a/www/ruby-gnome2-gtkhtml2/DESCR b/www/ruby-gnome2-gtkhtml2/DESCR
deleted file mode 100644
index fc4812ca61c..00000000000
--- a/www/ruby-gnome2-gtkhtml2/DESCR
+++ /dev/null
@@ -1,5 +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/GtkHtml2 is a Ruby binding of GtkHtml2.
diff --git a/www/ruby-gnome2-gtkhtml2/Makefile b/www/ruby-gnome2-gtkhtml2/Makefile
deleted file mode 100644
index 142f0736306..00000000000
--- a/www/ruby-gnome2-gtkhtml2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2011/01/13 13:39:40 wiz Exp $
-#
-
-PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkhtml2-${VERSION}
-COMMENT= Ruby binding of gtkhtml2
-PKGREVISION= 1
-CATEGORIES= www
-
-CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkhtml2-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-RUBY_EXTCONF_SUBDIRS= gtkhtml2
-
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
-
-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"
-.include "../../www/libgtkhtml/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
-.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/www/ruby-gnome2-gtkhtml2/PLIST b/www/ruby-gnome2-gtkhtml2/PLIST
deleted file mode 100644
index 96b0b0bda59..00000000000
--- a/www/ruby-gnome2-gtkhtml2/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $
-lib/pkgconfig/ruby-gtkhtml2.pc
-${RUBY_VENDORLIB}/gtkhtml2.rb
-${RUBY_VENDORARCHLIB}/gtkhtml2.${RUBY_DLEXT}
diff --git a/www/ruby-gnome2-gtkmozembed/Makefile b/www/ruby-gnome2-gtkmozembed/Makefile
index 5ea20b0dec9..147b691a1a1 100644
--- a/www/ruby-gnome2-gtkmozembed/Makefile
+++ b/www/ruby-gnome2-gtkmozembed/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2011/01/13 13:39:40 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2011/02/11 13:50:12 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkmozembed-${VERSION}
COMMENT= Ruby binding of gtkmozembed
-PKGREVISION= 1
CATEGORIES= www
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtkmozembed-[0-9]*
@@ -16,6 +15,9 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-
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"