summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-03-17 23:18:10 +0000
committerNaohiro Aota <naota@gentoo.org>2014-03-17 23:18:10 +0000
commit03cf3d5bd69d99c0bcce46561abc67938f5f4784 (patch)
tree26b4d60fd48c8040ff73d30db9bfdbbfcc305afe /dev-ruby
parentNew ebuild for mate-extra/mate-file-manager-share, a Caja plugin to easily sh... (diff)
downloadgentoo-2-03cf3d5bd69d99c0bcce46561abc67938f5f4784.tar.gz
gentoo-2-03cf3d5bd69d99c0bcce46561abc67938f5f4784.tar.bz2
gentoo-2-03cf3d5bd69d99c0bcce46561abc67938f5f4784.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-vte3/ChangeLog7
-rw-r--r--dev-ruby/ruby-vte3/ruby-vte3-2.2.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/ruby-vte3/ChangeLog b/dev-ruby/ruby-vte3/ChangeLog
index fe6dc4089c28..ca2d91743894 100644
--- a/dev-ruby/ruby-vte3/ChangeLog
+++ b/dev-ruby/ruby-vte3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-vte3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.3 2014/01/16 08:23:55 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.4 2014/03/17 23:18:10 naota Exp $
+
+*ruby-vte3-2.2.0 (17 Mar 2014)
+
+ 17 Mar 2014; Naohiro Aota <naota@gentoo.org> +ruby-vte3-2.2.0.ebuild:
+ version bump
*ruby-vte3-2.1.0 (16 Jan 2014)
diff --git a/dev-ruby/ruby-vte3/ruby-vte3-2.2.0.ebuild b/dev-ruby/ruby-vte3/ruby-vte3-2.2.0.ebuild
new file mode 100644
index 000000000000..a71590c556ec
--- /dev/null
+++ b/dev-ruby/ruby-vte3/ruby-vte3-2.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.0.ebuild,v 1.1 2014/03/17 23:18:10 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby VTE bindings"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="${DEPEND} x11-libs/vte:2.90"
+RDEPEND="${RDEPEND} x11-libs/vte:2.90"
+
+ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
+ruby_add_rdepend ">=dev-ruby/ruby-gtk3-${PV}"