mrueg 14/11/25 11:24:58 Modified: chronic-0.10.2.ebuild ChangeLog Log: Drop jruby target. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild?r1=1.4&r2=1.5 Index: chronic-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- chronic-0.10.2.ebuild 5 Aug 2014 16:00:28 -0000 1.4 +++ chronic-0.10.2.ebuild 25 Nov 2014 11:24:58 -0000 1.5 @@ -1,9 +1,9 @@ # 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.4 2014/08/05 16:00:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.10.2.ebuild,v 1.5 2014/11/25 11:24:58 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" @@ -25,17 +25,3 @@ all_ruby_prepare() { sed -i -e '/git ls-files/d' chronic.gemspec || die } - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # Two tests error when using ruby18, however the library still - # functions correctly: https://github.com/mojombo/chronic/issues/219 - # 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 - ;; - *) - ;; - esac -} 1.19 dev-ruby/chronic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/chronic/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 5 Aug 2014 16:00:28 -0000 1.18 +++ ChangeLog 25 Nov 2014 11:24:58 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/chronic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.18 2014/08/05 16:00:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.19 2014/11/25 11:24:58 mrueg Exp $ + + 25 Nov 2014; Manuel Rüger <[email protected]> chronic-0.10.2.ebuild: + Drop jruby target. 05 Aug 2014; Manuel Rüger <[email protected]> chronic-0.10.2.ebuild: Remove trailing '.' from DESCRIPTION.
