mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
memory_profiler: cleanup
This commit is contained in:
parent
f84a15e4b3
commit
126461cdaa
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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 ~arm64 x86"
|
||||
SLOT="0"
|
||||
|
||||
# FIXME: TestReporter#test_no_strings_retained_report [test/test_reporter.rb:251]:
|
||||
RESTRICT=test
|
||||
Loading…
Reference in a new issue