Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ruby/rbspy/
Date: Mon, 27 Dec 2021 14:44:16
Message-Id: 1640546214.9ef201ceec7f78f267ee44d6bc1513773d13e2f6.flow@gentoo
1 commit: 9ef201ceec7f78f267ee44d6bc1513773d13e2f6
2 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com>
3 AuthorDate: Sun Dec 26 19:16:54 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 26 19:16:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef201ce
7
8 dev-ruby/rbspy: fix QA_FLAGS_IGNORED
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>
12
13 dev-ruby/rbspy/{rbspy-0.10.0.ebuild => rbspy-0.10.0-r1.ebuild} | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/rbspy/rbspy-0.10.0.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
17 similarity index 96%
18 rename from dev-ruby/rbspy/rbspy-0.10.0.ebuild
19 rename to dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
20 index 182d04942..659fc7f16 100644
21 --- a/dev-ruby/rbspy/rbspy-0.10.0.ebuild
22 +++ b/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild
23 @@ -143,12 +143,14 @@ CRATES="
24 inherit cargo
25
26 DESCRIPTION="Sampling profiler for Ruby"
27 -HOMEPAGE="https://rbspy.github.io/"
28 +HOMEPAGE="https://rbspy.github.io https://github.com/rbspy/rbspy"
29 SRC_URI="
30 https://github.com/rbspy/rbspy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
31 $(cargo_crate_uris)
32 "
33
34 +QA_FLAGS_IGNORED="usr/bin/${PN}"
35 +
36 LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"