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 9891C138330 for ; Sat, 26 May 2018 14:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B164E08E2; Sat, 26 May 2018 14:31:04 +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 512C5E08E2 for ; Sat, 26 May 2018 14:31:04 +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 9A8B2335CB4 for ; Sat, 26 May 2018 14:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2481296 for ; Sat, 26 May 2018 14:31:00 +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: <1527345053.56ec1a4e8de414075cd5b517a2d78e561c5ce828.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2016-r6.ebuild app-text/texlive-core/texlive-core-2017-r3.ebuild app-text/texlive-core/texlive-core-2017-r4.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 56ec1a4e8de414075cd5b517a2d78e561c5ce828 X-VCS-Branch: master Date: Sat, 26 May 2018 14:31:00 +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: b97f5a2c-b7c4-413a-a27f-6481dd1c34da X-Archives-Hash: 87cf071fbe1a6732681c6aa72dd570f9 commit: 56ec1a4e8de414075cd5b517a2d78e561c5ce828 Author: charIes17 arcor de> AuthorDate: Sat May 26 14:25:34 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 26 14:30:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ec1a4e app-text/texlive-core: HTTPS for HOMEPAGE Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8598 app-text/texlive-core/texlive-core-2016-r6.ebuild | 2 +- app-text/texlive-core/texlive-core-2017-r3.ebuild | 2 +- app-text/texlive-core/texlive-core-2017-r4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2016-r6.ebuild b/app-text/texlive-core/texlive-core-2016-r6.ebuild index b16827b3d88..307aaf24b7a 100644 --- a/app-text/texlive-core/texlive-core-2016-r6.ebuild +++ b/app-text/texlive-core/texlive-core-2016-r6.ebuild @@ -12,7 +12,7 @@ inherit eutils flag-o-matic toolchain-funcs libtool texlive-common MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source DESCRIPTION="A complete TeX distribution" -HOMEPAGE="http://tug.org/texlive/" +HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="GPL-2 LPPL-1.3c TeX" diff --git a/app-text/texlive-core/texlive-core-2017-r3.ebuild b/app-text/texlive-core/texlive-core-2017-r3.ebuild index c303fed4a32..adf3b9b004e 100644 --- a/app-text/texlive-core/texlive-core-2017-r3.ebuild +++ b/app-text/texlive-core/texlive-core-2017-r3.ebuild @@ -12,7 +12,7 @@ inherit eutils flag-o-matic toolchain-funcs libtool texlive-common MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source DESCRIPTION="A complete TeX distribution" -HOMEPAGE="http://tug.org/texlive/" +HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="GPL-2 LPPL-1.3c TeX" diff --git a/app-text/texlive-core/texlive-core-2017-r4.ebuild b/app-text/texlive-core/texlive-core-2017-r4.ebuild index edf3f3645c2..44ef1da8372 100644 --- a/app-text/texlive-core/texlive-core-2017-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2017-r4.ebuild @@ -12,7 +12,7 @@ inherit eutils flag-o-matic toolchain-funcs libtool texlive-common MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source DESCRIPTION="A complete TeX distribution" -HOMEPAGE="http://tug.org/texlive/" +HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="GPL-2 LPPL-1.3c TeX"