From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/r10k/
Date: Thu, 19 Jun 2025 12:58:57 +0000 (UTC) [thread overview]
Message-ID: <1750337922.b6f81c3e79afe339e475c789406b834cfc2a682d.graaff@gentoo> (raw)
commit: b6f81c3e79afe339e475c789406b834cfc2a682d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 19 12:48:17 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jun 19 12:58:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f81c3e
app-admin/r10k: add 5.0.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-admin/r10k/Manifest | 1 +
app-admin/r10k/r10k-5.0.1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-admin/r10k/Manifest b/app-admin/r10k/Manifest
index 717e10c9c44a..493e9c67a240 100644
--- a/app-admin/r10k/Manifest
+++ b/app-admin/r10k/Manifest
@@ -1 +1,2 @@
DIST r10k-4.1.0.tar.gz 254276 BLAKE2B ba154d8500beef70cb6a8761833b05e0b5a3122b6a4a04dafc7c20ccce76e6fd30dbe0ac0bae667fac7d985ddc2921f43657c0bf2cd0c6d877370b7d2e73e799 SHA512 c8c78b013fa75a29b205ae9a6ee24f1369b4ffec2d3d7d9e9b3b5482ffa77c19f360dc8fd8444388dd527cbb31fd9c2aa96201d5f60d53f0b23a55d446d43a8c
+DIST r10k-5.0.1.tar.gz 254278 BLAKE2B 79654fff35105195c583b05538c6ddad6dc1fa55f77fb8524a9b2011af674d536f545269ce0ebfc64d2c27779a877027df8ccb4d3d16082630bd4c41b554d50a SHA512 02136d1df950e909b861eba72567c85f99440b00ba119ec961d05f1caa7a1442676764f48925acd98f0417a6a9fd6f296029b080719ff8c10abb1f88575d2290
diff --git a/app-admin/r10k/r10k-5.0.1.ebuild b/app-admin/r10k/r10k-5.0.1.ebuild
new file mode 100644
index 000000000000..8bde79b0547b
--- /dev/null
+++ b/app-admin/r10k/r10k-5.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_EXTRAINSTALL=locales
+
+inherit ruby-fakegem
+
+DESCRIPTION="Puppet environment and module deployment"
+HOMEPAGE="https://github.com/puppetlabs/r10k"
+SRC_URI="https://github.com/puppetlabs/r10k/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+git"
+
+ruby_add_rdepend "
+ ~dev-ruby/colored2-3.1.2
+ >=dev-ruby/cri-2.15.10:0
+ dev-ruby/gettext-setup:1
+ >=dev-ruby/jwt-2.2.3:2
+ >=dev-ruby/ruby-gettext-3.0.2:0
+ ~dev-ruby/log4r-1.1.10
+ || ( dev-ruby/minitar:1 >=dev-ruby/minitar-0.9:0 )
+ || ( dev-ruby/puppet_forge:6 dev-ruby/puppet_forge:5 )
+"
+
+RDEPEND="${RDEPEND} git? ( >=dev-vcs/git-1.6.6 )"
+
+all_ruby_prepare() {
+ # Remove unused multi_json dependency. It is not used anywhere and
+ # the code for which is was introduced originally is gone.
+ sed -e '/s.files/d' \
+ -e '/multi_json/ s:^:#:' \
+ -i ${RUBY_FAKEGEM_GEMSPEC} || die
+
+ # Avoid specs for unpackaged rugget git provider
+ rm -rf spec/unit/git_spec.rb spec/unit/git/rugged || die
+
+ # Avoid spec making assumptions on availability of relative symlinks
+ rm -f spec/integration/util/purageable_spec.rb || die
+}
next reply other threads:[~2025-06-19 12:59 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-19 12:58 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-20 15:53 [gentoo-commits] repo/gentoo:master commit in: app-admin/r10k/ Hans de Graaff
2025-08-20 15:53 Hans de Graaff
2025-06-20 4:44 Hans de Graaff
2024-10-18 6:24 Hans de Graaff
2024-05-03 5:49 Hans de Graaff
2024-05-03 5:49 Hans de Graaff
2024-04-05 9:42 Hans de Graaff
2023-12-09 9:11 Hans de Graaff
2023-12-09 9:11 Hans de Graaff
2023-09-09 7:10 Hans de Graaff
2023-08-19 8:03 Hans de Graaff
2023-08-19 8:03 Hans de Graaff
2023-06-25 13:53 Hans de Graaff
2022-12-17 8:37 Hans de Graaff
2022-07-20 6:01 Hans de Graaff
2022-06-18 8:40 Hans de Graaff
2020-11-21 7:36 Hans de Graaff
2020-11-21 7:33 Hans de Graaff
2020-11-20 8:04 Robin H. Johnson
2020-11-20 7:29 Robin H. Johnson
2020-09-15 6:57 Hans de Graaff
2020-07-20 6:55 Hans de Graaff
2020-04-01 16:37 Thomas Deutschmann
2020-03-08 6:38 Hans de Graaff
2020-02-14 7:18 Hans de Graaff
2020-01-23 19:13 Hans de Graaff
2019-10-09 5:47 Hans de Graaff
2019-08-23 15:35 Hans de Graaff
2019-07-13 6:14 Hans de Graaff
2019-07-13 6:14 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-01 5:31 Hans de Graaff
2019-02-10 7:25 Hans de Graaff
2019-02-09 10:44 Hans de Graaff
2018-05-06 6:37 Hans de Graaff
2018-01-22 20:34 Hans de Graaff
2017-12-21 4:53 Vikraman Choudhury
2017-09-08 19:35 Sven Wegener
2017-09-08 19:12 Sven Wegener
2017-08-05 18:49 Hans de Graaff
2017-08-01 5:50 Hans de Graaff
2017-08-01 5:50 Hans de Graaff
2017-08-01 5:50 Hans de Graaff
2016-04-10 0:18 Manuel Rüger
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=1750337922.b6f81c3e79afe339e475c789406b834cfc2a682d.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