summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-05-04 04:56:18 +0000
committerNaohiro Aota <naota@gentoo.org>2013-05-04 04:56:18 +0000
commit5578cd330ae5e1abe5c931ac80c5970262ec09f9 (patch)
tree33fc930a033f47de5592596c6b3cda3c21c763fb /dev-ruby/ruby-vte
parentAdd patch to serch gettext. #466462 (diff)
downloadgentoo-2-5578cd330ae5e1abe5c931ac80c5970262ec09f9.tar.gz
gentoo-2-5578cd330ae5e1abe5c931ac80c5970262ec09f9.tar.bz2
gentoo-2-5578cd330ae5e1abe5c931ac80c5970262ec09f9.zip
version bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r--dev-ruby/ruby-vte/ChangeLog10
-rw-r--r--dev-ruby/ruby-vte/ruby-vte-1.2.6.ebuild19
2 files changed, 26 insertions, 3 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog
index ddb379946c78..082c5d77e140 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.40 2012/12/26 07:18:57 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.41 2013/05/04 04:56:18 naota Exp $
+
+*ruby-vte-1.2.6 (04 May 2013)
+
+ 04 May 2013; Naohiro Aota <naota@gentoo.org> +ruby-vte-1.2.6.ebuild:
+ version bump
*ruby-vte-1.1.8 (26 Dec 2012)
@@ -159,4 +164,3 @@
02 Sep 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ruby-vte-0.15.0.ebuild:
Initial ebuild, #139164
-
diff --git a/dev-ruby/ruby-vte/ruby-vte-1.2.6.ebuild b/dev-ruby/ruby-vte/ruby-vte-1.2.6.ebuild
new file mode 100644
index 000000000000..e86a2a0990f0
--- /dev/null
+++ b/dev-ruby/ruby-vte/ruby-vte-1.2.6.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-1.2.6.ebuild,v 1.1 2013/05/04 04:56:18 naota Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+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}"