diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-01-15 18:25:42 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-01-15 18:25:42 +0000 |
commit | 51bcf673cf0ee61baaa2cfef9644ee9408b1ecd7 (patch) | |
tree | 5d7e30f8e719e0f0adcd726c3a14da84b550bc28 /dev-ruby/ruby-atk | |
parent | Fixed license, removed sed fix for as-needed (applied upstream), cleanup (diff) | |
download | gentoo-2-51bcf673cf0ee61baaa2cfef9644ee9408b1ecd7.tar.gz gentoo-2-51bcf673cf0ee61baaa2cfef9644ee9408b1ecd7.tar.bz2 gentoo-2-51bcf673cf0ee61baaa2cfef9644ee9408b1ecd7.zip |
version bump
(Portage version: 2.2.8/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 | 9 | ||||
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-2.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 15cf81655142..200f659e671e 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.79 2013/12/05 10:27:06 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.80 2014/01/15 18:25:42 naota Exp $ + +*ruby-atk-2.1.0 (15 Jan 2014) + + 15 Jan 2014; Naohiro Aota <naota@gentoo.org> +ruby-atk-2.1.0.ebuild: + version bump *ruby-atk-2.0.2 (05 Dec 2013) diff --git a/dev-ruby/ruby-atk/ruby-atk-2.1.0.ebuild b/dev-ruby/ruby-atk/ruby-atk-2.1.0.ebuild new file mode 100644 index 000000000000..530f24756cef --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-2.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 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.1.0.ebuild,v 1.1 2014/01/15 18:25:42 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}" |