summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2011-02-11 13:50:06 +0000
committerobache <obache>2011-02-11 13:50:06 +0000
commitb9e4d37a22416a637d3d90a22c0c9ee97b178e10 (patch)
tree17ba96a80d05309415ef9f4242878c3640771b91 /sysutils
parentc9c8ba92dd5c03bb73b23260723c63fe7b1ae8cb (diff)
downloadpkgsrc-b9e4d37a22416a637d3d90a22c0c9ee97b178e10.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')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/DESCR5
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/Makefile25
-rw-r--r--sysutils/ruby-gnome2-gnomevfs/PLIST4
4 files changed, 1 insertions, 36 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
diff --git a/sysutils/ruby-gnome2-gnomevfs/DESCR b/sysutils/ruby-gnome2-gnomevfs/DESCR
deleted file mode 100644
index 0b400f7153f..00000000000
--- a/sysutils/ruby-gnome2-gnomevfs/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/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
diff --git a/sysutils/ruby-gnome2-gnomevfs/Makefile b/sysutils/ruby-gnome2-gnomevfs/Makefile
deleted file mode 100644
index 67fb92b662a..00000000000
--- a/sysutils/ruby-gnome2-gnomevfs/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2011/01/13 13:39:25 wiz Exp $
-#
-
-PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomevfs-${VERSION}
-COMMENT= Ruby binding of gnomevfs
-PKGREVISION= 1
-CATEGORIES= sysutils
-
-CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomevfs-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-RUBY_EXTCONF_SUBDIRS= gnomevfs
-
-do-test:
- ${RUN} cd ${WRKSRC}/gnomevfs/tests; \
- for t in test*.rb; do \
- ${SETENV} ${TEST_ENV} ${RUBY} -I ${WRKSRC}/gnomevfs/src/lib -I ${WRKSRC}/gnomevfs/src $$t; \
- done
-
-BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
-.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
-.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/sysutils/ruby-gnome2-gnomevfs/PLIST b/sysutils/ruby-gnome2-gnomevfs/PLIST
deleted file mode 100644
index bbc5b60092c..00000000000
--- a/sysutils/ruby-gnome2-gnomevfs/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $
-lib/pkgconfig/ruby-gnomevfs.pc
-${RUBY_VENDORLIB}/gnomevfs.rb
-${RUBY_VENDORARCHLIB}/gnomevfs.${RUBY_DLEXT}