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 C5D8D1382C5 for ; Sun, 13 May 2018 19:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84551E0C13; Sun, 13 May 2018 19:20:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4484EE0C13 for ; Sun, 13 May 2018 19:20:22 +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 E46D9335CA2 for ; Sun, 13 May 2018 19:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8302A5 for ; Sun, 13 May 2018 19:20:16 +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: <1526239126.d1490a01fb56eca2b33fb4776612e7f597e4f361.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rakudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rakudo/rakudo-2018.01.ebuild dev-lang/rakudo/rakudo-2018.02.1.ebuild dev-lang/rakudo/rakudo-2018.02.ebuild dev-lang/rakudo/rakudo-2018.03.ebuild dev-lang/rakudo/rakudo-2018.04.1.ebuild dev-lang/rakudo/rakudo-2018.04.ebuild dev-lang/rakudo/rakudo-9999.ebuild X-VCS-Directories: dev-lang/rakudo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d1490a01fb56eca2b33fb4776612e7f597e4f361 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:16 +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: 8ce42681-cfe6-499c-8bed-9f77f30e2ba1 X-Archives-Hash: 98ed80fbbf1cfc54f43dff1589bbb86f commit: d1490a01fb56eca2b33fb4776612e7f597e4f361 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 7 18:59:29 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1490a01 dev-lang/rakudo: use HTTPS dev-lang/rakudo/rakudo-2018.01.ebuild | 2 +- dev-lang/rakudo/rakudo-2018.02.1.ebuild | 2 +- dev-lang/rakudo/rakudo-2018.02.ebuild | 2 +- dev-lang/rakudo/rakudo-2018.03.ebuild | 2 +- dev-lang/rakudo/rakudo-2018.04.1.ebuild | 2 +- dev-lang/rakudo/rakudo-2018.04.ebuild | 2 +- dev-lang/rakudo/rakudo-9999.ebuild | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lang/rakudo/rakudo-2018.01.ebuild b/dev-lang/rakudo/rakudo-2018.01.ebuild index b442d400879..0b5a669c60d 100644 --- a/dev-lang/rakudo/rakudo-2018.01.ebuild +++ b/dev-lang/rakudo/rakudo-2018.01.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-2018.02.1.ebuild b/dev-lang/rakudo/rakudo-2018.02.1.ebuild index 610d16095c7..916922b699b 100644 --- a/dev-lang/rakudo/rakudo-2018.02.1.ebuild +++ b/dev-lang/rakudo/rakudo-2018.02.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-2018.02.ebuild b/dev-lang/rakudo/rakudo-2018.02.ebuild index b442d400879..0b5a669c60d 100644 --- a/dev-lang/rakudo/rakudo-2018.02.ebuild +++ b/dev-lang/rakudo/rakudo-2018.02.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-2018.03.ebuild b/dev-lang/rakudo/rakudo-2018.03.ebuild index b442d400879..0b5a669c60d 100644 --- a/dev-lang/rakudo/rakudo-2018.03.ebuild +++ b/dev-lang/rakudo/rakudo-2018.03.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-2018.04.1.ebuild b/dev-lang/rakudo/rakudo-2018.04.1.ebuild index b442d400879..0b5a669c60d 100644 --- a/dev-lang/rakudo/rakudo-2018.04.1.ebuild +++ b/dev-lang/rakudo/rakudo-2018.04.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-2018.04.ebuild b/dev-lang/rakudo/rakudo-2018.04.ebuild index b442d400879..0b5a669c60d 100644 --- a/dev-lang/rakudo/rakudo-2018.04.ebuild +++ b/dev-lang/rakudo/rakudo-2018.04.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git" diff --git a/dev-lang/rakudo/rakudo-9999.ebuild b/dev-lang/rakudo/rakudo-9999.ebuild index 22cc6ec2258..070e46942a8 100644 --- a/dev-lang/rakudo/rakudo-9999.ebuild +++ b/dev-lang/rakudo/rakudo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit java-pkg-opt-2 DESCRIPTION="A compiler for the Perl 6 programming language" -HOMEPAGE="http://rakudo.org" +HOMEPAGE="https://rakudo.org" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rakudo/${PN}.git"