diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:45:01 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:45:01 +0100 |
commit | db3a02235d68c48ed27230ef35b96c0cb3e4432a (patch) | |
tree | fbdba555ada9625842769203c84f4e8326788e18 /dev-ruby/safe_yaml | |
parent | dev-ruby/safe_yaml: Remove old (diff) | |
download | gentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.tar.gz gentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.tar.bz2 gentoo-db3a02235d68c48ed27230ef35b96c0cb3e4432a.zip |
dev-ruby/safe_yaml: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/safe_yaml')
-rw-r--r-- | dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
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 index 05f7e82dddd0..e5465b59a8ec 100644 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild @@ -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" diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild index 4dea9cf7475e..39e820ea781b 100644 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild +++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild @@ -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" |