From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95E811396D0 for ; Thu, 24 Aug 2017 05:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE88DE0E00; Thu, 24 Aug 2017 05:49:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79F151FC007 for ; Thu, 24 Aug 2017 05:49:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93110341ABD for ; Thu, 24 Aug 2017 05:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D85B680B0 for ; Thu, 24 Aug 2017 05:49:38 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1503552696.5346d725c08d02cc3e2f479fbef7dce14f62f86f.graaff@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: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5346d725c08d02cc3e2f479fbef7dce14f62f86f X-VCS-Branch: master Date: Thu, 24 Aug 2017 05:49:38 +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: e86c8170-4386-4e57-99b2-1bd841f74613 X-Archives-Hash: 3ad4d4db80b12b1b7e23e21a32dd7523 commit: 5346d725c08d02cc3e2f479fbef7dce14f62f86f Author: Hans de Graaff gentoo org> AuthorDate: Thu Aug 24 05:31:36 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Aug 24 05:31:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5346d725 dev-ruby/safe_yaml: cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild | 32 ---------------------------- dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild | 32 ---------------------------- 2 files changed, 64 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 deleted file mode 100644 index 92ac63723c2..00000000000 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_RECIPE_TEST="none" - -inherit ruby-fakegem - -DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load" -HOMEPAGE="https://dtao.github.com/safe_yaml" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/hashie - dev-ruby/heredoc_unindent - dev-ruby/rspec:3 )" - -each_ruby_test() { - # Run specs with monkeypatch - ${RUBY} -S rspec-3 --tag ~libraries || die - - # Running specs without monkeypatch - ${RUBY} -S rspec-3 --tag libraries || die -} diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild b/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild deleted file mode 100644 index dfc58366fda..00000000000 --- a/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_RECIPE_TEST="none" - -inherit ruby-fakegem - -DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load" -HOMEPAGE="https://dtao.github.com/safe_yaml" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/hashie - dev-ruby/heredoc_unindent - dev-ruby/rspec:2 )" - -each_ruby_test() { - # Run specs with monkeypatch - ${RUBY} -S rspec-2 --tag ~libraries || die - - # Running specs without monkeypatch - ${RUBY} -S rspec-2 --tag libraries || die -}