diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-03 06:31:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-03 06:31:16 +0000 |
commit | 5087ee3bf0055aae666159351774f2fb3610e571 (patch) | |
tree | 203f4d869518e7391a255055ca9a4b874e7b2d19 /dev-ruby/optimist | |
parent | ff733bfb4d0bd82175e03255004faef8721b53ea (diff) |
gentoo auto-resync : 03:01:2025 - 06:31:16
Diffstat (limited to 'dev-ruby/optimist')
-rw-r--r-- | dev-ruby/optimist/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/optimist/optimist-3.1.0.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/optimist/optimist-3.2.0.ebuild | 4 |
3 files changed, 3 insertions, 34 deletions
diff --git a/dev-ruby/optimist/Manifest b/dev-ruby/optimist/Manifest index fccebb41ae12..b2f86b5908a1 100644 --- a/dev-ruby/optimist/Manifest +++ b/dev-ruby/optimist/Manifest @@ -1,5 +1,3 @@ -DIST optimist-3.1.0.gem 31744 BLAKE2B 0fc27447a6263e2e7acde502f4b4a23d891f08f57c70655ac1057b0e2c3e33c54c215d6d27079d09305771028347473f39e4d0f547ad002237fa8808e0a8cf63 SHA512 adadc1722d970cc4c002a0983d0ab2dbb3683777310c7085950e07fa18c94e4ab788bd10bca9e1d076cf77637d09e2d6bb969f5d5b35f0b648881e744f42c785 DIST optimist-3.2.0.gem 41472 BLAKE2B 8053099a04989f2cb82d0d7395c610d11c3f1b12a2b44cc5556525ff308757f5f5d49d3b594dea2a106d7195b6b426092395e43569b1df2644b2a3a27abbfaeb SHA512 0b7168d46dacd7b6e4e76dd5df57bbe2cf758c20fa5103f77d94bb5d1c9ff59a83c0622e14c02556bafabffcffee168bd1feb77b62ae329077d68765055cff22 -EBUILD optimist-3.1.0.ebuild 748 BLAKE2B 77eb0468e0a1fbd25881479a6269ea683cfff55a6e82ac43e5c466a3cd6d7440661a4f5c1628394245149b04d85df4c9e4b52bac54c29690592f28d0c4e4f0f4 SHA512 037902cee5f2eb4e342d9a7dbfd4ae9e4dd7b7d00a96bcd25bf5ff537fe91e42d0dc3ed1953a861cba44850353e877dd3e55ad7e6175ae557d76526c5f11d94d -EBUILD optimist-3.2.0.ebuild 753 BLAKE2B 6c51de7e2ba678d5950d01509da403f8e96f52e2fbb2375f23ac014942e93d1647b47b83d1137cd0fbca0c1e876b5baae6084efe1de500ffb17376f38e13e9d8 SHA512 42f09ea877e586cac9da207d0c30821ab0888d340e063f3d8a9503f7d166e0ca489b9816a377de7cc9dfa52c4fd4d4fd6495e2f01c847515511eee10639c7e9c +EBUILD optimist-3.2.0.ebuild 760 BLAKE2B b5606f8c9f09223803e91cff6ecce78b7a5cd94ede92627a69ecec03f19bf02623d4fa0c55d0465daf442baf45b4a2f8863e58a49668afa5f6fbd9d243698d6f SHA512 92fd87ba37843d65b63377d3ae15a271c9ead40c0d3f85b19850459c775d01c2c6298994edf9981512d35e4cde2504be448995df6964516e42b1c3434ac337f1 MISC metadata.xml 616 BLAKE2B 8d6758c96e9cc64b4e24ea5b3888dc012f4bcd3c43d7eb807834a56f10684ad8d1fbc4db9158aa4b171545488f381daad7faf3fa1bda0cc07fc222d4a9d20518 SHA512 9d7a4cbee9874bb23414c348c0f7809f09a770accea4f5c1af0fcb6e6447510af7840c39567969c38607bc6434b6398332f6e21311c752e8428acac4e826564f diff --git a/dev-ruby/optimist/optimist-3.1.0.ebuild b/dev-ruby/optimist/optimist-3.1.0.ebuild deleted file mode 100644 index 60e85b618317..000000000000 --- a/dev-ruby/optimist/optimist-3.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md" - -inherit ruby-fakegem - -DESCRIPTION="A commandline option parser for Ruby that just gets out of your way" -HOMEPAGE="https://www.manageiq.org/optimist/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x64-solaris" -SLOT="3" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/chronic )" - -all_ruby_prepare() { - sed -i -e '/bundle/ s:^:#:' Rakefile || die - sed -i -e 's/MiniTest/Minitest/' test/*_test.rb test/optimist/*_test.rb || die -} - -each_ruby_test() { - MUTANT=true ${RUBY} -S rake test || die "Tests failed." -} diff --git a/dev-ruby/optimist/optimist-3.2.0.ebuild b/dev-ruby/optimist/optimist-3.2.0.ebuild index ac188e67db57..2c916a55ae60 100644 --- a/dev-ruby/optimist/optimist-3.2.0.ebuild +++ b/dev-ruby/optimist/optimist-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="FAQ.txt CHANGELOG.md README.md" |