mrueg       15/04/23 23:06:53

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

Revision  Changes    Path
1.34                 dev-ruby/hashie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   11 Apr 2015 07:27:30 -0000      1.33
+++ ChangeLog   23 Apr 2015 23:06:53 -0000      1.34
@@ -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.33 2015/04/11 
07:27:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.34 2015/04/23 
23:06:53 mrueg Exp $
+
+*hashie-3.4.1 (23 Apr 2015)
+
+  23 Apr 2015; Manuel RĂ¼ger <[email protected]> +hashie-3.4.1.ebuild:
+  Version bump.
 
   11 Apr 2015; Hans de Graaff <[email protected]> hashie-2.1.2-r1.ebuild:
   Add ruby22.



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

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

Index: hashie-3.4.1.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.1.ebuild,v 1.1 
2015/04/23 23:06:53 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
}




Reply via email to