diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-12-05 10:27:06 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-12-05 10:27:06 +0000 |
commit | 6a172831594b48e1489123e0ee7d91e54c28914e (patch) | |
tree | f9b85c76d0278ebc92dbf08891e38fa5f655d465 /dev-ruby/ruby-atk | |
parent | version bump. (diff) | |
download | gentoo-2-6a172831594b48e1489123e0ee7d91e54c28914e.tar.gz gentoo-2-6a172831594b48e1489123e0ee7d91e54c28914e.tar.bz2 gentoo-2-6a172831594b48e1489123e0ee7d91e54c28914e.zip |
version bump
(Portage version: 2.2.7/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 | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog index 4e78d6533b29..15cf81655142 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.78 2013/08/17 10:37:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.79 2013/12/05 10:27:06 naota Exp $ + +*ruby-atk-2.0.2 (05 Dec 2013) + + 05 Dec 2013; Naohiro Aota <naota@gentoo.org> +ruby-atk-2.0.2.ebuild: + version bump 17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ruby-atk-1.1.8.ebuild: Stable for ppc, wrt bug #480974 diff --git a/dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild b/dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild new file mode 100644 index 000000000000..ac88b5c5a3b5 --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-2.0.2.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-2.0.2.ebuild,v 1.1 2013/12/05 10:27:06 naota Exp $ + +EAPI=4 +USE_RUBY="ruby19 ruby20" + +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}" |