diff options
author | 2012-04-16 17:43:04 +0000 | |
---|---|---|
committer | 2012-04-16 17:43:04 +0000 | |
commit | 0ee24a2569221a009657b99251e98a8c6ff726dc (patch) | |
tree | e176afe3f0914a7b9e91522036c219dadcc77dac /dev-ruby/ruby-atk | |
parent | Remove old versions. (diff) | |
download | gentoo-2-0ee24a2569221a009657b99251e98a8c6ff726dc.tar.gz gentoo-2-0ee24a2569221a009657b99251e98a8c6ff726dc.tar.bz2 gentoo-2-0ee24a2569221a009657b99251e98a8c6ff726dc.zip |
Drop ruby19 to create a stable candidate.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r-- | dev-ruby/ruby-atk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog index 35ddafc52bd2..bd42702a0344 100644 --- a/dev-ruby/ruby-atk/ChangeLog +++ b/dev-ruby/ruby-atk/ChangeLog @@ -1,6 +1,9 @@ # 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.57 2012/04/16 17:42:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.58 2012/04/16 17:43:04 graaff Exp $ + + 16 Apr 2012; Hans de Graaff <graaff@gentoo.org> ruby-atk-1.0.3.ebuild: + Drop ruby19 to create a stable candidate. 16 Apr 2012; Hans de Graaff <graaff@gentoo.org> -ruby-atk-0.90.8.ebuild, -ruby-atk-0.90.9.ebuild, -ruby-atk-1.0.0.ebuild: diff --git a/dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild b/dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild index 67d380189224..fbfb99cd06e8 100644 --- a/dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild +++ b/dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild @@ -1,9 +1,9 @@ # 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.0.3.ebuild,v 1.2 2012/02/06 19:09:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.0.3.ebuild,v 1.3 2012/04/16 17:43:04 graaff Exp $ EAPI="2" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" inherit ruby-ng-gnome2 |