public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.12.5.ebuild ChangeLog
Date: Sat, 26 May 2012 09:40:24 +0000 (UTC)	[thread overview]
Message-ID: <20120526094024.A0DD22004B@flycatcher.gentoo.org> (raw)

graaff      12/05/26 09:40:24

  Modified:             hoe-2.12.5.ebuild ChangeLog
  Log:
  Add rdoc also as a test dependency. Fixes bug 417581.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/hoe/hoe-2.12.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?r1=1.2&r2=1.3

Index: hoe-2.12.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hoe-2.12.5.ebuild	20 May 2012 21:03:00 -0000	1.2
+++ hoe-2.12.5.ebuild	26 May 2012 09:40:24 -0000	1.3
@@ -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/hoe/hoe-2.12.5.ebuild,v 1.2 2012/05/20 21:03:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.3 2012/05/26 09:40:24 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -28,7 +28,7 @@
 #   test-time, at least for us;
 # - rubyforge is loaded at runtime when needed, so we don't strictly
 #   depend on it at runtime, but we need it for tests (for now);
-ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
+ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
 
 ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
 



1.131                dev-ruby/hoe/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	20 May 2012 21:03:00 -0000	1.130
+++ ChangeLog	26 May 2012 09:40:24 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hoe
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.130 2012/05/20 21:03:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.131 2012/05/26 09:40:24 graaff Exp $
+
+  26 May 2012; Hans de Graaff <graaff@gentoo.org> hoe-2.12.5.ebuild:
+  Add rdoc also as a test dependency. Fixes bug 417581.
 
   20 May 2012; Agostino Sarubbo <ago@gentoo.org> hoe-2.12.5.ebuild:
   Stable for amd64, wrt bug #411507






             reply	other threads:[~2012-05-26  9:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-26  9:40 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-05 10:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.12.5.ebuild ChangeLog Hans de Graaff (graaff)
2012-11-06 16:52 Jeroen Roovers (jer)
2012-10-27 18:00 Raul Porcel (armin76)
2012-10-21 18:48 Raul Porcel (armin76)
2012-07-25 20:39 Anthony G. Basile (blueness)
2012-07-22 14:15 Gysbert Wassenaar (nixnut)
2012-06-25  7:23 Andreas Schuerch (nativemad)
2012-05-27 14:48 Markus Meier (maekke)
2012-05-20 21:03 Agostino Sarubbo (ago)
2012-01-15 10:11 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=20120526094024.A0DD22004B@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