diff options
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index b8ad95718822..e8811aded42b 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.51 2010/04/03 12:06:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.52 2010/04/03 12:12:25 graaff Exp $ + + 03 Apr 2010; Hans de Graaff <graaff@gentoo.org> tzinfo-0.3.16.ebuild: + Drop ruby19 and jruby to facilitate stabling this specific version. 03 Apr 2010; Hans de Graaff <graaff@gentoo.org> -tzinfo-0.3.15.ebuild, -tzinfo-0.3.17.ebuild: diff --git a/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild index bf6430441f6d..2d90c8998ed8 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.2 2010/01/11 11:42:44 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.3 2010/04/03 12:12:25 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES README" |