public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.3.2.ebuild ChangeLog
@ 2011-12-24 13:26 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-24 13:26 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/24 13:26:05

  Modified:             ChangeLog
  Added:                rash-0.3.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 Aug 2011 05:23:22 -0000	1.1
+++ ChangeLog	24 Dec 2011 13:26:05 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.1 2011/08/23 05:23:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.2 2011/12/24 13:26:05 graaff Exp $
+
+*rash-0.3.2 (24 Dec 2011)
+
+  24 Dec 2011; Hans de Graaff <graaff@gentoo.org> +rash-0.3.2.ebuild:
+  Version bump.
 
 *rash-0.3.0 (23 Aug 2011)
 



1.1                  dev-ruby/rash/rash-0.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/rash-0.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rash/rash-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: rash-0.3.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.3.2.ebuild,v 1.1 2011/12/24 13:26:05 graaff Exp $

EAPI=4
USE_RUBY="ruby18 ree18 jruby"

RUBY_FAKEGEM_TASK_TEST="spec"

RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Rash is an extension to Hashie."
HOMEPAGE="https://github.com/tcocca/rash"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend ">=dev-ruby/hashie-1.2.0"
ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5.0:2 )"

all_ruby_prepare() {
	rm Gemfile || die
	sed -i -e '/[Bb]undler/d' Rakefile || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.3.2.ebuild ChangeLog
@ 2012-08-13 23:53 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-13 23:53 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/13 23:53:35

  Modified:             rash-0.3.2.ebuild ChangeLog
  Log:
  Use the rspec recipe for testing; add Ruby 1.9 support.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/rash/rash-0.3.2.ebuild

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

Index: rash-0.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rash-0.3.2.ebuild	24 Dec 2011 13:26:05 -0000	1.1
+++ rash-0.3.2.ebuild	13 Aug 2012 23:53:35 -0000	1.2
@@ -1,11 +1,11 @@
-# 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/rash/rash-0.3.2.ebuild,v 1.1 2011/12/24 13:26:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.3.2.ebuild,v 1.2 2012/08/13 23:53:35 flameeyes Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
+USE_RUBY="ruby18 ruby19 ree18 jruby"
 
-RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
 
@@ -20,7 +20,6 @@
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/hashie-1.2.0"
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5.0:2 )"
 
 all_ruby_prepare() {
 	rm Gemfile || die



1.3                  dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	24 Dec 2011 13:26:05 -0000	1.2
+++ ChangeLog	13 Aug 2012 23:53:35 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.2 2011/12/24 13:26:05 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.3 2012/08/13 23:53:35 flameeyes Exp $
+
+  13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> rash-0.3.2.ebuild:
+  Use the rspec recipe for testing; add Ruby 1.9 support.
 
 *rash-0.3.2 (24 Dec 2011)
 
@@ -12,4 +15,3 @@
   23 Aug 2011; Hans de Graaff <graaff@gentoo.org> +rash-0.3.0.ebuild,
   +metadata.xml:
   Initial import. Dependency of forthcoming faraday_middleware.
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-13 23:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-13 23:53 [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.3.2.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-24 13:26 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox