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 AC6991395E1 for ; Mon, 31 Oct 2016 12:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90126E0B75; Mon, 31 Oct 2016 12:09:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7927CE0B75 for ; Mon, 31 Oct 2016 12:09:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CF5B341342 for ; Mon, 31 Oct 2016 12:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAA324B2 for ; Mon, 31 Oct 2016 12:09:50 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1477915128.726ea3e6f3781aced5f1f49bdbd08ee1a884bc56.monsieurp@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.4-r1.ebuild X-VCS-Directories: dev-ruby/hashicorp-checkpoint/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 726ea3e6f3781aced5f1f49bdbd08ee1a884bc56 X-VCS-Branch: master Date: Mon, 31 Oct 2016 12:09:50 +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: 26f1c0b9-d61b-4691-bf1d-7725aca5ceb2 X-Archives-Hash: 903b581f32b928dfb6e08ded4cdc5a4e commit: 726ea3e6f3781aced5f1f49bdbd08ee1a884bc56 Author: Tomas Mozes gmail com> AuthorDate: Fri Oct 7 05:30:35 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 31 11:58:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726ea3e6 dev-ruby/hashicorp-checkpoint: add ruby23 support, drop ~x86. Package-Manager: portage-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/2501 Signed-off-by: Patrice Clement gentoo.org> .../hashicorp-checkpoint-0.1.4-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 new file mode 100644 index 00000000..3f4e996 --- /dev/null +++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.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 ruby23" + +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" + +ruby_add_bdepend " + test? ( dev-ruby/rspec-its ) +"