commit: 668fc1e42b00d3123cb80b3a4c1b4f016467d8c8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 05:36:23 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 05:36:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668fc1e4
dev-ruby/arel-helpers: version bump Fix FEATURES=test and USE=doc. Fix LICENSE. Package-Manager: portage-2.2.20.1 dev-ruby/arel-helpers/Manifest | 1 + dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild | 2 +- ...arel-helpers-2.0.1.ebuild => arel-helpers-2.1.0.ebuild} | 14 +++++++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest index fc26530..66294b2 100644 --- a/dev-ruby/arel-helpers/Manifest +++ b/dev-ruby/arel-helpers/Manifest @@ -1 +1,2 @@ DIST arel-helpers-2.0.1.gem 9728 SHA256 de627d6d78af542d99bdfd178e7decd8f351e4de66758ac220f92418291b8b82 SHA512 241af61b00822ac091a04673ae0f6421c88ce8b96141cc9f468c62465b2720ca38d1a041faa720db40dd3a4cee407c1126152ac6125b3ed9a759daedd06b6955 WHIRLPOOL 3024a34b8a9720acbfb66e811b97ff1954c3cda83a97bc2544b5dbab0d94f5eb09eec8891c88bd0582dfdffdfe5abbf1e3be47cc9b61b888e52cb8a85121ab3c +DIST arel-helpers-2.1.0.gem 10752 SHA256 f3c9ae9bef08367f98fe825ac985034c7c0c0e3de4fb65b45c23fc8d3defc241 SHA512 b3f969f41d634de6170042686a7bdb92571e7a27b701aa05628cc9d461d4c1b6db442ff38f4ad431b7b431a78f9340a292cf1288fa353cddd50af237875e090b WHIRLPOOL f40167d2d85150915fa3aba698483e124004bf5a35499712e9b4493ac126bcb380d5a9557a1d9ed62b94e538841401833fe798a4e44fe5d57b4a21a4c49eddf6 diff --git a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild index 4497c93..21b116f 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Tools to help construct database queries" HOMEPAGE="https://github.com/camertron/arel-helpers" SRC_URI="mirror://rubygems/${P}.gem" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" diff --git a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.1.0.ebuild similarity index 67% copy from dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild copy to dev-ruby/arel-helpers/arel-helpers-2.1.0.ebuild index 4497c93..1f652ea 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.0.1.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.1.0.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/metasploit_data_models/metasploit_data_models-0.17.0.ebuild,v 1.3 2014/07/09 21:13:54 zerochaos Exp $ +# $Id$ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + inherit ruby-fakegem DESCRIPTION="Tools to help construct database queries" HOMEPAGE="https://github.com/camertron/arel-helpers" -SRC_URI="mirror://rubygems/${P}.gem" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" @@ -20,3 +22,9 @@ ruby_add_rdepend "|| ( dev-ruby/activerecord:3.2 dev-ruby/activerecord:4.0 dev-ruby/activerecord:4.1 dev-ruby/activerecord:4.2 )" + +ruby_add_bdepend "test? ( dev-ruby/activerecord[sqlite] )" + +all_ruby_prepare() { + sed -i -e '/pry-nav/ s:^:#:' spec/spec_helper.rb || die +}
