summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-09 16:02:24 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-09 16:02:24 +0000
commit619449b6fe58d2c6e86fd96ff117c5eaef75404c (patch)
treee0b31d7d89f58e8dae7e12342277f04816e19983 /dev-ruby/ruby-vte
parentversion bump (diff)
downloadgentoo-2-619449b6fe58d2c6e86fd96ff117c5eaef75404c.tar.gz
gentoo-2-619449b6fe58d2c6e86fd96ff117c5eaef75404c.tar.bz2
gentoo-2-619449b6fe58d2c6e86fd96ff117c5eaef75404c.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r--dev-ruby/ruby-vte/ChangeLog7
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-2.0.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index db6124b07350..d47c27df7597 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.45 2013/08/17 10:37:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.46 2013/12/09 16:02:24 naota Exp $
+
+*ruby-vte-2.0.2 (09 Dec 2013)
+
+ 09 Dec 2013; Naohiro Aota <naota@gentoo.org> +ruby-vte-2.0.2.ebuild:
+ version bump
17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-vte-1.1.8.ebuild:
Stable for ppc, wrt bug #480974
diff --git a/dev-ruby/ruby-vte/ruby-vte-2.0.2.ebuild b/dev-ruby/ruby-vte/ruby-vte-2.0.2.ebuild
new file mode 100644
index 000000000000..f5679f1de6da
--- /dev/null
+++ b/dev-ruby/ruby-vte/ruby-vte-2.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 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.0.2.ebuild,v 1.1 2013/12/09 16:02:24 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}"