diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-25 11:24:58 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-25 11:24:58 +0000 |
commit | 4e84d5d734b9aecb54f45d12a3a384d8a4176127 (patch) | |
tree | c3f1e088526688860ae769bbff8dcf4a6a32d50b /dev-ruby/chronic | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-4e84d5d734b9aecb54f45d12a3a384d8a4176127.tar.gz gentoo-2-4e84d5d734b9aecb54f45d12a3a384d8a4176127.tar.bz2 gentoo-2-4e84d5d734b9aecb54f45d12a3a384d8a4176127.zip |
Drop jruby target.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/chronic')
-rw-r--r-- | dev-ruby/chronic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/chronic/chronic-0.10.2.ebuild | 18 |
2 files changed, 6 insertions, 17 deletions
diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog index 0a4fdeb30610..d33f599dad42 100644 --- a/dev-ruby/chronic/ChangeLog +++ b/dev-ruby/chronic/ChangeLog @@ -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 <mrueg@gentoo.org> chronic-0.10.2.ebuild: + Drop jruby target. 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> chronic-0.10.2.ebuild: Remove trailing '.' from DESCRIPTION. diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild index 2ad13ae1b6b5..31beae64dc13 100644 --- a/dev-ruby/chronic/chronic-0.10.2.ebuild +++ b/dev-ruby/chronic/chronic-0.10.2.ebuild @@ -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 @@ ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" 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 -} |