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: app-admin/r10k/
Date: Sat,  9 Dec 2023 09:11:10 +0000 (UTC)	[thread overview]
Message-ID: <1702113067.8212c646562f22cbdc3525ac184544f2b8d0e49d.graaff@gentoo> (raw)

commit:     8212c646562f22cbdc3525ac184544f2b8d0e49d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 08:59:44 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 09:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8212c646

app-admin/r10k: drop 3.15.4

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

 app-admin/r10k/Manifest           |  1 -
 app-admin/r10k/r10k-3.15.4.ebuild | 56 ---------------------------------------
 2 files changed, 57 deletions(-)

diff --git a/app-admin/r10k/Manifest b/app-admin/r10k/Manifest
index 5c556ebaddd7..1d04fcf10154 100644
--- a/app-admin/r10k/Manifest
+++ b/app-admin/r10k/Manifest
@@ -1,3 +1,2 @@
-DIST r10k-3.15.4.tar.gz 258268 BLAKE2B 6f2f69895d84e13f54f2a7e6dba086c5b4234f0644709dafa8f88366dbe37fe8f165ef2d316f4c5b60df843448d164132878d67750bc3a65a2b8f66b205d3266 SHA512 521cf69a7372a60db74c3795b608c5ab4148f628365210228d79d9146a80d7105e4c757241e891e8e37027ae0cc2f37e59773c9838bd88042b0fdab13e36cd88
 DIST r10k-3.16.0.tar.gz 253547 BLAKE2B 683fdd5588c7b3c3b47ae0d28d75fbfb929d5595c715531eed86b8d89f76708c91f38f9ca558040b36fac38c038211086a74fdf109b37350126bc78b25f8b751 SHA512 399a357cf8617427632516e0f439a40464ba0c8201ee7b6ce15c893ae029bfd9ae1438b76aff3b9601685d14febf8fc71dbdd2954eb3352d6ce713e769cb586d
 DIST r10k-4.0.0.tar.gz 254074 BLAKE2B 8053d435691d33cd1d8b3c55c2cb3a153cd952112a93f2eeb4b715c6c0b92e9192c65f8809b4187d5ff4f5f6b9ed8f67a644d7920bf8d8294dd0b5d8fd735836 SHA512 a6b92fabcc405fe6678da724743e43d9dc3a286e3a973a3320ac94c25dd385315baaaf495dbd1706005d31f13d4c52f1c425148d3b397448fed07fd83acb04fa

diff --git a/app-admin/r10k/r10k-3.15.4.ebuild b/app-admin/r10k/r10k-3.15.4.ebuild
deleted file mode 100644
index f969291853b8..000000000000
--- a/app-admin/r10k/r10k-3.15.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31"
-
-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-0.24:0
-	|| ( dev-ruby/fast_gettext:2 >=dev-ruby/fast_gettext-1.1:0 )
-	>=dev-ruby/jwt-2.2.3:2
-	>=dev-ruby/ruby-gettext-3.0.2:0
-	~dev-ruby/log4r-1.1.10
-	>=dev-ruby/minitar-0.9:0
-	>=dev-ruby/multi_json-1.10:0
-	=dev-ruby/puppet_forge-3*
-"
-
-ruby_add_bdepend "test? (
-	>=dev-ruby/minitar-0.9
-)"
-
-RDEPEND="${RDEPEND} git? ( >=dev-vcs/git-1.6.6 )"
-
-all_ruby_prepare() {
-	sed -e '/s.files/d' \
-		-e '/fast_gettext/ s/1.1.0/1.1/' \
-		-e "/gettext/ s/'< 3.3.0'//" \
-		-e '/jwt/ 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
-}


             reply	other threads:[~2023-12-09  9:11 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09  9:11 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-03  5:49 [gentoo-commits] repo/gentoo:master commit in: app-admin/r10k/ 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-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=1702113067.8212c646562f22cbdc3525ac184544f2b8d0e49d.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