graaff      15/05/24 06:47:21

  Modified:             ChangeLog
  Added:                safe_yaml-1.0.4-r2.ebuild
  Log:
  Add ruby22. Drop ruby19 due to heredoc_unindent dependency. Be specific about 
rspec version.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.21                 dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   5 Feb 2015 10:16:32 -0000       1.20
+++ ChangeLog   24 May 2015 06:47:21 -0000      1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/safe_yaml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.20 
2015/02/05 10:16:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.21 
2015/05/24 06:47:21 graaff Exp $
+
+*safe_yaml-1.0.4-r2 (24 May 2015)
+
+  24 May 2015; Hans de Graaff <[email protected]> +safe_yaml-1.0.4-r2.ebuild:
+  Add ruby22. Drop ruby19 due to heredoc_unindent dependency. Be specific about
+  rspec version.
 
   05 Feb 2015; Agostino Sarubbo <[email protected]> safe_yaml-1.0.4.ebuild:
   Stable for x86, wrt bug #536890



1.1                  dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild

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

Index: safe_yaml-1.0.4-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/safe_yaml/safe_yaml-1.0.4-r2.ebuild,v 1.1 
2015/05/24 06:47:21 graaff Exp $

EAPI=5

USE_RUBY="ruby20 ruby21 ruby22"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_RECIPE_TEST="none"

inherit ruby-fakegem

DESCRIPTION="Parse YAML safely, without that pesky arbitrary object 
deserialization vulnerability"
HOMEPAGE="https://dtao.github.com/safe_yaml";

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

ruby_add_bdepend "test? ( dev-ruby/hashie
        dev-ruby/heredoc_unindent
        dev-ruby/rspec:3 )"

each_ruby_test() {
        # Run specs with monkeypatch
        ${RUBY} -S rspec-3 --tag ~libraries || die

        # Running specs without monkeypatch
        ${RUBY} -S rspec-3 --tag libraries || die
}




Reply via email to