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.4-r1.ebuild ChangeLog safe_yaml-0.9.4.ebuild
Date: Wed, 31 Jul 2013 04:52:07
Message-Id: 20130731045203.BE4B92171C@flycatcher.gentoo.org
1 mrueg 13/07/31 04:52:03
2
3 Modified: ChangeLog
4 Added: safe_yaml-0.9.4-r1.ebuild
5 Removed: safe_yaml-0.9.4.ebuild
6 Log:
7 Fix USE=doc, fix dependencies
8
9 (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.2 dev-ruby/safe_yaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 26 Jul 2013 20:29:13 -0000 1.1
25 +++ ChangeLog 31 Jul 2013 04:52:03 -0000 1.2
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.1 2013/07/26 20:29:13 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.2 2013/07/31 04:52:03 mrueg Exp $
31 +
32 +*safe_yaml-0.9.4-r1 (31 Jul 2013)
33 +
34 + 31 Jul 2013; Manuel RĂ¼ger <mrueg@g.o> +safe_yaml-0.9.4-r1.ebuild,
35 + -safe_yaml-0.9.4.ebuild:
36 + Fix USE=doc, fix dependencies
37
38 *safe_yaml-0.9.4 (26 Jul 2013)
39
40
41
42
43 1.1 dev-ruby/safe_yaml/safe_yaml-0.9.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-0.9.4-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.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: safe_yaml-0.9.4-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.4-r1.ebuild,v 1.1 2013/07/31 04:52:03 mrueg Exp $
53
54 EAPI=5
55
56 USE_RUBY="ruby18 ruby19"
57
58 inherit ruby-fakegem
59
60 RUBY_FAKEGEM_RECIPE_DOC="none"
61 RUBY_FAKEGEM_EXTRADOC="README.md"
62 RUBY_FAKEGEM_RECIPE_TEST="rspec"
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 )"