summaryrefslogtreecommitdiff
path: root/print
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 /print
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 'print')
-rw-r--r--print/Makefile4
-rw-r--r--print/ruby-gnome2-gnomeprint/DESCR5
-rw-r--r--print/ruby-gnome2-gnomeprint/Makefile24
-rw-r--r--print/ruby-gnome2-gnomeprint/PLIST5
-rw-r--r--print/ruby-gnome2-gnomeprint/buildlink3.mk13
-rw-r--r--print/ruby-gnome2-gnomeprintui/DESCR5
-rw-r--r--print/ruby-gnome2-gnomeprintui/Makefile26
-rw-r--r--print/ruby-gnome2-gnomeprintui/PLIST4
-rw-r--r--print/ruby-gnome2-poppler/Makefile3
9 files changed, 2 insertions, 87 deletions
diff --git a/print/Makefile b/print/Makefile
index de012d52124..c848610423f 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.468 2011/02/07 20:17:14 minskim Exp $
+# $NetBSD: Makefile,v 1.469 2011/02/11 13:50:07 obache Exp $
#
COMMENT= Desktop publishing
@@ -120,8 +120,6 @@ SUBDIR+= py-reportlab
SUBDIR+= rlpr
SUBDIR+= rtf2latex
SUBDIR+= rtf2latex2e
-SUBDIR+= ruby-gnome2-gnomeprint
-SUBDIR+= ruby-gnome2-gnomeprintui
SUBDIR+= ruby-gnome2-poppler
SUBDIR+= ruby-pdf-writer
SUBDIR+= scribus
diff --git a/print/ruby-gnome2-gnomeprint/DESCR b/print/ruby-gnome2-gnomeprint/DESCR
deleted file mode 100644
index d96827eeec4..00000000000
--- a/print/ruby-gnome2-gnomeprint/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/GnomePrint is a Ruby binding of libgnomeprint.
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile
deleted file mode 100644
index bdc89331fda..00000000000
--- a/print/ruby-gnome2-gnomeprint/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2011/01/13 13:39:14 wiz Exp $
-#
-
-PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION}
-COMMENT= Ruby binding of libgnomeprint
-PKGREVISION= 1
-CATEGORIES= print
-
-CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprint-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-RUBY_EXTCONF_SUBDIRS= gnomeprint
-
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart
-
-do-test:
- ${RUN} cd ${WRKSRC}/gnomeprint/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
-
-.include "../../print/libgnomeprint/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
-.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/print/ruby-gnome2-gnomeprint/PLIST b/print/ruby-gnome2-gnomeprint/PLIST
deleted file mode 100644
index 5aed89fff28..00000000000
--- a/print/ruby-gnome2-gnomeprint/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/12 03:09:32 obache Exp $
-lib/pkgconfig/ruby-gnomeprint2.pc
-${RUBY_VENDORLIB}/gnomeprint2.rb
-${RUBY_VENDORARCHLIB}/gnomeprint2.${RUBY_DLEXT}
-${RUBY_VENDORARCHLIB}/rblibgnomeprintversion.h
diff --git a/print/ruby-gnome2-gnomeprint/buildlink3.mk b/print/ruby-gnome2-gnomeprint/buildlink3.mk
deleted file mode 100644
index 174305f2d5a..00000000000
--- a/print/ruby-gnome2-gnomeprint/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:25:16 joerg Exp $
-
-BUILDLINK_TREE+= ruby-gnome2-gnomeprint
-
-.if !defined(RUBY_GNOME2_GNOMEPRINT_BUILDLINK3_MK)
-RUBY_GNOME2_GNOMEPRINT_BUILDLINK3_MK:=
-
-.include "../../lang/ruby/rubyversion.mk"
-BUILDLINK_API_DEPENDS.ruby-gnome2-gnomeprint+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=0.17.0
-BUILDLINK_PKGSRCDIR.ruby-gnome2-gnomeprint?= ../../print/ruby-gnome2-gnomeprint
-.endif # RUBY_GNOME2_GNOMEPRINT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -ruby-gnome2-gnomeprint
diff --git a/print/ruby-gnome2-gnomeprintui/DESCR b/print/ruby-gnome2-gnomeprintui/DESCR
deleted file mode 100644
index 0b2033aa6e0..00000000000
--- a/print/ruby-gnome2-gnomeprintui/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/GnomePrintUI is a Ruby binding of libgnomeprintui.
diff --git a/print/ruby-gnome2-gnomeprintui/Makefile b/print/ruby-gnome2-gnomeprintui/Makefile
deleted file mode 100644
index fd6298753be..00000000000
--- a/print/ruby-gnome2-gnomeprintui/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2011/01/13 13:39:14 wiz Exp $
-#
-
-PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprintui-${VERSION}
-COMMENT= Ruby binding of libgnomeprintui
-PKGREVISION= 1
-CATEGORIES= print
-
-CONFLICTS+= ruby[0-9][0-9]-gnome2-gnomeprintui-[0-9]*
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-RUBY_EXTCONF_SUBDIRS= gnomeprintui
-
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}:../../print/ruby-gnome2-gnomeprint
-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 "../../print/libgnomeprintui/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ruby-gnome2-gnomeprint+= ${RUBY_PKGPREFIX}-gnome2-gnomeprint>=${VERSION}{,nb*}
-BUILDLINK_DEPMETHOD.ruby-gnome2-gnomeprint= build
-.include "../../print/ruby-gnome2-gnomeprint/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
-.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/print/ruby-gnome2-gnomeprintui/PLIST b/print/ruby-gnome2-gnomeprintui/PLIST
deleted file mode 100644
index 79b5b592f97..00000000000
--- a/print/ruby-gnome2-gnomeprintui/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $
-lib/pkgconfig/ruby-gnomeprintui2.pc
-${RUBY_VENDORLIB}/gnomeprintui2.rb
-${RUBY_VENDORARCHLIB}/gnomeprintui2.${RUBY_DLEXT}
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index 944aabaab45..7d4854dbe76 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2011/01/31 17:04:32 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2011/02/11 13:50:11 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
-PKGREVISION= 2
CATEGORIES= print
CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*