commit: db3a02235d68c48ed27230ef35b96c0cb3e4432a Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 18:45:01 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 18:45:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3a0223
dev-ruby/safe_yaml: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 4 ++-- 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 05f7e82..e5465b5 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 4dea9cf..39e820e 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"
