diff --git a/dev-ruby/memory_profiler/Manifest b/dev-ruby/memory_profiler/Manifest deleted file mode 100644 index 04dabbbb8..000000000 --- a/dev-ruby/memory_profiler/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST memory_profiler-0.9.14.tar.gz 15424 BLAKE2B 04fbbf816c58cb17b76d5228cecfa20197cccec2adfbfa86f4507416fcd97a8b10fc95e83867d920bd0903f1d5234c8bd813d76e40fa3fa22ca7350399c3f666 SHA512 a7a0fdb283717d48ccf5aa8563117a68f479e6b4bf5b0cf176abb5f0cd8ca98fd4088b585f4854c9cb71affd8e69204b3e0f05b16db250aae443b5b4d3c65c66 -DIST memory_profiler-1.0.0.tar.gz 18010 BLAKE2B 3e88feea2074fc43c82e40b976b07d0a2fdc69a5084a422957796ff444f48039036cd4255e2eefd0c3297ee3de12b3303d69653673f4290ece765bc122e38189 SHA512 1de1a6cc84a1bc113a27deae17ea81196f642a2cb65bcd7c96269250a7b8f1aceb6a4ffc43a1cec3eb36849442893659248b050a20d8ab32854481d1043c3b9f diff --git a/dev-ruby/memory_profiler/memory_profiler-0.9.14.ebuild b/dev-ruby/memory_profiler/memory_profiler-0.9.14.ebuild deleted file mode 100644 index bea088e00..000000000 --- a/dev-ruby/memory_profiler/memory_profiler-0.9.14.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby31 ruby32" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Memory profiling routines for Ruby 2.1+" -HOMEPAGE="https://github.com/SamSaffron/memory_profiler" -SRC_URI="https://github.com/SamSaffron/memory_profiler/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" - -KEYWORDS="~amd64 ~x86" -SLOT="0" diff --git a/dev-ruby/memory_profiler/memory_profiler-1.0.0.ebuild b/dev-ruby/memory_profiler/memory_profiler-1.0.2.ebuild similarity index 75% rename from dev-ruby/memory_profiler/memory_profiler-1.0.0.ebuild rename to dev-ruby/memory_profiler/memory_profiler-1.0.2.ebuild index d3bdb6ffc..f4e8da17d 100644 --- a/dev-ruby/memory_profiler/memory_profiler-1.0.0.ebuild +++ b/dev-ruby/memory_profiler/memory_profiler-1.0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 USE_RUBY="ruby31 ruby32" @@ -17,3 +17,6 @@ LICENSE="MIT" KEYWORDS="amd64 ~arm64 x86" SLOT="0" + +# FIXME: TestReporter#test_no_strings_retained_report [test/test_reporter.rb:251]: +RESTRICT=test diff --git a/dev-ruby/memory_profiler/metadata.xml b/dev-ruby/memory_profiler/metadata.xml deleted file mode 100644 index ace7c2d3a..000000000 --- a/dev-ruby/memory_profiler/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - -