summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-01-16 08:12:23 +0000
committerNaohiro Aota <naota@gentoo.org>2014-01-16 08:12:23 +0000
commite4c142faf71bd90c94d156099358d672e0ac72d3 (patch)
tree9f76cd8aa2712a1e545cf57cde719b9f708c5af6 /dev-ruby/ruby-vte
parentneeds old libgcrypt (bug 494638) (diff)
downloadgentoo-2-e4c142faf71bd90c94d156099358d672e0ac72d3.tar.gz
gentoo-2-e4c142faf71bd90c94d156099358d672e0ac72d3.tar.bz2
gentoo-2-e4c142faf71bd90c94d156099358d672e0ac72d3.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r--dev-ruby/ruby-vte/ChangeLog9
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-2.1.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index d47c27df7597..c0fcb9d2ec1b 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.46 2013/12/09 16:02:24 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.47 2014/01/16 08:12:23 naota Exp $
+
+*ruby-vte-2.1.0 (16 Jan 2014)
+
+ 16 Jan 2014; Naohiro Aota <naota@gentoo.org> +ruby-vte-2.1.0.ebuild:
+ version bump
*ruby-vte-2.0.2 (09 Dec 2013)
diff --git a/dev-ruby/ruby-vte/ruby-vte-2.1.0.ebuild b/dev-ruby/ruby-vte/ruby-vte-2.1.0.ebuild
new file mode 100644
index 000000000000..20d9b5c38240
--- /dev/null
+++ b/dev-ruby/ruby-vte/ruby-vte-2.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.1.0.ebuild,v 1.1 2014/01/16 08:12:23 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby vte bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ >=x11-libs/vte-0.12.1:0"
+DEPEND="${DEPEND}
+ >=x11-libs/vte-0.12.1:0"
+
+ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"