public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-3.4.2.ebuild ChangeLog
@ 2015-06-03 22:13 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-06-03 22:13 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/06/03 22:13:01

  Modified:             ChangeLog
  Added:                hashie-3.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.35                 dev-ruby/hashie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	23 Apr 2015 23:06:53 -0000	1.34
+++ ChangeLog	3 Jun 2015 22:13:01 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/hashie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.34 2015/04/23 23:06:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.35 2015/06/03 22:13:01 mrueg Exp $
+
+*hashie-3.4.2 (03 Jun 2015)
+
+  03 Jun 2015; Manuel Rüger <mrueg@gentoo.org> +hashie-3.4.2.ebuild:
+  Version bump.
 
 *hashie-3.4.1 (23 Apr 2015)
 



1.1                  dev-ruby/hashie/hashie-3.4.2.ebuild

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

Index: hashie-3.4.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.4.2.ebuild,v 1.1 2015/06/03 22:13:01 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

inherit ruby-fakegem

DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
HOMEPAGE="http://intridea.com/posts/hashie-the-hash-toolkit"

LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/activesupport )"

all_ruby_prepare() {
	# Remove bundler and fix one spec that depends on its requires
	#rm Gemfile || die
	sed -i -e '/[Bb]undler/d' Rakefile || die
	sed -e '/pry/ s:^:#:' -i spec/spec_helper.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-3.4.2.ebuild ChangeLog
@ 2015-07-29 18:23 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2015-07-29 18:23 UTC (permalink / raw
  To: gentoo-commits

grobian     15/07/29 18:23:22

  Modified:             hashie-3.4.2.ebuild ChangeLog
  Log:
  Keyworded for *-solaris, *-macos, ~x86-linux, bug #491822
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  dev-ruby/hashie/hashie-3.4.2.ebuild

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

Index: hashie-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hashie-3.4.2.ebuild	3 Jun 2015 22:13:01 -0000	1.1
+++ hashie-3.4.2.ebuild	29 Jul 2015 18:23:22 -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/hashie/hashie-3.4.2.ebuild,v 1.1 2015/06/03 22:13:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.4.2.ebuild,v 1.2 2015/07/29 18:23:22 grobian Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/activesupport )"



1.36                 dev-ruby/hashie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	3 Jun 2015 22:13:01 -0000	1.35
+++ ChangeLog	29 Jul 2015 18:23:22 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hashie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.35 2015/06/03 22:13:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.36 2015/07/29 18:23:22 grobian Exp $
+
+  29 Jul 2015; Fabian Groffen <grobian@gentoo.org> hashie-3.4.2.ebuild:
+  Keyworded for *-solaris, *-macos, ~x86-linux, bug #491822
 
 *hashie-3.4.2 (03 Jun 2015)
 





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

end of thread, other threads:[~2015-07-29 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 18:23 [gentoo-commits] gentoo-x86 commit in dev-ruby/hashie: hashie-3.4.2.ebuild ChangeLog Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-03 22:13 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