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 862B4138334 for ; Sat, 20 Apr 2019 23:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E330E09C6; Sat, 20 Apr 2019 23:20:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E6721E09C7 for ; Sat, 20 Apr 2019 23:20:26 +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 4A97E341DD1 for ; Sat, 20 Apr 2019 01:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAD345BD for ; Sat, 20 Apr 2019 01:29:33 +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: <1555723688.52fc4a3c7ec1a99cc3edfef92a8da74b678adc33.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/antlr-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild X-VCS-Directories: dev-cpp/antlr-cpp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 52fc4a3c7ec1a99cc3edfef92a8da74b678adc33 X-VCS-Branch: master Date: Sat, 20 Apr 2019 01:29:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26c8e0b6-f637-4df2-b15b-61f52ca715fa X-Archives-Hash: f15046b2ca72004ad77109f9c864a67d commit: 52fc4a3c7ec1a99cc3edfef92a8da74b678adc33 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 14 12:00:29 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 20 01:28:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fc4a3c dev-cpp/antlr-cpp: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11679 Signed-off-by: Aaron Bauman gentoo.org> dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild | 6 +++--- dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild | 6 +++--- dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild | 4 ++-- dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild index 576b9c51d9d..6e13d098deb 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,8 @@ inherit autotools multilib-minimal MY_P="${PN%-cpp}-${PV}" DESCRIPTION="The ANTLR 2 C++ Runtime" -HOMEPAGE="http://www.antlr2.org/" -SRC_URI="http://www.antlr2.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.antlr2.org/" +SRC_URI="https://www.antlr2.org/download/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="2" KEYWORDS="~amd64 ~arm ~ppc ~x86" diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild index 38f0da79540..9c93c56179e 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,8 +15,8 @@ inherit eutils autotools-multilib MY_P="${PN%-cpp}-${PV}" DESCRIPTION="The ANTLR 2 C++ Runtime" -HOMEPAGE="http://www.antlr2.org/" -SRC_URI="http://www.antlr2.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.antlr2.org/" +SRC_URI="https://www.antlr2.org/download/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="2" KEYWORDS="amd64 ~arm ppc x86" diff --git a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild index 22d8b1075d1..28b296c9b47 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN%-cpp}" MY_P="${MY_PN}-${PV}" DESCRIPTION="The ANTLR 3 C++ Runtime" -HOMEPAGE="http://www.antlr3.org/" +HOMEPAGE="https://www.antlr3.org/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3.5" diff --git a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild index de73a6f9bc4..dfc84291767 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN%-cpp}" MY_P="${MY_PN}-${PV}" DESCRIPTION="The ANTLR 3 C++ Runtime" -HOMEPAGE="http://www.antlr3.org/" +HOMEPAGE="https://www.antlr3.org/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3.5"