summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-20 14:38:31 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-20 14:38:31 +0000
commitf12ecd05a6ceda240476350a94dbd6ea99963b0b (patch)
tree0dbc0bc71a3d7ea10fbe352df439e0fcd5bfa4f1 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-f12ecd05a6ceda240476350a94dbd6ea99963b0b.tar.gz
gentoo-2-f12ecd05a6ceda240476350a94dbd6ea99963b0b.tar.bz2
gentoo-2-f12ecd05a6ceda240476350a94dbd6ea99963b0b.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-vte/ChangeLog9
-rw-r--r--dev-ruby/ruby-vte/files/ruby-vte-0.19.1-vte-depend.patch8
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-0.19.1.ebuild14
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index 8bad3d2ea43c..a98cbbfd526a 100644
--- a/dev-ruby/ruby-vte/ChangeLog
+++ b/dev-ruby/ruby-vte/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/ruby-vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.5 2009/07/16 08:41:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.6 2009/09/20 14:38:30 graaff Exp $
+
+*ruby-vte-0.19.1 (20 Sep 2009)
+
+ 20 Sep 2009; Hans de Graaff <graaff@gentoo.org> +ruby-vte-0.19.1.ebuild,
+ +files/ruby-vte-0.19.1-vte-depend.patch:
+ Version bump. Add Fedora patch to make missing .pc file non-fatal upon
+ installation.
*ruby-vte-0.19.0 (16 Jul 2009)
diff --git a/dev-ruby/ruby-vte/files/ruby-vte-0.19.1-vte-depend.patch b/dev-ruby/ruby-vte/files/ruby-vte-0.19.1-vte-depend.patch
new file mode 100644
index 000000000000..5623b47bb419
--- /dev/null
+++ b/dev-ruby/ruby-vte/files/ruby-vte-0.19.1-vte-depend.patch
@@ -0,0 +1,8 @@
+Fedora patch http://cvs.fedoraproject.org/viewvc/rpms/ruby-gnome2/devel/ruby-gnome2-0.19.1-vte-depend.patch?revision=1.1 as reported in upstream bug https://sourceforge.net/tracker/?func=detail&aid=2831660&group_id=53614&atid=470969
+
+--- ruby-gnome2-all-0.19.1/vte/src/depend.bad 2009-08-03 03:44:58.000000000 +0900
++++ ruby-gnome2-all-0.19.1/vte/src/depend 2009-08-04 02:57:41.000000000 +0900
+@@ -1,2 +1,2 @@
+ install:
+- $(INSTALL_DATA) ../vte-ruby.pc $(libdir)/pkgconfig
++ $(INSTALL_DATA) ../vte-ruby.pc $(libdir)/pkgconfig || true
diff --git a/dev-ruby/ruby-vte/ruby-vte-0.19.1.ebuild b/dev-ruby/ruby-vte/ruby-vte-0.19.1.ebuild
new file mode 100644
index 000000000000..da32ff49885b
--- /dev/null
+++ b/dev-ruby/ruby-vte/ruby-vte-0.19.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-0.19.1.ebuild,v 1.1 2009/09/20 14:38:30 graaff Exp $
+
+inherit ruby ruby-gnome2
+
+DESCRIPTION="Ruby vte bindings"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+USE_RUBY="ruby18"
+DEPEND=">=x11-libs/vte-0.12.1
+ >=dev-ruby/ruby-gtk2-${PV}"
+
+PATCHES=( "${FILESDIR}"/${P}-vte-depend.patch )