From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D4B759CA3 for ; Sun, 6 Mar 2016 18:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF5B21C04B; Sun, 6 Mar 2016 18:45:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BCD621C04B for ; Sun, 6 Mar 2016 18:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B1C234067D for ; Sun, 6 Mar 2016 18:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7EE18A5 for ; Sun, 6 Mar 2016 18:45:13 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457289901.db3a02235d68c48ed27230ef35b96c0cb3e4432a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild X-VCS-Directories: dev-ruby/safe_yaml/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: db3a02235d68c48ed27230ef35b96c0cb3e4432a X-VCS-Branch: master Date: Sun, 6 Mar 2016 18:45:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e612cb6c-2682-445a-a588-06a73d436f0d X-Archives-Hash: 75b75359fa09e6d4c6ff4f2dc4875911 commit: db3a02235d68c48ed27230ef35b96c0cb3e4432a Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 18:45:01 2016 +0000 Commit: Manuel Rüger gentoo 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"