www-apps/jekyll-watch: Remove ruby19 target, remove rspec3 workaround
authorManuel Rüger <mrueg@gentoo.org>
Sun, 17 Jan 2016 18:29:49 +0000 (19:29 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 17 Jan 2016 18:29:49 +0000 (19:29 +0100)
Package-Manager: portage-2.2.26

www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild

index 4ffd0bce342da69f02118ab4806e24e1f098f735..9b6a4fea86457720bc11c244a4d94939333ed37f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC=""
@@ -25,6 +25,4 @@ ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )"
 
 all_ruby_prepare() {
        rm Rakefile || die
-       # Fix tests until Rspec:3 is in tree
-       sed -i -e "/default_formatter/d" -e "/verify_partial_doubles/d" spec/spec_helper.rb || die
 }