diff options
author | 2012-01-07 22:21:58 +0000 | |
---|---|---|
committer | 2012-01-07 22:21:58 +0000 | |
commit | 0c78f423796cc4d28ceb6ab9ec02c67c950e8301 (patch) | |
tree | c02a12a2ef24316eb56ef3e9df50b08340412dcd /dev-ruby | |
parent | Version bumped. (diff) | |
download | gentoo-2-0c78f423796cc4d28ceb6ab9ec02c67c950e8301.tar.gz gentoo-2-0c78f423796cc4d28ceb6ab9ec02c67c950e8301.tar.bz2 gentoo-2-0c78f423796cc4d28ceb6ab9ec02c67c950e8301.zip |
Version bumped.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-atk/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog index 8896d84b3506..05cd3d3b7e19 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.53 2011/11/09 13:44:29 naota Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.54 2012/01/07 22:21:58 naota Exp $ + +*ruby-atk-1.1.0 (07 Jan 2012) + + 07 Jan 2012; Naohiro Aota <naota@gentoo.org> +ruby-atk-1.1.0.ebuild: + Version bumped. *ruby-atk-1.0.3 (09 Nov 2011) diff --git a/dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild b/dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild new file mode 100644 index 000000000000..66e16e04f6bf --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 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.1.0.ebuild,v 1.1 2012/01/07 22:21:58 naota Exp $ + +EAPI="2" +USE_RUBY="ruby18 ruby19" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby Atk bindings" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="${DEPEND} dev-libs/atk" +RDEPEND="${RDEPEND} dev-libs/atk" + +ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |