summaryrefslogtreecommitdiff
path: root/dev-ruby/sigdump/sigdump-0.2.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/sigdump/sigdump-0.2.5.ebuild')
-rw-r--r--dev-ruby/sigdump/sigdump-0.2.5.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/sigdump/sigdump-0.2.5.ebuild b/dev-ruby/sigdump/sigdump-0.2.5.ebuild
new file mode 100644
index 000000000000..3f1861459a00
--- /dev/null
+++ b/dev-ruby/sigdump/sigdump-0.2.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Setup signal handler which dumps backtrace of threads and allocated objects"
+HOMEPAGE="https://github.com/fluent/sigdump"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""