diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-01-08 06:42:30 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-01-08 06:42:30 +0000 |
commit | a7e5c94cf63a581844e304f3ed8a309d911f6fc3 (patch) | |
tree | caeefb8a493b823fd2caae781b1cecc8c397cb77 /dev-ruby/ruby-vte | |
parent | Add missing dependency on dev-ruby/rdoc, fixing bug 395377. (diff) | |
download | gentoo-2-a7e5c94cf63a581844e304f3ed8a309d911f6fc3.tar.gz gentoo-2-a7e5c94cf63a581844e304f3ed8a309d911f6fc3.tar.bz2 gentoo-2-a7e5c94cf63a581844e304f3ed8a309d911f6fc3.zip |
Version bumped.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-vte')
-rw-r--r-- | dev-ruby/ruby-vte/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/ruby-vte/ruby-vte-1.1.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-ruby/ruby-vte/ChangeLog b/dev-ruby/ruby-vte/ChangeLog index ea399e53c134..e7be08c6b20a 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.21 2011/11/09 14:15:18 naota Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.22 2012/01/08 06:42:30 naota Exp $ + +*ruby-vte-1.1.0 (08 Jan 2012) + + 08 Jan 2012; Naohiro Aota <naota@gentoo.org> +ruby-vte-1.1.0.ebuild: + Version bumped. *ruby-vte-1.0.3 (09 Nov 2011) diff --git a/dev-ruby/ruby-vte/ruby-vte-1.1.0.ebuild b/dev-ruby/ruby-vte/ruby-vte-1.1.0.ebuild new file mode 100644 index 000000000000..de7970f7e424 --- /dev/null +++ b/dev-ruby/ruby-vte/ruby-vte-1.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 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.1.0.ebuild,v 1.1 2012/01/08 06:42:30 naota Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby vte bindings" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${RDEPEND} + >=x11-libs/vte-0.12.1:0" +DEPEND="${DEPEND} + >=x11-libs/vte-0.12.1:0 + dev-util/pkgconfig" + +ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}" |