From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/litc: ChangeLog litc-1.0.3-r1.ebuild
Date: Sun, 5 Jul 2015 18:34:22 +0000 (UTC) [thread overview]
Message-ID: <20150705183422.6540A750@oystercatcher.gentoo.org> (raw)
graaff 15/07/05 18:34:22
Modified: ChangeLog litc-1.0.3-r1.ebuild
Log:
Make sure a compatible version of minitest is used for tests.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.13 dev-ruby/litc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 7 Jun 2015 18:08:13 -0000 1.12
+++ ChangeLog 5 Jul 2015 18:34:22 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/litc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.12 2015/06/07 18:08:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/ChangeLog,v 1.13 2015/07/05 18:34:22 graaff Exp $
+
+ 05 Jul 2015; Hans de Graaff <graaff@gentoo.org> litc-1.0.3-r1.ebuild:
+ Make sure a compatible version of minitest is used for tests.
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
1.6 dev-ruby/litc/litc-1.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild?r1=1.5&r2=1.6
Index: litc-1.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- litc-1.0.3-r1.ebuild 1 Feb 2015 15:42:04 -0000 1.5
+++ litc-1.0.3-r1.ebuild 5 Jul 2015 18:34:22 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild,v 1.5 2015/02/01 15:42:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/litc/litc-1.0.3-r1.ebuild,v 1.6 2015/07/05 18:34:22 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -19,11 +19,12 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
-ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb )"
+ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/fakeweb dev-ruby/minitest:0 )"
all_ruby_prepare() {
# Don't check dependencies since we provide slightly different packages.
sed -i -e '/check_dependencies/d'\
-e 's#rake/rdoctask#rdoc/task#' Rakefile || die
- sed -i -e '/ruby-debug/ s:^:#:' test/helper.rb || die
+ sed -i -e '/ruby-debug/ s:^:#:' \
+ -e '2agem "minitest", "~> 4.0"' test/helper.rb || die
}
next reply other threads:[~2015-07-05 18:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-05 18:34 Hans de Graaff (graaff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-02-01 15:42 [gentoo-commits] gentoo-x86 commit in dev-ruby/litc: ChangeLog litc-1.0.3-r1.ebuild 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=20150705183422.6540A750@oystercatcher.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