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/rake: ChangeLog rake-0.9.2.2.ebuild
Date: Sun,  8 Jan 2012 06:29:36 +0000 (UTC)	[thread overview]
Message-ID: <20120108062936.3D23B2004B@flycatcher.gentoo.org> (raw)

graaff      12/01/08 06:29:36

  Modified:             ChangeLog rake-0.9.2.2.ebuild
  Log:
  Add missing dependency on dev-ruby/rdoc, fixing bug 395377.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.114                dev-ruby/rake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	31 Dec 2011 19:18:55 -0000	1.113
+++ ChangeLog	8 Jan 2012 06:29:36 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rake
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.113 2011/12/31 19:18:55 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.114 2012/01/08 06:29:36 graaff Exp $
+
+  08 Jan 2012; Hans de Graaff <graaff@gentoo.org> rake-0.9.2.2.ebuild:
+  Add missing dependency on dev-ruby/rdoc, fixing bug 395377.
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> rake-0.9.2.2.ebuild:
   Add Prefix keywords, bug #396547



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild?r1=1.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rake-0.9.2.2.ebuild	31 Dec 2011 19:18:55 -0000	1.2
+++ rake-0.9.2.2.ebuild	8 Jan 2012 06:29:36 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.2 2011/12/31 19:18:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.2.2.ebuild,v 1.3 2012/01/08 06:29:36 graaff Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -23,7 +23,8 @@
 DEPEND="${DEPEND} app-arch/gzip"
 RDEPEND="${RDEPEND}"
 
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )
+	test? ( dev-ruby/minitest )"
 
 all_ruby_prepare() {
 	# Comment out unimportant test which failes on ruby18 at least.






             reply	other threads:[~2012-01-08  6:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08  6:29 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-08-19 18:27 Hans de Graaff (graaff)
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)
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=20120108062936.3D23B2004B@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