diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2016-01-18 18:04:48 +0100 |
---|---|---|
committer | Tomas Mozes <hydrapolic@gmail.com> | 2016-01-18 18:04:48 +0100 |
commit | a0a94fff2f3b3c285e3fa45823d8a284e5c524e1 (patch) | |
tree | 77c530e8bc5a8574c89be4a6161cce974fabf97e /dev-ruby/hashicorp-checkpoint | |
parent | app-emulation/vagrant: version bump to 1.8.1 (diff) | |
download | gentoo-a0a94fff2f3b3c285e3fa45823d8a284e5c524e1.tar.gz gentoo-a0a94fff2f3b3c285e3fa45823d8a284e5c524e1.tar.bz2 gentoo-a0a94fff2f3b3c285e3fa45823d8a284e5c524e1.zip |
dev-ruby/hashicorp-checkpoint: new package, needed for app-emulation/vagrant
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/hashicorp-checkpoint')
-rw-r--r-- | dev-ruby/hashicorp-checkpoint/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.4.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/hashicorp-checkpoint/metadata.xml | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/hashicorp-checkpoint/Manifest b/dev-ruby/hashicorp-checkpoint/Manifest new file mode 100644 index 000000000000..2e7f1bb3f123 --- /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 000000000000..89b3f8d5aca6 --- /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 000000000000..fe6f9ccf1a7e --- /dev/null +++ b/dev-ruby/hashicorp-checkpoint/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>hydrapolic@gmail.com</email> + <name>Tomas Mozes</name> + <description>Proxy maintainer</description> + </maintainer> +</pkgmetadata> |