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/
Date: Sat, 30 Jan 2016 15:50:32 +0000 (UTC)	[thread overview]
Message-ID: <1454169008.2159018f27894d5c9e093a0244268c867dd3420f.graaff@gentoo> (raw)

commit:     2159018f27894d5c9e093a0244268c867dd3420f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 15:44:06 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 15:50:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2159018f

dev-ruby/hiera: add 3.0.6

Package-Manager: portage-2.2.26

 dev-ruby/hiera/Manifest           |  1 +
 dev-ruby/hiera/hiera-3.0.6.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index f338829..6dc32c1 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -2,3 +2,4 @@ DIST hiera-1.3.4.gem 30208 SHA256 a3c85385ddda64916d453efeeb965151dc2454428d88f0
 DIST hiera-2.0.0.gem 35840 SHA256 1645de864b7d59af2482f11b84aabe015121b2a9947d1816623ea0dd2c7385f8 SHA512 153f75d4c6dd45920841c065f3f4808b28a30d1e0370a8a96866d20451b225e9434017134c48d96fc244cfeca5fdbaa8f325225644d5b151933bb45383d64a23 WHIRLPOOL 74807775fdccbeda4786ba629288e0fc8101ebec749c18c1e01ffc7cb8d2c4fa818427bc2b88892bea7b3a9b41e9a2b813de03cae84522dfcc9c804af15d8c44
 DIST hiera-3.0.1.gem 35328 SHA256 8e0c8f1f9fc2200c7a5d4a5d70c7b1524f071d41cb1b0667f4398a0601954acc SHA512 bd71b3df67a416193bb38dbf4f744f8266f2f6eb8dbddaf329d8c25d809a2f3f1dee474545b2f1a1bafecaf630b476e29f2e53e20598c77b0db12c6875be8ee6 WHIRLPOOL 94e1e0b7e8da1b72ceae09ebb9f5f4dead13f8b7a85749240a4ba372e0cbfc70b68e118dd92dad0218b85e775713de551a2997d9b3d2e5a120e641de4bdf9508
 DIST hiera-3.0.5.gem 36352 SHA256 197fc593eff00b84c27ae115ca6d4768ec7fc0004d57ff86ac395d81876a82eb SHA512 cfe708d17c442a91cf8b3d299c55ac219d49b8f793a642a00a4f5dcec3a7f7b94177f4c19a776a16b39526a5c455a3fd56847d460bad3fbde9a78a37b3ebbdd9 WHIRLPOOL 635910129b45ac2848e24ec309824ea09a37755763318743f9234ffe45dde9ddf74d95bd383ebe3f01b1cff970446be04b1f3a7b9716d68caafb43adea1b138a
+DIST hiera-3.0.6.gem 36352 SHA256 ce02aa03416d13aadbd36f87fc8bdfb7271313e7bbfa325ee7210f33d956664f SHA512 ce543973305aeccab29f1cf17fad54edbd5a8d1d201ca687d31bd4d6ee0f13f4250c7f1d87154bcfc911d8e13ea703aa7140e319d594d3709145b596643d488f WHIRLPOOL d0b60718b5c30f869bc8bc97693974b8675aa26ba5ac61a144ec08f0d9356491b72bbf251ebf7f6dc32fe52264b84ae811d97a599cafa7579399c0de99eae3c1

diff --git a/dev-ruby/hiera/hiera-3.0.6.ebuild b/dev-ruby/hiera/hiera-3.0.6.ebuild
new file mode 100644
index 0000000..f5d2b8b
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.0.6.ebuild
@@ -0,0 +1,33 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="http://projects.puppetlabs.com/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~hppa ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/json
+		dev-ruby/deep_merge"
+
+all_ruby_prepare() {
+	# Our json package is either the compiled version or the pure
+	# version. Fix gemspec accordingly.
+	sed -i -e 's/json_pure/json/' ../metadata || die
+}


             reply	other threads:[~2016-01-30 15:50 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30 15:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03  7:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera/ Hans de Graaff
2023-08-27  6:44 Hans de Graaff
2023-07-05  4:40 Hans de Graaff
2023-07-05  4:40 Hans de Graaff
2023-04-07 12:11 Sam James
2023-04-07  4:14 Sam James
2023-04-07  4:10 Sam James
2023-02-09  7:29 Hans de Graaff
2023-02-09  7:29 Hans de Graaff
2022-12-11  6:27 Hans de Graaff
2022-11-01  9:48 Yixun Lan
2022-08-03  5:39 Hans de Graaff
2022-06-24  2:21 Matthew Thode
2022-04-20  5:10 Hans de Graaff
2022-04-20  5:10 Hans de Graaff
2022-04-02  8:03 Agostino Sarubbo
2022-03-31  9:01 Agostino Sarubbo
2022-03-31  5:39 Hans de Graaff
2022-03-30 11:09 Jakov Smolić
2022-01-26 18:40 Fabian Groffen
2021-12-14  6:57 Hans de Graaff
2021-03-20  8:47 Hans de Graaff
2021-03-17  5:51 Hans de Graaff
2020-06-20  5:41 Hans de Graaff
2020-06-19  6:40 Sergei Trofimovich
2020-06-14 20:19 Sergei Trofimovich
2020-04-28  4:41 Hans de Graaff
2020-03-19 20:27 Hans de Graaff
2019-11-03  7:46 Hans de Graaff
2019-10-17  5:38 Hans de Graaff
2019-01-13  8:29 Hans de Graaff
2018-12-21  6:29 Hans de Graaff
2018-09-19  6:47 Hans de Graaff
2018-08-23  4:48 Hans de Graaff
2018-07-30 19:39 Hans de Graaff
2018-07-30 18:31 Sergei Trofimovich
2018-06-25 19:24 Hans de Graaff
2018-05-27  8:35 Mikle Kolyada
2018-05-26  4:54 Hans de Graaff
2018-05-05  1:26 Aaron Bauman
2018-04-30 20:11 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-04-28  6:33 Hans de Graaff
2018-04-19  4:36 Hans de Graaff
2018-01-21  6:49 Hans de Graaff
2017-12-14 22:47 Sergei Trofimovich
2017-12-09 13:10 Sergei Trofimovich
2017-10-04  5:24 Hans de Graaff
2017-09-23  7:51 Hans de Graaff
2017-09-15  6:08 Hans de Graaff
2017-09-13 13:42 Fabian Groffen
2017-08-30 18:13 Fabian Groffen
2017-08-14 19:42 Hans de Graaff
2017-06-29  5:19 Hans de Graaff
2017-05-21  5:32 Hans de Graaff
2017-04-01 14:03 Agostino Sarubbo
2017-03-29  5:33 Hans de Graaff
2017-03-29  2:06 Jeroen Roovers
2017-03-11  7:21 Hans de Graaff
2017-02-22  5:47 Hans de Graaff
2016-12-19  7:05 Hans de Graaff
2016-12-07  9:09 Hans de Graaff
2016-11-02  5:52 Hans de Graaff
2016-08-11  6:04 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-05-24  4:50 Hans de Graaff
2016-05-07  4:56 Hans de Graaff
2016-04-17 14:51 Manuel Rüger
2016-03-25  5:48 Matt Thode
2016-03-18  6:38 Hans de Graaff
2016-03-18  6:38 Hans de Graaff
2015-11-18  6:09 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=1454169008.2159018f27894d5c9e093a0244268c867dd3420f.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