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 D40EB138359 for ; Sat, 5 Sep 2020 08:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5720E091C; Sat, 5 Sep 2020 08:01:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9CA2AE091C for ; Sat, 5 Sep 2020 08:01:44 +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 84F59340C79 for ; Sat, 5 Sep 2020 08:01:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B47FE35F for ; Sat, 5 Sep 2020 08:01:40 +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: <1599292888.862852e873d2a6cb956d10c92568398a1c92cd0b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pundit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pundit/Manifest dev-ruby/pundit/pundit-1.1.0.ebuild X-VCS-Directories: dev-ruby/pundit/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 862852e873d2a6cb956d10c92568398a1c92cd0b X-VCS-Branch: master Date: Sat, 5 Sep 2020 08:01:40 +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: ad362383-9a79-43cb-bc4a-9ee5b68fc175 X-Archives-Hash: 6269afaa8efea3b18b1728c984d867ac commit: 862852e873d2a6cb956d10c92568398a1c92cd0b Author: Hans de Graaff gentoo org> AuthorDate: Sat Sep 5 06:32:07 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Sep 5 08:01:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862852e8 dev-ruby/pundit: cleanup Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pundit/Manifest | 1 - dev-ruby/pundit/pundit-1.1.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/pundit/Manifest b/dev-ruby/pundit/Manifest index c93e2f5811c..c2f78d85585 100644 --- a/dev-ruby/pundit/Manifest +++ b/dev-ruby/pundit/Manifest @@ -1,2 +1 @@ -DIST pundit-1.1.0.gem 22016 BLAKE2B 912f359cb4530c4f65622c3a7bee48a7d84757e4c8327398dbb4e4e170a35f4811c018224aac752b6c2ae54bc93e65b5e0b46f0bb191da57355b55ea0e8d0eaa SHA512 ea7e8ef9e4b280f451810ba193dc5b27a75ecfb050eed674246034ebb687e8302aee8826c022090553b643b41c85adec4d3234f545ab2a59ececa461fe4e4b3a DIST pundit-2.1.0.gem 25600 BLAKE2B f8284e326a68475fe4c733de85597ba91e376d37e5dd24d97c1a8da2ab7f15d2cf35cf76688370f1a96c00f8ce89df2d2bb6b3c6de1ae33d6cdfe1ffd1926e3f SHA512 3201cb3acca8301a0e07fa9bd58617ee32074842e873a85a31d9b56fac5bd93c4a78d94d8b57556a011f1713712eb484ef3281d68ae3acf1c8bf1bce13f47e0c diff --git a/dev-ruby/pundit/pundit-1.1.0.ebuild b/dev-ruby/pundit/pundit-1.1.0.ebuild deleted file mode 100644 index 4188266e157..00000000000 --- a/dev-ruby/pundit/pundit-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="doc" - -inherit ruby-fakegem - -DESCRIPTION="Object oriented authorization for Rails applications" -HOMEPAGE="https://github.com/elabs/pundit https://rubygems.org/gems/pundit" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*" - -ruby_add_bdepend "test? ( >=dev-ruby/actionpack-3.0.0 - >=dev-ruby/activemodel-3.0.0 )" - -all_ruby_prepare() { - sed -i -e "/pry/d" spec/spec_helper.rb || die -}