Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sigdump/
Date: Sat, 05 Feb 2022 06:57:09
Message-Id: 1644044221.29c29d9274c799c29c3946f9dcbe777692f67642.graaff@gentoo
1 commit: 29c29d9274c799c29c3946f9dcbe777692f67642
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 06:51:29 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 06:57:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c29d92
7
8 dev-ruby/sigdump: cleanup
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/sigdump/sigdump-0.2.4.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-ruby/sigdump/sigdump-0.2.4.ebuild b/dev-ruby/sigdump/sigdump-0.2.4.ebuild
17 deleted file mode 100644
18 index d73f3c482809..000000000000
19 --- a/dev-ruby/sigdump/sigdump-0.2.4.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
30 -
31 -RUBY_FAKEGEM_RECIPE_TEST="none"
32 -
33 -inherit ruby-fakegem
34 -
35 -DESCRIPTION="Setup signal handler which dumps backtrace of threads and allocated objects"
36 -HOMEPAGE="https://github.com/frsyuki/sigdump"
37 -LICENSE="MIT"
38 -
39 -KEYWORDS="~amd64"
40 -SLOT="0"
41 -IUSE=""