Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/whole_history_rating/
Date: Sat, 08 Feb 2020 18:56:01
Message-Id: 1581188087.355fe0a08e73185a8beab52789fb9445f47248ce.soap@gentoo
1 commit: 355fe0a08e73185a8beab52789fb9445f47248ce
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:47 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355fe0a0
7
8 dev-ruby/whole_history_rating: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild
16 index a9746bb09ab..2f926b2efee 100644
17 --- a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild
18 +++ b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2.ebuild
19 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
20 inherit ruby-fakegem
21
22 DESCRIPTION="A pure ruby implementation of Remi Coulom's Whole-History Rating algorithm"
23 -HOMEPAGE="https://github.com/goshrine/${PN}"
24 +HOMEPAGE="https://github.com/goshrine/whole_history_rating"
25
26 LICENSE="MIT"
27 SLOT="0"