From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1012912-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9962E1382C5 for <garchives@archives.gentoo.org>; Tue, 27 Mar 2018 21:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C075E08FF; Tue, 27 Mar 2018 21:38:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9F84E08FF for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 21:38:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7D5D335C9C for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 21:38:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9DF1272 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Mar 2018 21:38:21 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1522186690.669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typhoeus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/typhoeus/typhoeus-0.6.9.ebuild dev-ruby/typhoeus/typhoeus-1.1.2.ebuild dev-ruby/typhoeus/typhoeus-1.3.0.ebuild X-VCS-Directories: dev-ruby/typhoeus/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77 X-VCS-Branch: master Date: Tue, 27 Mar 2018 21:38:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c518c603-cc71-482f-8bf0-130018261ef8 X-Archives-Hash: 8bba411ed4526c6e01e7a6e33bb23be2 commit: 669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 17 16:24:50 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 27 21:38:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669bddcd dev-ruby/typhoeus: use HTTPS, sync HOMEPAGEs dev-ruby/typhoeus/typhoeus-0.6.9.ebuild | 5 +++-- dev-ruby/typhoeus/typhoeus-1.1.2.ebuild | 5 +++-- dev-ruby/typhoeus/typhoeus-1.3.0.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild index 6f9d3d397d5..7209b21f42a 100644 --- a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild +++ b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild @@ -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" diff --git a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild index b7bac4688be..77fd255094b 100644 --- a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild @@ -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" diff --git a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild index f9f09c11e12..2dae0ba3820 100644 --- a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild @@ -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"