Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: safe_yaml-1.0.4.ebuild safe_yaml-1.0.4-r1.ebuild ChangeLog
Date: Wed, 04 Feb 2015 20:01:00
Message-Id: 20150204200055.C466D110ED@oystercatcher.gentoo.org
1 mrueg 15/02/04 20:00:55
2
3 Modified: safe_yaml-1.0.4.ebuild ChangeLog
4 Added: safe_yaml-1.0.4-r1.ebuild
5 Log:
6 Prepare a stabilization candidate.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.4 dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild?rev=1.4&view=markup
14 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
15 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
16
17 Index: safe_yaml-1.0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- safe_yaml-1.0.4.ebuild 22 Dec 2014 13:53:46 -0000 1.3
24 +++ safe_yaml-1.0.4.ebuild 4 Feb 2015 20:00:55 -0000 1.4
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $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 $
31
32 EAPI=5
33
34 -USE_RUBY="ruby19 ruby20 ruby21"
35 +USE_RUBY="ruby19 ruby20"
36
37 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 RUBY_FAKEGEM_EXTRADOC="README.md"
39
40
41
42 1.18 dev-ruby/safe_yaml/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.18&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.18&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.17&r2=1.18
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
51 retrieving revision 1.17
52 retrieving revision 1.18
53 diff -u -r1.17 -r1.18
54 --- ChangeLog 22 Dec 2014 13:53:46 -0000 1.17
55 +++ ChangeLog 4 Feb 2015 20:00:55 -0000 1.18
56 @@ -1,6 +1,12 @@
57 # ChangeLog for dev-ruby/safe_yaml
58 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.17 2014/12/22 13:53:46 ago Exp $
60 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.18 2015/02/04 20:00:55 mrueg Exp $
62 +
63 +*safe_yaml-1.0.4-r1 (04 Feb 2015)
64 +
65 + 04 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> +safe_yaml-1.0.4-r1.ebuild,
66 + safe_yaml-1.0.4.ebuild:
67 + Prepare a stabilization candidate.
68
69 22 Dec 2014; Agostino Sarubbo <ago@g.o> safe_yaml-1.0.4.ebuild:
70 Add ~x86, wrt bug #491822
71
72
73
74 1.1 dev-ruby/safe_yaml/safe_yaml-1.0.4-r1.ebuild
75
76 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
77 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
78
79 Index: safe_yaml-1.0.4-r1.ebuild
80 ===================================================================
81 # Copyright 1999-2015 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $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 $
84
85 EAPI=5
86
87 USE_RUBY="ruby19 ruby20 ruby21"
88
89 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
90 RUBY_FAKEGEM_EXTRADOC="README.md"
91 RUBY_FAKEGEM_RECIPE_TEST="none"
92
93 inherit ruby-fakegem
94
95 DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
96 HOMEPAGE="https://dtao.github.com/safe_yaml"
97
98 LICENSE="MIT"
99 SLOT="0"
100 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
101 IUSE="test"
102
103 ruby_add_bdepend "test? ( dev-ruby/hashie
104 dev-ruby/heredoc_unindent
105 dev-ruby/rspec:2 )"
106
107 each_ruby_test() {
108 # Run specs with monkeypatch
109 ${RUBY} -S rspec --tag ~libraries || die
110
111 # Running specs without monkeypatch
112 ${RUBY} -S rspec --tag libraries || die
113 }