Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typhoeus/
Date: Tue, 27 Mar 2018 21:38:27
Message-Id: 1522186690.669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77.bman@gentoo
1 commit: 669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 17 16:24:50 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 21:38:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669bddcd
7
8 dev-ruby/typhoeus: use HTTPS, sync HOMEPAGEs
9
10 dev-ruby/typhoeus/typhoeus-0.6.9.ebuild | 5 +++--
11 dev-ruby/typhoeus/typhoeus-1.1.2.ebuild | 5 +++--
12 dev-ruby/typhoeus/typhoeus-1.3.0.ebuild | 5 +++--
13 3 files changed, 9 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild
16 index 6f9d3d397d5..7209b21f42a 100644
17 --- a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild
18 +++ b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec"
26 inherit ruby-fakegem
27
28 DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
29 -HOMEPAGE="http://rubygems.org/gems/typhoeus/"
30 +HOMEPAGE="https://rubygems.org/gems/typhoeus/
31 + https://github.com/typhoeus/typhoeus"
32
33 LICENSE="Ruby"
34 SLOT="0"
35
36 diff --git a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild
37 index b7bac4688be..77fd255094b 100644
38 --- a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild
39 +++ b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
47 inherit ruby-fakegem
48
49 DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
50 -HOMEPAGE="https://github.com/typhoeus/typhoeus"
51 +HOMEPAGE="https://rubygems.org/gems/typhoeus/
52 + https://github.com/typhoeus/typhoeus"
53
54 LICENSE="Ruby"
55 SLOT="1"
56
57 diff --git a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild
58 index f9f09c11e12..2dae0ba3820 100644
59 --- a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild
60 +++ b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
68 inherit ruby-fakegem
69
70 DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
71 -HOMEPAGE="https://github.com/typhoeus/typhoeus"
72 +HOMEPAGE="https://rubygems.org/gems/typhoeus/
73 + https://github.com/typhoeus/typhoeus"
74
75 LICENSE="Ruby"
76 SLOT="1"