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 552CB1382C5 for ; Sat, 3 Feb 2018 18:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AB5DE0B4E; Sat, 3 Feb 2018 18:22:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0CF77E0B4E for ; Sat, 3 Feb 2018 18:22: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 EE380335C4D for ; Sat, 3 Feb 2018 18:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC411E9 for ; Sat, 3 Feb 2018 18:22:28 +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: <1517682101.13a6205f12568d96594e42a3eea3062260521757.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/Manifest dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild X-VCS-Directories: dev-ruby/hashicorp-checkpoint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 13a6205f12568d96594e42a3eea3062260521757 X-VCS-Branch: master Date: Sat, 3 Feb 2018 18:22:28 +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: 909008f7-03c9-461e-aa58-e3679f1e5fe1 X-Archives-Hash: d277a0a7ab55096522c61c715e77cb5f commit: 13a6205f12568d96594e42a3eea3062260521757 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 3 18:11:45 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 3 18:21:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a6205f dev-ruby/hashicorp-checkpoint: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/hashicorp-checkpoint/Manifest | 1 - .../hashicorp-checkpoint-0.1.4-r1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/hashicorp-checkpoint/Manifest b/dev-ruby/hashicorp-checkpoint/Manifest index 7cb4c7d4e4c..9db8788b7eb 100644 --- a/dev-ruby/hashicorp-checkpoint/Manifest +++ b/dev-ruby/hashicorp-checkpoint/Manifest @@ -1,2 +1 @@ -DIST hashicorp-checkpoint-0.1.4.gem 12800 BLAKE2B 2c57ea2ddbf1ecfdbdc8d737368bf62cbb20f8eb6578cedf7e2043615294b25c543187f327095ebb0eba9c2231a5b0d2ceb05b38dce8aabdf5e00c0868657f54 SHA512 095c9ad9bbcfb8152da501e4f92e36f0efd1d74bad202f196e326e38d6c91945081029cca65871930db62a118fd7ad642ed34d09447ee0a706bbb9f0dc0c2c77 DIST hashicorp-checkpoint-0.1.5.gem 13312 BLAKE2B 4318cc7748797732ea3719965debd9621136a097bdc6a9bc6577d563eb69c4bbabe8451396bd9281874c1b4adca690fe443f0a98eb10857b1f6b561aa732b508 SHA512 77effab526b798da1739c19021f3832bea7aab9503a159909a712f18da7a0cc6d750dd0783c2bc5a31f650f00f0a65dad706e2159882bae70dcf7425fdb35a40 diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild deleted file mode 100644 index 19398718218..00000000000 --- a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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="http://www.hashicorp.com" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_bdepend " - test? ( dev-ruby/rspec-its ) -"