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 8C37F13835A for ; Sat, 23 May 2020 09:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF98E0903; Sat, 23 May 2020 09:27:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 95D1BE0903 for ; Sat, 23 May 2020 09:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 79CB134EEF4 for ; Sat, 23 May 2020 09:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A56257 for ; Sat, 23 May 2020 09:27:34 +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: <1590226031.2258f035f942264b5c477e453916caf69cae98dd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jbuilder/Manifest dev-ruby/jbuilder/jbuilder-2.9.1.ebuild X-VCS-Directories: dev-ruby/jbuilder/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2258f035f942264b5c477e453916caf69cae98dd X-VCS-Branch: master Date: Sat, 23 May 2020 09:27:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06c84009-3c89-415f-a09b-30f1290b3af8 X-Archives-Hash: 9ac0f7f58541687de2db521e00dcb3e4 commit: 2258f035f942264b5c477e453916caf69cae98dd Author: Hans de Graaff gentoo org> AuthorDate: Sat May 23 09:22:22 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 23 09:27:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2258f035 dev-ruby/jbuilder: cleanup Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/jbuilder/Manifest | 1 - dev-ruby/jbuilder/jbuilder-2.9.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest index 6ab60fbecc2..0761dbe6063 100644 --- a/dev-ruby/jbuilder/Manifest +++ b/dev-ruby/jbuilder/Manifest @@ -1,2 +1 @@ DIST jbuilder-2.10.0.gem 28160 BLAKE2B c277a59d53f30132ebe88d6afda5c221d74a399b01cedf6a4863f29e94d329137669942957a21ae9c5c192177dc9e78b6d66d9b5a29c7d4667a0432556c6b28c SHA512 a429422d65ed3eec55f46597f73a97b267fe7d6c7554ec6a6d60e1e1c0a9306b81f7283524602a30af11a141f7cd466a0f7b0a804172bd4008787462f0fa4ffc -DIST jbuilder-2.9.1.gem 28160 BLAKE2B 52e8a6ed2e6be19d73c22eddc6bcf3817e89f390da3b5eb4bc3308fa0c588f910608cbc6586cab858a5fb9ae6eb22fbade3fb32a426bed665cae18c067d85116 SHA512 aa8607696f5f14f22d163438d876b2a3017af791fdf4d6afd0df6c736ef86294db71f21a719029a2c052c24623d86f05c7aa5315e6f5066c74bc6886c50873fb diff --git a/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild b/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild deleted file mode 100644 index f71f5a9a260..00000000000 --- a/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_TEST="TRAVIS=true test" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Create JSON structures via a Builder-style DSL" -HOMEPAGE="https://github.com/rails/jbuilder" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die -}