dev-ruby/safe_yaml: Remove ruby19, fix desc
authorManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 18:45:01 +0000 (19:45 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 6 Mar 2016 18:45:01 +0000 (19:45 +0100)
Package-Manager: portage-2.2.27

dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild
dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild

index 05f7e82dddd0203485ab16a500bb29bd47c27472..e5465b59a8ec50a8159ef3b07cc0b94f4d591d43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
 HOMEPAGE="https://dtao.github.com/safe_yaml"
 
 LICENSE="MIT"
index 4dea9cf7475e488f8fbbce2a3d3126bee29a4d66..39e820ea781b4e1a24713821a1d159d9cc02b060 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Parse YAML safely, without that pesky arbitrary object deserialization vulnerability"
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
 HOMEPAGE="https://dtao.github.com/safe_yaml"
 
 LICENSE="MIT"