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 5F1821381F3 for ; Sun, 16 Jun 2013 06:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FCBE092C; Sun, 16 Jun 2013 06:18:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4F2DE092C for ; Sun, 16 Jun 2013 06:18:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8E8433D8CC for ; Sun, 16 Jun 2013 06:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 41811E468F for ; Sun, 16 Jun 2013 06:18:34 +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: <1371278901.fae0fc13a1136fb426dfc18e9772b9a99e43f9a4.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/acts-as-taggable-on/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/acts-as-taggable-on/ChangeLog dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild X-VCS-Directories: dev-ruby/acts-as-taggable-on/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fae0fc13a1136fb426dfc18e9772b9a99e43f9a4 X-VCS-Branch: master Date: Sun, 16 Jun 2013 06:18:34 +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: 3754e503-c1b7-4c7d-a08a-84ac92141114 X-Archives-Hash: c054fc448a380c2d10e9b29b9a0e24cb commit: fae0fc13a1136fb426dfc18e9772b9a99e43f9a4 Author: Hans de Graaff degraaff org> AuthorDate: Sat Jun 15 06:48:21 2013 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 15 06:48:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=fae0fc13 Restrict tests due to compatibility issues, but they all pass. Package-Manager: portage-2.1.12.2 --- dev-ruby/acts-as-taggable-on/ChangeLog | 4 ++++ dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-ruby/acts-as-taggable-on/ChangeLog b/dev-ruby/acts-as-taggable-on/ChangeLog index 5792be5..2dbadb2 100644 --- a/dev-ruby/acts-as-taggable-on/ChangeLog +++ b/dev-ruby/acts-as-taggable-on/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 Jun 2013; Hans de Graaff + acts-as-taggable-on-2.4.1.ebuild: + Restrict tests due to compatibility issues, but they all pass. + *acts-as-taggable-on-2.4.1 (09 May 2013) 09 May 2013; Hans de Graaff diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild index 39c360c..91348ff 100644 --- a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild +++ b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-2.4.1.ebuild @@ -8,7 +8,7 @@ USE_RUBY="ruby19" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem @@ -20,9 +20,12 @@ SLOT="3" KEYWORDS="~amd64" IUSE="" +# Compatibility issues with rspec-rails and test-unit autorunner. +RESTRICT="test" + ruby_add_rdepend "=dev-ruby/rails-3*" -ruby_add_bdepend "test? ( dev-ruby/rspec:2 >=dev-ruby/ammeter-0.1.3 dev-ruby/activerecord[sqlite3] )" +ruby_add_bdepend "test? ( dev-ruby/rspec:2 =dev-ruby/rspec-rails-2.13.0 >=dev-ruby/ammeter-0.1.3 dev-ruby/activerecord[sqlite3] )" all_ruby_prepare() { sed -i -e '/git ls-files/d' ${PN}.gemspec || die