public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r1.ebuild ChangeLog
@ 2013-10-09  1:20 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-09  1:20 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/10/09 01:20:10

  Modified:             ChangeLog
  Added:                rash-0.4.0-r1.ebuild
  Log:
  Add ruby20 target.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Jul 2013 06:55:56 -0000	1.6
+++ ChangeLog	9 Oct 2013 01:20:10 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.6 2013/07/17 06:55:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.7 2013/10/09 01:20:10 mrueg Exp $
+
+*rash-0.4.0-r1 (09 Oct 2013)
+
+  09 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +rash-0.4.0-r1.ebuild:
+  Add ruby20 target.
 
   17 Jul 2013; Hans de Graaff <graaff@gentoo.org> -rash-0.3.2.ebuild:
   Cleanup.



1.1                  dev-ruby/rash/rash-0.4.0-r1.ebuild

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

Index: rash-0.4.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.1 2013/10/09 01:20:09 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

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-2.0.0"

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





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r1.ebuild ChangeLog
@ 2014-04-24 20:11 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-04-24 20:11 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/04/24 20:11:26

  Modified:             rash-0.4.0-r1.ebuild ChangeLog
  Log:
  Remove ruby18 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  dev-ruby/rash/rash-0.4.0-r1.ebuild

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

Index: rash-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rash-0.4.0-r1.ebuild	9 Oct 2013 01:20:09 -0000	1.1
+++ rash-0.4.0-r1.ebuild	24 Apr 2014 20:11:26 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.1 2013/10/09 01:20:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.2 2014/04/24 20:11:26 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -11,7 +11,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="Rash is an extension to Hashie."
+DESCRIPTION="Rash is an extension to Hashie"
 HOMEPAGE="https://github.com/tcocca/rash"
 
 LICENSE="MIT"



1.9                  dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Nov 2013 01:13:02 -0000	1.8
+++ ChangeLog	24 Apr 2014 20:11:26 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.8 2013/11/05 01:13:02 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.9 2014/04/24 20:11:26 mrueg Exp $
+
+  24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> rash-0.4.0-r1.ebuild:
+  Remove ruby18 support.
 
   05 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -rash-0.4.0.ebuild:
   Cleanup old.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r1.ebuild ChangeLog
@ 2014-08-06  7:06 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-06  7:06 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/06 07:06:54

  Modified:             rash-0.4.0-r1.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/rash/rash-0.4.0-r1.ebuild

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

Index: rash-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rash-0.4.0-r1.ebuild	24 Apr 2014 20:11:26 -0000	1.2
+++ rash-0.4.0-r1.ebuild	6 Aug 2014 07:06:54 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.2 2014/04/24 20:11:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.3 2014/08/06 07:06:54 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



1.10                 dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	24 Apr 2014 20:11:26 -0000	1.9
+++ ChangeLog	6 Aug 2014 07:06:54 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.9 2014/04/24 20:11:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.10 2014/08/06 07:06:54 mrueg Exp $
+
+  06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rash-0.4.0-r1.ebuild:
+  Add ruby21 target.
 
   24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> rash-0.4.0-r1.ebuild:
   Remove ruby18 support.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r1.ebuild ChangeLog
@ 2014-11-11 11:05 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-11 11:05 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/11 11:05:41

  Modified:             rash-0.4.0-r1.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/rash/rash-0.4.0-r1.ebuild

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

Index: rash-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rash-0.4.0-r1.ebuild	6 Aug 2014 07:06:54 -0000	1.3
+++ rash-0.4.0-r1.ebuild	11 Nov 2014 11:05:41 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.3 2014/08/06 07:06:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r1.ebuild,v 1.4 2014/11/11 11:05:41 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



1.11                 dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	6 Aug 2014 07:06:54 -0000	1.10
+++ ChangeLog	11 Nov 2014 11:05:41 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.10 2014/08/06 07:06:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.11 2014/11/11 11:05:41 mrueg Exp $
+
+  11 Nov 2014; Manuel Rüger <mrueg@gentoo.org> rash-0.4.0-r1.ebuild:
+  Drop jruby target.
 
   06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> rash-0.4.0-r1.ebuild:
   Add ruby21 target.





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

end of thread, other threads:[~2014-11-11 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 20:11 [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r1.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-11 11:05 Manuel Rueger (mrueg)
2014-08-06  7:06 Manuel Rueger (mrueg)
2013-10-09  1:20 Manuel Rueger (mrueg)

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