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 A6F111382C5 for ; Sat, 13 Mar 2021 08:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CAEE0848; Sat, 13 Mar 2021 08:50:33 +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 D8366E0848 for ; Sat, 13 Mar 2021 08:50:33 +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 60DA9335D54 for ; Sat, 13 Mar 2021 08:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FEAD573 for ; Sat, 13 Mar 2021 08:50:30 +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: <1615625412.d5e0f016e7a7b8bd26da811a14228a65167de25e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashicorp-checkpoint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5.ebuild X-VCS-Directories: dev-ruby/hashicorp-checkpoint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d5e0f016e7a7b8bd26da811a14228a65167de25e X-VCS-Branch: master Date: Sat, 13 Mar 2021 08:50:30 +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: ac367b14-7d8b-4501-abd0-3724e4c449fa X-Archives-Hash: d1a9108c616383d474669a2c4f0694ee commit: d5e0f016e7a7b8bd26da811a14228a65167de25e Author: Guillaume Seren gmail com> AuthorDate: Mon Dec 14 17:37:53 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 13 08:50:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e0f016 dev-ruby/hashicorp-checkpoint: Delete old version Closes: https://bugs.gentoo.org/765241 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Hans de Graaff gentoo.org> .../hashicorp-checkpoint-0.1.5.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5.ebuild b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5.ebuild deleted file mode 100644 index 1cc19dd152f..00000000000 --- a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Internal HashiCorp service to check version information" -HOMEPAGE="https://www.hashicorp.com" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_bdepend " - test? ( dev-ruby/rspec-its ) -"