diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:24:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-07 19:24:11 +0000 |
commit | 99705fc8226765450d3fc997cbadb27a69a2221e (patch) | |
tree | 7e452a4af5ae592e13582809d1e6788e61ab1392 /dev-ruby | |
parent | Remove rubyee18 case in test. (diff) | |
download | gentoo-2-99705fc8226765450d3fc997cbadb27a69a2221e.tar.gz gentoo-2-99705fc8226765450d3fc997cbadb27a69a2221e.tar.bz2 gentoo-2-99705fc8226765450d3fc997cbadb27a69a2221e.zip |
Remove ruby18 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/nokogiri/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.5.10.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/nokogiri/ChangeLog b/dev-ruby/nokogiri/ChangeLog index 485cca0e77b7..a8b50b9d06a8 100644 --- a/dev-ruby/nokogiri/ChangeLog +++ b/dev-ruby/nokogiri/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.92 2014/03/21 12:56:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.93 2014/05/07 19:24:11 mrueg Exp $ + + 07 May 2014; Manuel Rüger <mrueg@gentoo.org> nokogiri-1.5.10.ebuild, + nokogiri-1.5.5.ebuild: + Remove ruby18 target. 21 Mar 2014; Hans de Graaff <graaff@gentoo.org> nokogiri-1.6.0.ebuild: Add ruby21 support. Drop ruby18. Generate docs directly rather than through diff --git a/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild b/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild index 0adf84b2cc10..72968f7c0db8 100644 --- a/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild,v 1.3 2014/01/02 07:16:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.10.ebuild,v 1.4 2014/05/07 19:24:11 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild b/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild index e8708c8274b7..295eeb5f7719 100644 --- a/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild,v 1.10 2014/01/02 07:16:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild,v 1.11 2014/05/07 19:24:11 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" |