mrueg 14/04/24 20:20:03 Modified: chronic-0.10.2.ebuild ChangeLog Log: Remove ruby18 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/chronic/chronic-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild?r1=1.1&r2=1.2 Index: chronic-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chronic-0.10.2.ebuild 9 Oct 2013 00:37:08 -0000 1.1 +++ chronic-0.10.2.ebuild 24 Apr 2014 20:20:03 -0000 1.2 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v 1.1 2013/10/09 00:37:08 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v 1.2 2014/04/24 20:20:03 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" @@ -28,13 +28,9 @@ each_ruby_prepare() { case ${RUBY} in - *ruby18) + *jruby) # Two tests error when using ruby18, however the library still # functions correctly: https://github.com/mojombo/chronic/issues/219 - sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die - sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die - ;; - *jruby) # The same tests also fail on jruby1.6 sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die 1.16 dev-ruby/chronic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 5 Nov 2013 00:19:22 -0000 1.15 +++ ChangeLog 24 Apr 2014 20:20:03 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/chronic -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.15 2013/11/05 00:19:22 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.16 2014/04/24 20:20:03 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <[email protected]> chronic-0.10.2.ebuild: + Remove ruby18 support. 05 Nov 2013; Manuel Rüger <[email protected]> -chronic-0.9.1.ebuild: Cleanup old.
