mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-admin/r10k: drop 4.1.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
7b4452efeb
commit
241aa9cea7
@ -1,3 +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
|
||||
DIST r10k-5.0.2.tar.gz 254292 BLAKE2B eb67cbb7d1f985ac587ed1260c6de88c1429b9fe95592f5fc741765677346eee1cf97cc05cd30a35cffd2ab34ec23fdc3756f836b04e30a83cf09c716a5b4324 SHA512 f97257a61aa78f05471d049a2f05c98f1a1a6c59ee4f69ebbf89e9e673ec92215af9bf50eb73d284efc89e28ede24b3153674f757a8d562e2c07b8182d549b95
|
||||
|
||||
@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 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-0.9:0
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user