From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3ADA258973 for ; Sun, 17 Jan 2016 18:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F72E0870; Sun, 17 Jan 2016 18:30:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 278A221C017 for ; Sun, 17 Jan 2016 18:30:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0009C340662 for ; Sun, 17 Jan 2016 18:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31394E5F for ; Sun, 17 Jan 2016 18:30:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1453055389.7592e2c1b85d95a106668e51747095cdecbb29c7.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-watch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7592e2c1b85d95a106668e51747095cdecbb29c7 X-VCS-Branch: master Date: Sun, 17 Jan 2016 18:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f20879c6-6917-4416-b8dd-108346d02fa8 X-Archives-Hash: 5730a16f425d434e26165ab01e81f2bf commit: 7592e2c1b85d95a106668e51747095cdecbb29c7 Author: Manuel Rüger gentoo org> AuthorDate: Sun Jan 17 18:29:49 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jan 17 18:29:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7592e2c1 www-apps/jekyll-watch: Remove ruby19 target, remove rspec3 workaround Package-Manager: portage-2.2.26 www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild b/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild index 4ffd0bc..9b6a4fe 100644 --- a/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild +++ b/www-apps/jekyll-watch/jekyll-watch-1.3.0.ebuild @@ -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 }