From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.2.2.ebuild
Date: Sun, 19 Aug 2012 18:27:01 +0000 (UTC) [thread overview]
Message-ID: <20120819182701.7E5792004C@flycatcher.gentoo.org> (raw)
graaff 12/08/19 18:27:01
Modified: ChangeLog rake-0.9.2.2.ebuild
Log:
Avoid tests that cannot work during bootstrap, fixing bug 430614.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.126 dev-ruby/rake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 25 Jul 2012 20:29:54 -0000 1.125
+++ ChangeLog 19 Aug 2012 18:27:01 -0000 1.126
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.125 2012/07/25 20:29:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.126 2012/08/19 18:27:01 graaff Exp $
+
+ 19 Aug 2012; Hans de Graaff <graaff@gentoo.org> rake-0.9.2.2.ebuild:
+ Avoid tests that cannot work during bootstrap, fixing bug 430614.
25 Jul 2012; Anthony G. Basile <blueness@gentoo.org> rake-0.8.7-r6.ebuild:
Stable ppc64, bug #411507
1.8 dev-ruby/rake/rake-0.9.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild?r1=1.7&r2=1.8
Index: rake-0.9.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rake-0.9.2.2.ebuild 18 Jul 2012 02:17:38 -0000 1.7
+++ rake-0.9.2.2.ebuild 19 Aug 2012 18:27:01 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.7 2012/07/18 02:17:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.8 2012/08/19 18:27:01 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -30,6 +30,11 @@
# Comment out unimportant test which failes on ruby18 at least.
sed -i -e '/def test_classic_namespace/,/^ end/ s:^:#:' test/test_rake_application_options.rb || die
+ # Avoid tests which can't work in bootstrapping because the test runs
+ # in a directory that can't access the file being loaded.
+ rm test/test_rake_clean.rb || die
+ sed -i -e '/test_run_code_rake/,/^ end/ s:^:#:' test/test_rake_test_task.rb || die
+
# Decompress the file. The compressed version has errors, ignore them.
zcat doc/rake.1.gz > doc/rake.1
}
next reply other threads:[~2012-08-19 18:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-19 18:27 Hans de Graaff (graaff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-28 15:16 [gentoo-commits] gentoo-x86 commit in dev-ruby/rake: ChangeLog rake-0.9.2.2.ebuild Alexis Ballier (aballier)
2012-10-28 18:31 Raul Porcel (armin76)
2012-10-02 21:44 Markus Meier (maekke)
2012-09-18 8:44 Johannes Huber (johu)
2012-09-16 10:47 Agostino Sarubbo (ago)
2012-07-18 2:17 Anthony G. Basile (blueness)
2012-07-13 6:09 Hans de Graaff (graaff)
2012-05-26 6:15 Hans de Graaff (graaff)
2012-03-20 7:25 Hans de Graaff (graaff)
2012-01-08 6:29 Hans de Graaff (graaff)
2011-11-03 11:57 Hans de Graaff (graaff)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120819182701.7E5792004C@flycatcher.gentoo.org \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox