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/coolio/
Date: Sun, 13 Aug 2017 11:25:01
Message-Id: 1502623400.9f61202e7042754aa3f7d25bfd3329a7dc2d09a6.soap@gentoo
1 commit: 9f61202e7042754aa3f7d25bfd3329a7dc2d09a6
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 16:10:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:23:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f61202e
7
8 dev-ruby/coolio: fix HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/5341
11
12 dev-ruby/coolio/coolio-1.4.2.ebuild | 4 ++--
13 dev-ruby/coolio/coolio-1.4.5.ebuild | 4 ++--
14 dev-ruby/coolio/coolio-1.5.0.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-ruby/coolio/coolio-1.4.2.ebuild b/dev-ruby/coolio/coolio-1.4.2.ebuild
18 index a1223df43b1..f22f89e391d 100644
19 --- a/dev-ruby/coolio/coolio-1.4.2.ebuild
20 +++ b/dev-ruby/coolio/coolio-1.4.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
28 inherit multilib ruby-fakegem
29
30 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
31 -HOMEPAGE="https://coolio.github.com/"
32 +HOMEPAGE="https://coolio.github.io/"
33
34 LICENSE="MIT"
35 SLOT="0"
36
37 diff --git a/dev-ruby/coolio/coolio-1.4.5.ebuild b/dev-ruby/coolio/coolio-1.4.5.ebuild
38 index 7bd2968e08a..3cf99c52caf 100644
39 --- a/dev-ruby/coolio/coolio-1.4.5.ebuild
40 +++ b/dev-ruby/coolio/coolio-1.4.5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
48 inherit multilib ruby-fakegem
49
50 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
51 -HOMEPAGE="https://coolio.github.com/"
52 +HOMEPAGE="https://coolio.github.io/"
53
54 LICENSE="MIT"
55 SLOT="0"
56
57 diff --git a/dev-ruby/coolio/coolio-1.5.0.ebuild b/dev-ruby/coolio/coolio-1.5.0.ebuild
58 index 47345b593b9..f1590fcf5af 100644
59 --- a/dev-ruby/coolio/coolio-1.5.0.ebuild
60 +++ b/dev-ruby/coolio/coolio-1.5.0.ebuild
61 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
62 inherit multilib ruby-fakegem
63
64 DESCRIPTION="A high performance event framework for Ruby which uses the libev C library"
65 -HOMEPAGE="https://coolio.github.com/"
66 +HOMEPAGE="https://coolio.github.io/"
67
68 LICENSE="MIT"
69 SLOT="0"