From 347da451c3dbda069bfbfafea33476334d6dd1c2 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 8 Mar 2025 10:58:28 +0000 Subject: Adding metadata --- .../faraday_middleware-1.2.1.ebuild | 4 +-- dev-ruby/mime-types-data/Manifest | 1 + .../mime-types-data-3.2025.0304.ebuild | 21 ++++++++++++++ dev-ruby/mixlib-shellout/Manifest | 3 +- .../mixlib-shellout/mixlib-shellout-3.2.8.ebuild | 32 ---------------------- .../mixlib-shellout/mixlib-shellout-3.3.3.ebuild | 32 ---------------------- .../mixlib-shellout/mixlib-shellout-3.3.8.ebuild | 32 ++++++++++++++++++++++ .../semantic_puppet/semantic_puppet-1.1.1.ebuild | 2 +- 8 files changed, 58 insertions(+), 69 deletions(-) create mode 100644 dev-ruby/mime-types-data/mime-types-data-3.2025.0304.ebuild delete mode 100644 dev-ruby/mixlib-shellout/mixlib-shellout-3.2.8.ebuild delete mode 100644 dev-ruby/mixlib-shellout/mixlib-shellout-3.3.3.ebuild create mode 100644 dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/faraday_middleware/faraday_middleware-1.2.1.ebuild b/dev-ruby/faraday_middleware/faraday_middleware-1.2.1.ebuild index 66aaee773021..410d8f29eaaf 100644 --- a/dev-ruby/faraday_middleware/faraday_middleware-1.2.1.ebuild +++ b/dev-ruby/faraday_middleware/faraday_middleware-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/lostisland/faraday_middleware/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="brotli +parsexml +oauth +mashify +rashify" ruby_add_rdepend " diff --git a/dev-ruby/mime-types-data/Manifest b/dev-ruby/mime-types-data/Manifest index 98b8860df7c1..4402db3ce314 100644 --- a/dev-ruby/mime-types-data/Manifest +++ b/dev-ruby/mime-types-data/Manifest @@ -2,3 +2,4 @@ DIST mime-types-data-3.2024.1001.gem 209408 BLAKE2B a299749ee73afef0be96b4815289 DIST mime-types-data-3.2025.0107.gem 153600 BLAKE2B 3856eef43fb603df41be96868bbe0724d34e73ec03a343eb9af141675b636f1b1bd947cc37a4b6658a61e654ab5bbc87c280fd56cbd344cff085f8b17b8fabd2 SHA512 6c5c1433904b3941387f00c637476b97985b9afcfa4681f2df347ba09781490c67ef73fe52dd657c3ed23f2e3f6e426e96912312e9b85664ba2fa8dfa6280caf DIST mime-types-data-3.2025.0204.gem 153600 BLAKE2B 5856c0443c9c30b2c20d7b8a44a052648e6a7c0a850019f9ece1a8ed07839d24d2027f6996802cf04bf1a713d0b2e9cb487b73ede14c9b9c8085d8cb5401e225 SHA512 f1eeb25ce4cec1cd12f4c0476d80dc0799a3336041574176eb3693e8edacddf66446b9888a2c0a289c9ab4e7fc043a64319f896415af6d0b58e1dd2ed152829d DIST mime-types-data-3.2025.0220.gem 154112 BLAKE2B b75f0f72c7f2ac0e402a67fbf5eab2979ce7b9d387f7d1afffa2e9c75d3307a11822403134b043aec2d1e87d1cae89e175fec1c793446fd8ff0861f978edbd40 SHA512 74ead340ec02f7a5dc6c555da8c67fa1851d9a5172d4f69f82840d98e8f0da59be925ea70311965c48400701e4c1216f4c9daa156141e1e1ba535b5caf8be0a5 +DIST mime-types-data-3.2025.0304.gem 154112 BLAKE2B 0cbe96115becf062f1ee8b74619b9e3a0884bdbf7af41dec887ff69192ccb2f5d6ca2ce28cf4a95357a205dfed10063c7d3173ca405d000b35d1de400e3a4af2 SHA512 03d3657b352b9f31e15cf2d65bcb06095ceed4e665fc8022298d4697df430df63c88bea342295be95762b1c881588da72dec7150b25fb66b53fb66666a40b355 diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2025.0304.ebuild b/dev-ruby/mime-types-data/mime-types-data-3.2025.0304.ebuild new file mode 100644 index 000000000000..af103ca6946e --- /dev/null +++ b/dev-ruby/mime-types-data/mime-types-data-3.2025.0304.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="Registry for information about MIME media type definitions" +HOMEPAGE="https://github.com/mime-types/mime-types-data" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest index 9fc1613a3485..3760ac4b5c8a 100644 --- a/dev-ruby/mixlib-shellout/Manifest +++ b/dev-ruby/mixlib-shellout/Manifest @@ -1,4 +1,3 @@ -DIST mixlib-shellout-3.2.8.tar.gz 46644 BLAKE2B 329e5e92fda0677e417cf938988d610b6da324bb1b9e4044dd9e4feac97aff8b1b54d89ad91e29e6e0c196d6429b43e5b52a0da57ae8c0ce59e9242b5f08bd48 SHA512 8b801c63ff458c50807802bf0e5c055f978ebe8104c310e12b00508b00eb57ccdbee0672ebf0bdb601f82064a0279f3f07291cc24d59b3eacb7aa51fb39ecc99 -DIST mixlib-shellout-3.3.3.tar.gz 47105 BLAKE2B 84aba2f8dc6190318e610d93f85fcef12659c71a3bd2d05b8e17056e6d8e4d6138c6385b23932c3dcb6a8b5623c426056002fb998cf786616155daafa1eb5d3a SHA512 1b3e3b469ea77917ce839efb8a28ddb439cf8b0853e38674c1e5c34c2bf33b828d11d6976a5a75ec6ade902425be69e52c6d99a1607d8089ef7f59d135378f60 DIST mixlib-shellout-3.3.4.tar.gz 47137 BLAKE2B 382ccfe4988097c3481576ae00537ecf12bb794f9704104f8317d4afcf214a0b87f66b0225d8bd56e3337d580579352ad6ae92842a634832b1df556052f6c7d1 SHA512 1432c4c1b7cea5f22aa3531cb76b8969959ff2c1acd0ad4c5a349353c8d390aedddb1ecf45e319d313b396b8533f7bfee9eae2dfb1b29fb1129e0c748674ca53 DIST mixlib-shellout-3.3.6.tar.gz 47237 BLAKE2B 819f63b8365fbc14b0259cfdc9a841de019aef5ae4803af15a768e8fcaeafc7669648f746e7c89d28c972b371baae4a6a46230880bf549e3a6274debb7dd6dc8 SHA512 1bbff4b8926d8519606dd2457e9327958f8079d7982205b97ced1e7fa58ad42fb1de3c5a453b0cdb777e9142de0c84a817e783279f406e8380625cdeb39eabbf +DIST mixlib-shellout-3.3.8.tar.gz 47877 BLAKE2B a0581624b573413bfd6fbd13a5a0fe64a2196416a3a4332bba98c3ba933331a1ecabf39b584803a552bbfb4e09281a1114bd7f50a4578d285899730e28c5d8cb SHA512 eff6c9dcf2993787b9036f02ae928decb37801810204fa0dc8de8ca9901241e08bb49246ce763f07bc077a0de1b591b93b34dc12313d91dfda94f937e86abc0b diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.2.8.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.2.8.ebuild deleted file mode 100644 index 86cd9e250fc0..000000000000 --- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.2.8.ebuild +++ /dev/null @@ -1,32 +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_TEST="rspec3" - -RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Run external commands on Unix or Windows" -HOMEPAGE="https://github.com/chef/mixlib-shellout" -SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_rdepend "dev-ruby/chef-utils" - -each_ruby_prepare() { - # Make sure we actually use the right interpreter for testing - sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die - - # Avoid spec that requires an interactive terminal - sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^ end/ s:^:#:' \ - -i spec/mixlib/shellout_spec.rb || die -} diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.3.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.3.ebuild deleted file mode 100644 index 86cd9e250fc0..000000000000 --- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.3.ebuild +++ /dev/null @@ -1,32 +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_TEST="rspec3" - -RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Run external commands on Unix or Windows" -HOMEPAGE="https://github.com/chef/mixlib-shellout" -SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ruby_add_rdepend "dev-ruby/chef-utils" - -each_ruby_prepare() { - # Make sure we actually use the right interpreter for testing - sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die - - # Avoid spec that requires an interactive terminal - sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^ end/ s:^:#:' \ - -i spec/mixlib/shellout_spec.rb || die -} diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.ebuild new file mode 100644 index 000000000000..9f1e66ef1396 --- /dev/null +++ b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Run external commands on Unix or Windows" +HOMEPAGE="https://github.com/chef/mixlib-shellout" +SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +ruby_add_rdepend "dev-ruby/chef-utils" + +each_ruby_prepare() { + # Make sure we actually use the right interpreter for testing + sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die + + # Avoid spec that requires an interactive terminal + sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^ end/ s:^:#:' \ + -i spec/mixlib/shellout_spec.rb || die +} diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.1.1.ebuild b/dev-ruby/semantic_puppet/semantic_puppet-1.1.1.ebuild index 27616de04ac7..4e3d3778a219 100644 --- a/dev-ruby/semantic_puppet/semantic_puppet-1.1.1.ebuild +++ b/dev-ruby/semantic_puppet/semantic_puppet-1.1.1.ebuild @@ -15,4 +15,4 @@ HOMEPAGE="https://github.com/puppetlabs/semantic_puppet" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86" -- cgit v1.3