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: Thu,  9 Feb 2023 07:29:33 +0000 (UTC)	[thread overview]
Message-ID: <1675927655.a7fa9cfb2bce9cc74aa1c1ce650ee43822158955.graaff@gentoo> (raw)

commit:     a7fa9cfb2bce9cc74aa1c1ce650ee43822158955
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 07:27:35 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 07:27:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fa9cfb

dev-ruby/hiera: add 3.12.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/hiera/Manifest            |  1 +
 dev-ruby/hiera/hiera-3.12.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index 3fa2a7cbdea5..3badb1058d6d 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -1,4 +1,5 @@
 DIST hiera-3.10.0.gem 40960 BLAKE2B e8a5716c11ccb99ec9b10e42197ad3492b99680be1de84cbd0d671a090c918c84c95485c2609cbb231d7a94e2a1f52d467ce5208a68ec627a44e8b9abb150950 SHA512 01e33f573f99d8bf023e7b956db226e6d16f8f28f7f1a445b61808a62bae8884f6fb367e0b088987e844bcd53f9f05d68baf123115ff83c0f939cc1b1e61a5df
 DIST hiera-3.11.0.gem 40960 BLAKE2B e1c2ef1d5a6a92727540b1f579add0c63566ec9df6d5544553486b3dc812df3b5ae5dc7746bda591569f4979c8c53ae79a950238d03b205a7e06ac7697fb68b1 SHA512 51e82f0ec9cd84685dcd2ae904ee1640e0c8c7072a494793c9798aef53cbacfd368c1591c7ceeb15ae9af0d0134bd5c352fd116c42896980b7a6456342fc1354
+DIST hiera-3.12.0.gem 40960 BLAKE2B b2fea317bd89b754686b1658e8baa9ab0fd2edbbc93c09edef2757ee23bd7bb76235e4a42d65993d817dd36a8f5fa3cc6ba3db7c75eea05641a264aab4c8c5b5 SHA512 bd98c4862ce936012c9761a8ba8c5fc26a1a8a700d3be8a4ed92f701ffb69858641dafea361129d44e7c67e4d462a4c61dd44d85e761b746f6443773feebcb59
 DIST hiera-3.8.0.gem 40960 BLAKE2B b368ef92bca06081c99ec7e1a1e04b69f3c1cae285fcb17f9d1b89683fd679b037d2ef26af6912a776d73d3a553a8323c6820482383065927245898c9e78daa1 SHA512 0aa8d306cce33760eee9ca702f6d1f8a0137c551321c7553a25644a4097b8539945d5432e94ff83ed9c3392603dc962b33ab1e1702ed1ab5699d3ef179de9379
 DIST hiera-3.9.0.gem 40960 BLAKE2B 863fe37ecfda2153b5e94afde6d53893a0b5baaa10aa3bc3a939cc7df54168bbcb709f85bb50ffad11376d7434337ae3c79bc5d9fac99433da31e7dd77213004 SHA512 6ce3598e7c7a628198638a4b75a65efcc529089c7c80d7f3dfc072c26e8a65054d8bc5c71f40ce2833465ccfaa333c5490ecdfe58578532eb3455be46a69ad0e

diff --git a/dev-ruby/hiera/hiera-3.12.0.ebuild b/dev-ruby/hiera/hiera-3.12.0.ebuild
new file mode 100644
index 000000000000..12371903253d
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.12.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="https://docs.puppet.com/hiera/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/deep_merge"


             reply	other threads:[~2023-02-09  7:29 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09  7:29 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
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
2016-01-30 15:50 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=1675927655.a7fa9cfb2bce9cc74aa1c1ce650ee43822158955.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