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-0.9.7-r1.ebuild ChangeLog safe_yaml-0.9.5.ebuild
Date: Sat, 02 Nov 2013 20:08:42
Message-Id: 20131102200834.39C9E2004B@flycatcher.gentoo.org
1 mrueg 13/11/02 20:08:34
2
3 Modified: ChangeLog
4 Added: safe_yaml-0.9.7-r1.ebuild
5 Removed: safe_yaml-0.9.5.ebuild
6 Log:
7 Add ruby20 target. Cleanup old.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.5 dev-ruby/safe_yaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 17 Sep 2013 15:53:46 -0000 1.4
25 +++ ChangeLog 2 Nov 2013 20:08:34 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/safe_yaml
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.4 2013/09/17 15:53:46 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.5 2013/11/02 20:08:34 mrueg Exp $
31 +
32 +*safe_yaml-0.9.7-r1 (02 Nov 2013)
33 +
34 + 02 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> +safe_yaml-0.9.7-r1.ebuild,
35 + -safe_yaml-0.9.5.ebuild:
36 + Add ruby20 target. Cleanup old.
37
38 *safe_yaml-0.9.7 (17 Sep 2013)
39
40
41
42
43 1.1 dev-ruby/safe_yaml/safe_yaml-0.9.7-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-0.9.7-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-0.9.7-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: safe_yaml-0.9.7-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-0.9.7-r1.ebuild,v 1.1 2013/11/02 20:08:34 mrueg Exp $
53
54 EAPI=5
55
56 USE_RUBY="ruby18 ruby19 ruby20"
57
58 RUBY_FAKEGEM_RECIPE_DOC="none"
59 RUBY_FAKEGEM_EXTRADOC="README.md"
60 RUBY_FAKEGEM_RECIPE_TEST="rspec"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
65 HOMEPAGE="https://dtao.github.com/safe_yaml"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE="test"
71
72 ruby_add_bdepend "test? ( dev-ruby/hashie
73 dev-ruby/heredoc_unindent )"