From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FDDE138334 for ; Tue, 15 Jan 2019 06:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92D7FE09D8; Tue, 15 Jan 2019 06:02:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B32E09D8 for ; Tue, 15 Jan 2019 06:02:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF5B5335D07 for ; Tue, 15 Jan 2019 06:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A749851A for ; Tue, 15 Jan 2019 06:02:43 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1547531979.9bf510b85c81cc18d45e22c296a8559f4f34e8d9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tidy_table/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild X-VCS-Directories: dev-ruby/tidy_table/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9bf510b85c81cc18d45e22c296a8559f4f34e8d9 X-VCS-Branch: master Date: Tue, 15 Jan 2019 06:02:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 105d4269-f38d-4e27-a520-488b2957f988 X-Archives-Hash: 5ba3596ff6f65644024ee4ad4ca220da commit: 9bf510b85c81cc18d45e22c296a8559f4f34e8d9 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 15 05:59:39 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 15 05:59:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf510b8 dev-ruby/tidy_table: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild index 1b47836e391..fc378a13908 100644 --- a/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild +++ b/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" -RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" @@ -23,5 +23,5 @@ IUSE="" all_ruby_prepare() { # Remove reference to RSpec 1 - sed -i -e '/spec/d' spec/spec_helper.rb || die + sed -i -e '/spec/d' -e '1irequire "date"' spec/spec_helper.rb || die }