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/mkrf: ChangeLog mkrf-0.2.3-r2.ebuild
Date: Tue, 29 Oct 2013 16:23:47 +0000 (UTC)	[thread overview]
Message-ID: <20131029162347.EBBED20047@flycatcher.gentoo.org> (raw)

graaff      13/10/29 16:23:47

  Modified:             ChangeLog mkrf-0.2.3-r2.ebuild
  Log:
  Restrict tests since they now fail and this package is deprecated and will be removed once ruby-opengl 0.8.0 is stable.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.34                 dev-ruby/mkrf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Jul 2013 05:10:16 -0000	1.33
+++ ChangeLog	29 Oct 2013 16:23:47 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/mkrf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/ChangeLog,v 1.33 2013/07/08 05:10:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/ChangeLog,v 1.34 2013/10/29 16:23:47 graaff Exp $
+
+  29 Oct 2013; Hans de Graaff <graaff@gentoo.org> mkrf-0.2.3-r2.ebuild:
+  Restrict tests since they now fail and this package is deprecated and will be
+  removed once ruby-opengl 0.8.0 is stable.
 
   08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -mkrf-0.2.3-r1.ebuild:
   Cleanup.



1.13                 dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild?r1=1.12&r2=1.13

Index: mkrf-0.2.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mkrf-0.2.3-r2.ebuild	8 Jan 2013 08:39:53 -0000	1.12
+++ mkrf-0.2.3-r2.ebuild	29 Oct 2013 16:23:47 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild,v 1.12 2013/01/08 08:39:53 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mkrf/mkrf-0.2.3-r2.ebuild,v 1.13 2013/10/29 16:23:47 graaff Exp $
 
 EAPI="2"
 USE_RUBY="ruby18 ruby19"
@@ -26,6 +26,8 @@
 
 DEPEND="${DEPEND} test? ( virtual/libiconv dev-libs/libxml2 )"
 
+RESTRICT="test"
+
 each_ruby_test() {
 	RUBYLIB=. ${RUBY} -S rake test:integration || die
 }





             reply	other threads:[~2013-10-29 16:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29 16:23 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-08  8:39 [gentoo-commits] gentoo-x86 commit in dev-ruby/mkrf: ChangeLog mkrf-0.2.3-r2.ebuild Andreas Schuerch (nativemad)
2012-11-07  5:04 Jeroen Roovers (jer)
2012-10-05 17:44 Brent Baude (ranger)
2012-09-27 10:40 Samuli Suominen (ssuominen)
2012-08-11 19:47 Agostino Sarubbo (ago)
2012-08-08 17:10 Hans de Graaff (graaff)
2012-07-09 12:04 Jeroen Roovers (jer)
2011-12-28  8:32 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=20131029162347.EBBED20047@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