From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3296A58975 for ; Wed, 20 Jan 2016 07:20:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0202221C062; Wed, 20 Jan 2016 07:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 498CB21C056 for ; Wed, 20 Jan 2016 07:20:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F2423403C1 for ; Wed, 20 Jan 2016 07:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1E021018 for ; Wed, 20 Jan 2016 07:19:58 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1453136688.a0a94fff2f3b3c285e3fa45823d8a284e5c524e1.idella4@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.ebuild dev-ruby/hashicorp-checkpoint/metadata.xml X-VCS-Directories: dev-ruby/hashicorp-checkpoint/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a0a94fff2f3b3c285e3fa45823d8a284e5c524e1 X-VCS-Branch: master Date: Wed, 20 Jan 2016 07:19:58 +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: 6acef102-2cfd-4b4c-8a05-66adaad468d7 X-Archives-Hash: c77e8488a744678a56f6cb9b75ebd1c8 commit: a0a94fff2f3b3c285e3fa45823d8a284e5c524e1 Author: Tomas Mozes gmail com> AuthorDate: Mon Jan 18 17:04:48 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Jan 18 17:04:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a94fff dev-ruby/hashicorp-checkpoint: new package, needed for app-emulation/vagrant Package-Manager: portage-2.2.26 dev-ruby/hashicorp-checkpoint/Manifest | 1 + .../hashicorp-checkpoint-0.1.4.ebuild | 24 ++++++++++++++++++++++ dev-ruby/hashicorp-checkpoint/metadata.xml | 10 +++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-ruby/hashicorp-checkpoint/Manifest b/dev-ruby/hashicorp-checkpoint/Manifest new file mode 100644 index 0000000..2e7f1bb --- /dev/null +++ b/dev-ruby/hashicorp-checkpoint/Manifest @@ -0,0 +1 @@ +DIST hashicorp-checkpoint-0.1.4.gem 12800 SHA256 f5b0c3c303de1e2a5e7b49a8cd70dbc55ad64257c49b9f6cf817772b277b5097 SHA512 095c9ad9bbcfb8152da501e4f92e36f0efd1d74bad202f196e326e38d6c91945081029cca65871930db62a118fd7ad642ed34d09447ee0a706bbb9f0dc0c2c77 WHIRLPOOL 73551183a8a24713edfb37dfa3927ff676dc66a5888b594c5b098d3bba393f73039d3f3bfa97533f174c8b831a9873457fd086e8f76741cc79c1e9f567fb6241 diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4.ebuild b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4.ebuild new file mode 100644 index 0000000..89b3f8d --- /dev/null +++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="" +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 + >dev-ruby/rspec-3 )" diff --git a/dev-ruby/hashicorp-checkpoint/metadata.xml b/dev-ruby/hashicorp-checkpoint/metadata.xml new file mode 100644 index 0000000..fe6f9cc --- /dev/null +++ b/dev-ruby/hashicorp-checkpoint/metadata.xml @@ -0,0 +1,10 @@ + + + + proxy-maintainers + + hydrapolic@gmail.com + Tomas Mozes + Proxy maintainer + +