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-r2.ebuild ChangeLog
@ 2015-05-25  5:05 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-05-25  5:05 UTC (permalink / raw
  To: gentoo-commits

graaff      15/05/25 05:05:05

  Modified:             ChangeLog
  Added:                rash-0.4.0-r2.ebuild
  Log:
  Make hashie dependency more lenient to match versions still in the tree.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.13                 dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Apr 2015 06:00:55 -0000	1.12
+++ ChangeLog	25 May 2015 05:05:05 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.12 2015/04/27 06:00:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.13 2015/05/25 05:05:05 graaff Exp $
+
+*rash-0.4.0-r2 (25 May 2015)
+
+  25 May 2015; Hans de Graaff <graaff@gentoo.org> +rash-0.4.0-r2.ebuild:
+  Make hashie dependency more lenient to match versions still in the tree.
 
   27 Apr 2015; Hans de Graaff <graaff@gentoo.org> rash-0.4.0-r1.ebuild:
   Add ruby22. Depend on the correct slot.



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

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

Index: rash-0.4.0-r2.ebuild
===================================================================
# Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/05/25 05:05:05 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_EXTRADOC="README.rdoc"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

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:0"

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

	sed -i -e '/hashie/ s/2.0.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r2.ebuild ChangeLog
@ 2015-05-25  5:42 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2015-05-25  5:42 UTC (permalink / raw
  To: gentoo-commits

patrick     15/05/25 05:42:09

  Modified:             rash-0.4.0-r2.ebuild ChangeLog
  Log:
  Keyword for ~x86
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: rash-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rash-0.4.0-r2.ebuild	25 May 2015 05:05:05 -0000	1.1
+++ rash-0.4.0-r2.ebuild	25 May 2015 05:42:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/05/25 05:05:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild,v 1.2 2015/05/25 05:42:09 patrick Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/hashie-2.0.0:0"



1.15                 dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 May 2015 05:05:26 -0000	1.14
+++ ChangeLog	25 May 2015 05:42:09 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.14 2015/05/25 05:05:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.15 2015/05/25 05:42:09 patrick Exp $
+
+  25 May 2015; Patrick Lauer <patrick@gentoo.org> rash-0.4.0-r2.ebuild:
+  Keyword for ~x86
 
   25 May 2015; Hans de Graaff <graaff@gentoo.org> -rash-0.4.0-r1.ebuild:
   Remove broken version.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r2.ebuild ChangeLog
@ 2015-06-04  6:17 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-06-04  6:17 UTC (permalink / raw
  To: gentoo-commits

graaff      15/06/04 06:17:55

  Modified:             rash-0.4.0-r2.ebuild ChangeLog
  Log:
  Avoid unneeded dependency on git, bug 551076.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

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

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

Index: rash-0.4.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rash-0.4.0-r2.ebuild	25 May 2015 05:42:09 -0000	1.2
+++ rash-0.4.0-r2.ebuild	4 Jun 2015 06:17:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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-r2.ebuild,v 1.2 2015/05/25 05:42:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/rash-0.4.0-r2.ebuild,v 1.3 2015/06/04 06:17:55 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -27,5 +27,6 @@
 	rm Gemfile || die
 	sed -i -e '/[Bb]undler/d' Rakefile || die
 
-	sed -i -e '/hashie/ s/2.0.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+	sed -i -e '/hashie/ s/2.0.0/2.0/' \
+		-e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
 }



1.16                 dev-ruby/rash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	25 May 2015 05:42:09 -0000	1.15
+++ ChangeLog	4 Jun 2015 06:17:55 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.15 2015/05/25 05:42:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rash/ChangeLog,v 1.16 2015/06/04 06:17:55 graaff Exp $
+
+  04 Jun 2015; Hans de Graaff <graaff@gentoo.org> rash-0.4.0-r2.ebuild:
+  Avoid unneeded dependency on git, bug 551076.
 
   25 May 2015; Patrick Lauer <patrick@gentoo.org> rash-0.4.0-r2.ebuild:
   Keyword for ~x86





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

end of thread, other threads:[~2015-06-04  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25  5:05 [gentoo-commits] gentoo-x86 commit in dev-ruby/rash: rash-0.4.0-r2.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-25  5:42 Patrick Lauer (patrick)
2015-06-04  6:17 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