public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fssm: fssm-0.2.8.1.ebuild ChangeLog
Date: Tue, 14 Aug 2012 03:40:16 +0000 (UTC)	[thread overview]
Message-ID: <20120814034016.B859B2004B@flycatcher.gentoo.org> (raw)

flameeyes    12/08/14 03:40:16

  Modified:             fssm-0.2.8.1.ebuild ChangeLog
  Log:
  Port to rspec helper for testing.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/fssm/fssm-0.2.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild?r1=1.4&r2=1.5

Index: fssm-0.2.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fssm-0.2.8.1.ebuild	17 Jun 2012 07:38:58 -0000	1.4
+++ fssm-0.2.8.1.ebuild	14 Aug 2012 03:40:16 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild,v 1.4 2012/06/17 07:38:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/fssm-0.2.8.1.ebuild,v 1.5 2012/08/14 03:40:16 flameeyes Exp $
 
 EAPI=4
 
 USE_RUBY="ruby18 ruby19 ree18 jruby"
 
-RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.markdown"
@@ -27,8 +27,6 @@
 # conditional when keywords are added that are not linux-specific.
 ruby_add_rdepend "kernel_linux? ( >=dev-ruby/rb-inotify-0.8.6-r1 )"
 
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.4.0:2 )"
-
 all_ruby_prepare() {
 	# Remove bundler support
 	sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die



1.21                 dev-ruby/fssm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fssm/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	17 Jun 2012 07:38:58 -0000	1.20
+++ ChangeLog	14 Aug 2012 03:40:16 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/fssm
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/ChangeLog,v 1.20 2012/06/17 07:38:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fssm/ChangeLog,v 1.21 2012/08/14 03:40:16 flameeyes Exp $
+
+  14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> fssm-0.2.8.1.ebuild:
+  Port to rspec helper for testing.
 
   17 Jun 2012; Hans de Graaff <graaff@gentoo.org> fssm-0.2.8.1.ebuild:
   Avoid a dependency on git, fixing bug 420953.
@@ -80,4 +83,3 @@
   09 Jan 2011; Hans de Graaff <graaff@gentoo.org> +fssm-0.2.3.ebuild,
   +metadata.xml:
   Initial import. New dependency of dev-ruby/haml.
-





             reply	other threads:[~2012-08-14  3:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-14  3:40 Diego Petteno (flameeyes) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-01 20:59 [gentoo-commits] gentoo-x86 commit in dev-ruby/fssm: fssm-0.2.8.1.ebuild ChangeLog Fabian Groffen (grobian)
2012-01-22  9:44 Diego Petteno (flameeyes)

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=20120814034016.B859B2004B@flycatcher.gentoo.org \
    --to=flameeyes@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