From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A6FDD1382C5 for ; Tue, 27 Mar 2018 21:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D11AE0905; 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 F1C45E0905 for ; Tue, 27 Mar 2018 21:38:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 054C9335C91 for ; Tue, 27 Mar 2018 21:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFE20274 for ; Tue, 27 Mar 2018 21:38:21 +0000 (UTC) From: "Aaron Bauman" 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" Message-ID: <1522186692.f5920731094f0d5c722dfde8f3693784e2dd8195.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/yard/yard-0.9.11.ebuild dev-ruby/yard/yard-0.9.12.ebuild X-VCS-Directories: dev-ruby/yard/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f5920731094f0d5c722dfde8f3693784e2dd8195 X-VCS-Branch: master Date: Tue, 27 Mar 2018 21:38:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6696bd1-8f8b-43f2-8ca3-90d6872790dc X-Archives-Hash: e8a64db17eb61290652707c946ee493a commit: f5920731094f0d5c722dfde8f3693784e2dd8195 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 16:26:18 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 21:38:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5920731 dev-ruby/yard: use HTTPS dev-ruby/yard/yard-0.9.11.ebuild | 2 +- dev-ruby/yard/yard-0.9.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/yard/yard-0.9.11.ebuild b/dev-ruby/yard/yard-0.9.11.ebuild index 37f1408ab94..fd62f21f273 100644 --- a/dev-ruby/yard/yard-0.9.11.ebuild +++ b/dev-ruby/yard/yard-0.9.11.ebuild @@ -16,7 +16,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="templates" inherit ruby-fakegem DESCRIPTION="Documentation generation tool for the Ruby programming language" -HOMEPAGE="http://yardoc.org/" +HOMEPAGE="https://yardoc.org/" # The gem lakes the gemspec file needed to pass tests. SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz" diff --git a/dev-ruby/yard/yard-0.9.12.ebuild b/dev-ruby/yard/yard-0.9.12.ebuild index 079217be506..a55fe69e0a3 100644 --- a/dev-ruby/yard/yard-0.9.12.ebuild +++ b/dev-ruby/yard/yard-0.9.12.ebuild @@ -16,7 +16,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="templates" inherit ruby-fakegem DESCRIPTION="Documentation generation tool for the Ruby programming language" -HOMEPAGE="http://yardoc.org/" +HOMEPAGE="https://yardoc.org/" # The gem lakes the gemspec file needed to pass tests. SRC_URI="https://github.com/lsegal/yard/archive/v${PV}.tar.gz -> ${P}-git.tgz"