Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashicorp-checkpoint/
Date: Mon, 31 Oct 2016 12:09:55
Message-Id: 1477915128.726ea3e6f3781aced5f1f49bdbd08ee1a884bc56.monsieurp@gentoo
1 commit: 726ea3e6f3781aced5f1f49bdbd08ee1a884bc56
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 7 05:30:35 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 11:58:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726ea3e6
7
8 dev-ruby/hashicorp-checkpoint: add ruby23 support, drop ~x86.
9
10 Package-Manager: portage-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/2501
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 .../hashicorp-checkpoint-0.1.4-r1.ebuild | 24 ++++++++++++++++++++++
16 1 file changed, 24 insertions(+)
17
18 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
19 new file mode 100644
20 index 00000000..3f4e996
21 --- /dev/null
22 +++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4-r1.ebuild
23 @@ -0,0 +1,24 @@
24 +# Copyright 1999-2016 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=5
29 +
30 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
31 +
32 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
33 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
34 +RUBY_FAKEGEM_EXTRADOC="README.md"
35 +
36 +inherit ruby-fakegem
37 +
38 +DESCRIPTION="Internal HashiCorp service to check version information"
39 +HOMEPAGE="http://www.hashicorp.com"
40 +
41 +LICENSE="MPL-2.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +
45 +ruby_add_bdepend "
46 + test? ( dev-ruby/rspec-its )
47 +"