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 A8561138334 for ; Sat, 20 Apr 2019 23:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F081CE08B1; Sat, 20 Apr 2019 23:20:21 +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 86A2AE08B1 for ; Sat, 20 Apr 2019 23:20:21 +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 55093341DD2 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 EDFD15BE 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: <1555723689.7e00b43b1343ede053095e2324c1671f633aeac0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/antlr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/antlr/antlr-2.7.7-r7.ebuild dev-java/antlr/antlr-2.7.7-r8.ebuild dev-java/antlr/antlr-3.2.ebuild dev-java/antlr/antlr-3.5.2.ebuild dev-java/antlr/antlr-4.5.1.ebuild dev-java/antlr/antlr-4.5.3.ebuild X-VCS-Directories: dev-java/antlr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7e00b43b1343ede053095e2324c1671f633aeac0 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: 13deb492-44b6-4a68-a3ed-7a5a6ef8aa37 X-Archives-Hash: 0b97b7ad770129320e27c37d135d7e0e commit: 7e00b43b1343ede053095e2324c1671f633aeac0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 14 12:02:21 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 20 01:28:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e00b43b dev-java/antlr: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-java/antlr/antlr-2.7.7-r7.ebuild | 6 +++--- dev-java/antlr/antlr-2.7.7-r8.ebuild | 6 +++--- dev-java/antlr/antlr-3.2.ebuild | 8 ++++---- dev-java/antlr/antlr-3.5.2.ebuild | 6 +++--- dev-java/antlr/antlr-4.5.1.ebuild | 6 +++--- dev-java/antlr/antlr-4.5.3.ebuild | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/dev-java/antlr/antlr-2.7.7-r7.ebuild b/dev-java/antlr/antlr-2.7.7-r7.ebuild index 09dc38c165a..c999d7417a3 100644 --- a/dev-java/antlr/antlr-2.7.7-r7.ebuild +++ b/dev-java/antlr/antlr-2.7.7-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr2.org/" -SRC_URI="http://www.antlr2.org/download/${P}.tar.gz" +HOMEPAGE="https://www.antlr2.org/" +SRC_URI="https://www.antlr2.org/download/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/antlr/antlr-2.7.7-r8.ebuild b/dev-java/antlr/antlr-2.7.7-r8.ebuild index 10056965f25..de3952a26d0 100644 --- a/dev-java/antlr/antlr-2.7.7-r8.ebuild +++ b/dev-java/antlr/antlr-2.7.7-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr2.org/" -SRC_URI="http://www.antlr2.org/download/${P}.tar.gz" +HOMEPAGE="https://www.antlr2.org/" +SRC_URI="https://www.antlr2.org/download/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild index d8976fb1678..48831af505d 100644 --- a/dev-java/antlr/antlr-3.2.ebuild +++ b/dev-java/antlr/antlr-3.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="5" @@ -6,9 +6,9 @@ EAPI="5" inherit eutils java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr3.org/" -SRC_URI="http://www.antlr3.org/download/${P}.tar.gz - http://www.antlr3.org/download/${P}.jar" # Prebuilt version needed. +HOMEPAGE="https://www.antlr3.org/" +SRC_URI="https://www.antlr3.org/download/${P}.tar.gz + https://www.antlr3.org/download/${P}.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="3" KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/antlr/antlr-3.5.2.ebuild b/dev-java/antlr/antlr-3.5.2.ebuild index 46c6402f4b2..ffbb7faf52a 100644 --- a/dev-java/antlr/antlr-3.5.2.ebuild +++ b/dev-java/antlr/antlr-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="5" @@ -6,9 +6,9 @@ EAPI="5" inherit eutils java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr3.org/" +HOMEPAGE="https://www.antlr3.org/" SRC_URI="https://github.com/${PN}/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz - http://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed. + https://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="3.5" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/antlr/antlr-4.5.1.ebuild b/dev-java/antlr/antlr-4.5.1.ebuild index a7c4c1ffbb7..38d9b405e65 100644 --- a/dev-java/antlr/antlr-4.5.1.ebuild +++ b/dev-java/antlr/antlr-4.5.1.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="5" @@ -8,9 +8,9 @@ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr.org/" +HOMEPAGE="https://www.antlr.org/" SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz - http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed. + https://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="4" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/antlr/antlr-4.5.3.ebuild b/dev-java/antlr/antlr-4.5.3.ebuild index 3b48b132714..ed1027b16e8 100644 --- a/dev-java/antlr/antlr-4.5.3.ebuild +++ b/dev-java/antlr/antlr-4.5.3.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="5" @@ -8,9 +8,9 @@ JAVA_PKG_IUSE="source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A parser generator for many languages" -HOMEPAGE="http://www.antlr.org/" +HOMEPAGE="https://www.antlr.org/" SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz - http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed. + https://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="4" KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"