diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 12:14:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-04-21 12:14:22 +0000 |
commit | b84cd67d2dfd5d7c339d5ab747b181d28ab7c646 (patch) | |
tree | 0585f1cadfcd21c0f040a6e0f1b881a187f2e7c2 /dev-ruby/activerecord | |
parent | License for dev-python/pygui, bug 452356. (diff) | |
download | gentoo-2-b84cd67d2dfd5d7c339d5ab747b181d28ab7c646.tar.gz gentoo-2-b84cd67d2dfd5d7c339d5ab747b181d28ab7c646.tar.bz2 gentoo-2-b84cd67d2dfd5d7c339d5ab747b181d28ab7c646.zip |
Remove nokogiri from Gemfile as it is not needed for the tests.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.2.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 1c99274fbd67..2254ed79a28b 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.259 2014/04/21 06:17:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.260 2014/04/21 12:14:22 graaff Exp $ + + 21 Apr 2014; Hans de Graaff <graaff@gentoo.org> activerecord-3.2.17.ebuild: + Remove nokogiri from Gemfile as it is not needed for the tests. 21 Apr 2014; Hans de Graaff <graaff@gentoo.org> activerecord-4.0.4.ebuild: Add ruby20, ruby21. diff --git a/dev-ruby/activerecord/activerecord-3.2.17.ebuild b/dev-ruby/activerecord/activerecord-3.2.17.ebuild index f6fb93b9e728..424910870283 100644 --- a/dev-ruby/activerecord/activerecord-3.2.17.ebuild +++ b/dev-ruby/activerecord/activerecord-3.2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v 1.1 2014/02/19 07:26:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v 1.2 2014/04/21 12:14:22 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19" @@ -45,7 +45,7 @@ ruby_add_bdepend " all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\)/d" ../Gemfile || die + sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die |