diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-05-04 02:08:55 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-05-04 02:08:55 +0000 |
commit | a401f96b4ec97df1f5eaff30f13fe6d1d9120829 (patch) | |
tree | cb101c988d6c947a74462cc71728291665fb3cae /dev-ruby/ruby-atk | |
parent | version bump (diff) | |
download | gentoo-2-a401f96b4ec97df1f5eaff30f13fe6d1d9120829.tar.gz gentoo-2-a401f96b4ec97df1f5eaff30f13fe6d1d9120829.tar.bz2 gentoo-2-a401f96b4ec97df1f5eaff30f13fe6d1d9120829.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-atk')
-rw-r--r-- | dev-ruby/ruby-atk/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-1.2.6.ebuild | 16 |
2 files changed, 23 insertions, 3 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog index 4f9302063f13..b0d64ed69ead 100644 --- a/dev-ruby/ruby-atk/ChangeLog +++ b/dev-ruby/ruby-atk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-atk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.73 2012/12/26 06:39:33 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.74 2013/05/04 02:08:55 naota Exp $ + +*ruby-atk-1.2.6 (04 May 2013) + + 04 May 2013; Naohiro Aota <naota@gentoo.org> +ruby-atk-1.2.6.ebuild: + version bump *ruby-atk-1.1.8 (26 Dec 2012) @@ -281,4 +286,3 @@ Add ruby-atk for bug 44739, ruby-gtk2 now depends on this. Thanks to Takayuki Yamaguchi for the initial ebuild submission, and Xavier Neys for catching my mistake omitting this one. - diff --git a/dev-ruby/ruby-atk/ruby-atk-1.2.6.ebuild b/dev-ruby/ruby-atk/ruby-atk-1.2.6.ebuild new file mode 100644 index 000000000000..f9eca732af13 --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-1.2.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.2.6.ebuild,v 1.1 2013/05/04 02:08:55 naota Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19 ree18" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby Atk bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +DEPEND="${DEPEND} dev-libs/atk" +RDEPEND="${RDEPEND} dev-libs/atk" + +ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |