mrueg       15/02/04 20:00:55

  Modified:             safe_yaml-1.0.4.ebuild ChangeLog
  Added:                safe_yaml-1.0.4-r1.ebuild
  Log:
  Prepare a stabilization candidate.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild

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

Index: safe_yaml-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- safe_yaml-1.0.4.ebuild      22 Dec 2014 13:53:46 -0000      1.3
+++ safe_yaml-1.0.4.ebuild      4 Feb 2015 20:00:55 -0000       1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.ebuild,v 
1.3 2014/12/22 13:53:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.4 2015/02/04 20:00:55 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



1.18                 dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   22 Dec 2014 13:53:46 -0000      1.17
+++ ChangeLog   4 Feb 2015 20:00:55 -0000       1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/safe_yaml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.17 
2014/12/22 13:53:46 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.18 
2015/02/04 20:00:55 mrueg Exp $
+
+*safe_yaml-1.0.4-r1 (04 Feb 2015)
+
+  04 Feb 2015; Manuel RĂ¼ger <[email protected]> +safe_yaml-1.0.4-r1.ebuild,
+  safe_yaml-1.0.4.ebuild:
+  Prepare a stabilization candidate.
 
   22 Dec 2014; Agostino Sarubbo <[email protected]> safe_yaml-1.0.4.ebuild:
   Add ~x86, wrt bug #491822



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

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

Index: safe_yaml-1.0.4-r1.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-r1.ebuild,v 1.1 
2015/02/04 20:00:55 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

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:2 )"

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

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




Reply via email to