public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml/
Date: Fri, 10 Jun 2016 08:59:39 +0000 (UTC)	[thread overview]
Message-ID: <1465549174.f37ae6400175ab3722f240e8c8d6a7fb5b69f897.graaff@gentoo> (raw)

commit:     f37ae6400175ab3722f240e8c8d6a7fb5b69f897
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 08:58:52 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 08:59:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37ae640

dev-ruby/hiera-eyaml: add 2.1.0

Package-Manager: portage-2.2.28

 dev-ruby/hiera-eyaml/Manifest                 |  1 +
 dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild | 42 +++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/hiera-eyaml/Manifest b/dev-ruby/hiera-eyaml/Manifest
index 4aecc9a..1c50147 100644
--- a/dev-ruby/hiera-eyaml/Manifest
+++ b/dev-ruby/hiera-eyaml/Manifest
@@ -1 +1,2 @@
 DIST hiera-eyaml-2.0.8.tar.gz 44914 SHA256 232257c4fce926cd814992ab8c369ee5748bf68a2499216917ac0fb77fa1573c SHA512 2b7b51f88de1d21f3773f29ed87eb4ea241805efd474340b6b33ed431625b57e118e2335b3f6617cbe8b27745a9f1615aa8d1dbfa1b34c0e9f663a26691938a9 WHIRLPOOL 093cee0ed76f93903adc9f88c8a657ecd3f3581e55508c583114312ac7e2b59810ab5f6fa26a9a943b451ef4e41623e4d3be329917b7e488fac10aa74017db69
+DIST hiera-eyaml-2.1.0.tar.gz 46179 SHA256 6a7878d02143c8114385b0232a8219c9df7beb4abd01c81a9cb0a45608a88e80 SHA512 b85de0de0cb4f4a7b381ec7e406e5b3858b1e93b5475830df6991fc679d1391a88dd988c0d266942e70fb4705ba47cb656fd732bd923f8290dd90a5bf6e4a5fb WHIRLPOOL 9d6f602bc63fd015cbfb130efd9e51f5a94ffafd2015d4183b13c1b4484f3fd235c73aa002f2157b28f28ae87aef6f67c32e8e9bafd5a326536967c3718fe799

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild
new file mode 100644
index 0000000..e0bfa8e
--- /dev/null
+++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Encrypted YAML backend for hiera"
+HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml"
+SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
+ruby_add_rdepend "dev-ruby/trollop:2"
+
+ruby_add_bdepend "test? ( dev-util/cucumber =dev-util/aruba-0.6.2 app-admin/puppet dev-ruby/hiera-eyaml-plaintext )"
+
+all_ruby_prepare() {
+	# Fix highline dependency to be compatible with more versions.
+	sed -i -e '/highline/ s/~>/>=/' \
+		-e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+	sed -i -e 's:/tmp:'${T}':' \
+		features/sandbox/puppet/environments/local/modules/test/manifests/init.pp \
+		features/sandbox/puppet-hiera-merge/environments/local/modules/test/manifests/init.pp \
+		features/puppet.feature
+}
+
+each_ruby_test() {
+	${RUBY} -S cucumber --format progress features || die
+}


             reply	other threads:[~2016-06-10  8:59 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  8:59 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23  6:08 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml/ Hans de Graaff
2024-05-25  6:51 Hans de Graaff
2023-12-15 14:19 Hans de Graaff
2023-07-15 18:15 Hans de Graaff
2023-07-02  4:55 Hans de Graaff
2023-07-02  4:55 Hans de Graaff
2023-04-13  6:11 Sam James
2023-03-27  8:35 Hans de Graaff
2023-03-27  8:21 Hans de Graaff
2023-03-11  7:37 Hans de Graaff
2022-09-16 13:29 John Helmert III
2021-11-25  9:09 Hans de Graaff
2020-09-14  6:09 Hans de Graaff
2020-09-14  6:09 Hans de Graaff
2019-11-15  6:11 Hans de Graaff
2019-11-12  6:28 Hans de Graaff
2019-10-17  5:38 Hans de Graaff
2019-05-18  5:36 Hans de Graaff
2019-04-30 22:48 Robin H. Johnson
2019-04-30 18:08 Robin H. Johnson
2019-04-30 18:06 Robin H. Johnson
2019-03-11 19:36 Hans de Graaff
2018-12-17  5:59 Hans de Graaff
2018-01-22 20:25 Hans de Graaff
2017-12-28 23:00 Robin H. Johnson
2017-09-23  7:51 Hans de Graaff
2017-04-18  6:02 Hans de Graaff
2016-07-24 14:47 Hans de Graaff
2016-06-10  8:59 Hans de Graaff
2016-03-03  6:17 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465549174.f37ae6400175ab3722f240e8c8d6a7fb5b69f897.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox