diff options
author | 2010-04-25 09:35:26 +0000 | |
---|---|---|
committer | 2010-04-25 09:35:26 +0000 | |
commit | c091cbd3d31da0b6e60c4fb1a1909c9128eb3aac (patch) | |
tree | a7be6190db4937620eb3bf29df624d54d9c02757 /dev-ruby/ruby-atk | |
parent | Python ABI fixes, #316165 (diff) | |
download | historical-c091cbd3d31da0b6e60c4fb1a1909c9128eb3aac.tar.gz historical-c091cbd3d31da0b6e60c4fb1a1909c9128eb3aac.tar.bz2 historical-c091cbd3d31da0b6e60c4fb1a1909c9128eb3aac.zip |
Version bump to ruby-gnome 0.19.4.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
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-0.19.4.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog index 5b7cd23b2d4c..9173ee8d6d75 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.43 2010/01/13 18:50:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.44 2010/04/25 09:34:03 graaff Exp $ + +*ruby-atk-0.19.4 (25 Apr 2010) + + 25 Apr 2010; Hans de Graaff <graaff@gentoo.org> +ruby-atk-0.19.4.ebuild: + Version bump to ruby-gnome 0.19.4. *ruby-atk-0.19.3 (13 Jan 2010) diff --git a/dev-ruby/ruby-atk/ruby-atk-0.19.4.ebuild b/dev-ruby/ruby-atk/ruby-atk-0.19.4.ebuild new file mode 100644 index 000000000000..32532f65cb65 --- /dev/null +++ b/dev-ruby/ruby-atk/ruby-atk-0.19.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.19.4.ebuild,v 1.1 2010/04/25 09:34:03 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby Atk bindings" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="${DEPEND} dev-libs/atk" +RDEPEND="${RDEPEND} dev-libs/atk" + +ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}" |