Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/
Date: Thu, 24 Dec 2015 15:50:25
Message-Id: 1450972178.7d50f32a4798127f0fa49490c01a32755ca3d362.mrueg@gentoo
1 commit: 7d50f32a4798127f0fa49490c01a32755ca3d362
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 15:49:38 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 15:49:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d50f32a
7
8 dev-ruby/recog: Fix Homepage
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/recog/recog-2.0.14-r1.ebuild | 2 +-
13 dev-ruby/recog/recog-2.0.6-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/recog/recog-2.0.14-r1.ebuild b/dev-ruby/recog/recog-2.0.14-r1.ebuild
17 index 585356a..6a96593 100644
18 --- a/dev-ruby/recog/recog-2.0.14-r1.ebuild
19 +++ b/dev-ruby/recog/recog-2.0.14-r1.ebuild
20 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
21 inherit ruby-fakegem
22
23 DESCRIPTION="Pattern recognition for hosts, services, and content"
24 -HOMEPAGE="https://github.com/rapid7/${PN}"
25 +HOMEPAGE="https://github.com/rapid7/recog"
26
27 LICENSE="BSD-2"
28 SLOT="${PV}"
29
30 diff --git a/dev-ruby/recog/recog-2.0.6-r1.ebuild b/dev-ruby/recog/recog-2.0.6-r1.ebuild
31 index 0655906..217322c 100644
32 --- a/dev-ruby/recog/recog-2.0.6-r1.ebuild
33 +++ b/dev-ruby/recog/recog-2.0.6-r1.ebuild
34 @@ -8,7 +8,7 @@ RUBY_FAKEGEM_BINWRAP=""
35 inherit ruby-fakegem
36
37 DESCRIPTION="Pattern recognition for hosts, services, and content"
38 -HOMEPAGE="https://github.com/rapid7/${PN}"
39 +HOMEPAGE="https://github.com/rapid7/recog"
40 SRC_URI="mirror://rubygems/${P}.gem"
41
42 LICENSE="BSD"