summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-25 15:21:48 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-25 15:21:48 +0000
commit0c0758736f50522fbb4b2047118392b3b9ea703c (patch)
tree7f619d7a9433f2ca8536daf402bf744e627bcf32 /dev-ruby/ruby-vte
parentVersion bump to ruby-gnome 0.19.4. (diff)
downloadgentoo-2-0c0758736f50522fbb4b2047118392b3b9ea703c.tar.gz
gentoo-2-0c0758736f50522fbb4b2047118392b3b9ea703c.tar.bz2
gentoo-2-0c0758736f50522fbb4b2047118392b3b9ea703c.zip
Version bump to ruby-gnome 0.19.4.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r--dev-ruby/ruby-vte/ChangeLog7
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-0.19.4.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index 213627b3e983..75e03151d2cb 100644
--- a/dev-ruby/ruby-vte/ChangeLog
+++ b/dev-ruby/ruby-vte/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-vte
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.12 2010/04/18 12:29:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.13 2010/04/25 15:21:48 graaff Exp $
+
+*ruby-vte-0.19.4 (25 Apr 2010)
+
+ 25 Apr 2010; Hans de Graaff <graaff@gentoo.org> +ruby-vte-0.19.4.ebuild:
+ Version bump to ruby-gnome 0.19.4.
18 Apr 2010; <nixnut@gentoo.org> ruby-vte-0.19.1.ebuild:
ppc stable #295942
diff --git a/dev-ruby/ruby-vte/ruby-vte-0.19.4.ebuild b/dev-ruby/ruby-vte/ruby-vte-0.19.4.ebuild
new file mode 100644
index 000000000000..28584adce8b4
--- /dev/null
+++ b/dev-ruby/ruby-vte/ruby-vte-0.19.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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.4.ebuild,v 1.1 2010/04/25 15:21:48 graaff Exp $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby vte bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ >=x11-libs/vte-0.12.1"
+DEPEND="${DEPEND}
+ >=x11-libs/vte-0.12.1
+ dev-util/pkgconfig"
+
+ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"