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 01994138331 for ; Tue, 27 Mar 2018 21:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D721AE08EF; Tue, 27 Mar 2018 21:38:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B195EE08EF for ; Tue, 27 Mar 2018 21:38:24 +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 E0BBA335C91 for ; Tue, 27 Mar 2018 21:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30116258 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: <1522186681.6d682021b2b458e45c8ef796149b6da55309304b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cmdparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild X-VCS-Directories: dev-ruby/cmdparse/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6d682021b2b458e45c8ef796149b6da55309304b 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: 5d09bd5c-ccf0-4804-a0d2-9bd5c056a508 X-Archives-Hash: f687fcc17c50111b61cc9214ed312dc1 commit: 6d682021b2b458e45c8ef796149b6da55309304b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 16:16:10 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 21:38:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d682021 dev-ruby/cmdparse: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7488 dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild b/dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild index e6099563cd7..91e882b9c1b 100644 --- a/dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild +++ b/dev-ruby/cmdparse/cmdparse-2.0.6-r1.ebuild @@ -15,7 +15,7 @@ inherit ruby-fakegem IUSE="" DESCRIPTION="Advanced command line parser supporting commands" -HOMEPAGE="http://cmdparse.gettalong.org/" +HOMEPAGE="https://cmdparse.gettalong.org/" KEYWORDS="amd64 ppc64 x86" LICENSE="LGPL-3"