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 EC5E5138331 for ; Thu, 1 Sep 2016 19:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B18AE21C03E; Thu, 1 Sep 2016 19:49:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47D6621C03E for ; Thu, 1 Sep 2016 19:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE6E5340A15 for ; Thu, 1 Sep 2016 19:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6F92476 for ; Thu, 1 Sep 2016 19:49:55 +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: <1472759384.700a91cdc0de080c0cc47fabfdf312a4681828ab.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/will_paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild dev-ruby/will_paginate/will_paginate-3.1.0.ebuild X-VCS-Directories: dev-ruby/will_paginate/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 700a91cdc0de080c0cc47fabfdf312a4681828ab X-VCS-Branch: master Date: Thu, 1 Sep 2016 19:49:55 +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: 4db92a34-4795-4f3f-9740-a202670e72e2 X-Archives-Hash: aba02bb189c437f529cff2af374c48bd commit: 700a91cdc0de080c0cc47fabfdf312a4681828ab Author: Hans de Graaff gentoo org> AuthorDate: Thu Sep 1 19:21:20 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Sep 1 19:49:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700a91cd dev-ruby/will_paginate: fix tests, add ruby23 revision Package-Manager: portage-2.2.28 ..._paginate-3.1.0.ebuild => will_paginate-3.1.0-r1.ebuild} | 13 ++++++++++--- dev-ruby/will_paginate/will_paginate-3.1.0.ebuild | 9 ++++++++- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild b/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild similarity index 61% copy from dev-ruby/will_paginate/will_paginate-3.1.0.ebuild copy to dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild index a27a210..4a59d88 100644 --- a/dev-ruby/will_paginate/will_paginate-3.1.0.ebuild +++ b/dev-ruby/will_paginate/will_paginate-3.1.0-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -17,11 +17,18 @@ HOMEPAGE="https://github.com/mislav/will_paginate/" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="~amd64 ~x86-macos" IUSE="" +all_ruby_prepare() { + sed -i -e '1igem "rails", "<5"' spec/spec_helper.rb || die + + # Remove tests for unpackaged ORMs + rm -f spec/finders/{sequel,mongoid,data_mapper}* || die +} + ruby_add_bdepend " test? ( - dev-ruby/rails +