Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/
Date: Sun, 06 Mar 2016 18:45:18
Message-Id: 1457289901.db3a02235d68c48ed27230ef35b96c0cb3e4432a.mrueg@gentoo
1 commit: db3a02235d68c48ed27230ef35b96c0cb3e4432a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:45:01 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:45:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3a0223
7
8 dev-ruby/safe_yaml: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 4 ++--
13 dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
17 index 05f7e82..e5465b5 100644
18 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
19 +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
27
28 inherit ruby-fakegem
29
30 -DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
31 +DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
32 HOMEPAGE="https://dtao.github.com/safe_yaml"
33
34 LICENSE="MIT"
35
36 diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
37 index 4dea9cf..39e820e 100644
38 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
39 +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild
40 @@ -1,10 +1,10 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 EAPI=5
47
48 -USE_RUBY="ruby19 ruby20"
49 +USE_RUBY="ruby20"
50
51 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
52 RUBY_FAKEGEM_EXTRADOC="README.md"
53 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
54
55 inherit ruby-fakegem
56
57 -DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
58 +DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
59 HOMEPAGE="https://dtao.github.com/safe_yaml"
60
61 LICENSE="MIT"