dev-ruby/typhoeus: use HTTPS, sync HOMEPAGEs

This commit is contained in:
Michael Mair-Keimberger
2018-03-17 17:24:50 +01:00
committed by Aaron Bauman
parent 4a34495ff6
commit 669bddcd90
3 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit ruby-fakegem
DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
HOMEPAGE="http://rubygems.org/gems/typhoeus/"
HOMEPAGE="https://rubygems.org/gems/typhoeus/
https://github.com/typhoeus/typhoeus"
LICENSE="Ruby"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
inherit ruby-fakegem
DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
HOMEPAGE="https://github.com/typhoeus/typhoeus"
HOMEPAGE="https://rubygems.org/gems/typhoeus/
https://github.com/typhoeus/typhoeus"
LICENSE="Ruby"
SLOT="1"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
inherit ruby-fakegem
DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
HOMEPAGE="https://github.com/typhoeus/typhoeus"
HOMEPAGE="https://rubygems.org/gems/typhoeus/
https://github.com/typhoeus/typhoeus"
LICENSE="Ruby"
SLOT="1"