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 955A41382C5 for ; Sat, 27 Jun 2020 20:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9056CE0923; Sat, 27 Jun 2020 20:45:20 +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 78DDBE0923 for ; Sat, 27 Jun 2020 20:45:20 +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 78E2334EE69 for ; Sat, 27 Jun 2020 20:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CA5D2B9 for ; Sat, 27 Jun 2020 20:45:18 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593290679.b0c69de8a4373bba7e024182e410b410d93cd79b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latex2html/latex2html-2015.ebuild dev-tex/latex2html/latex2html-2017.2-r2.ebuild X-VCS-Directories: dev-tex/latex2html/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b0c69de8a4373bba7e024182e410b410d93cd79b X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:45:18 +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: 5aa3480d-8fd6-4532-8b7f-230e4699ecf8 X-Archives-Hash: 4edb427172dd4e27bf15073530fe1942 commit: b0c69de8a4373bba7e024182e410b410d93cd79b Author: Alexey Sokolov google com> AuthorDate: Sat Jun 20 15:58:02 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 20:44:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c69de8 dev-tex/latex2html: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: Andreas K. Hüttel gentoo.org> dev-tex/latex2html/latex2html-2015.ebuild | 2 +- dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/latex2html/latex2html-2015.ebuild b/dev-tex/latex2html/latex2html-2015.ebuild index f71b7ea764e..608a2b110a6 100644 --- a/dev-tex/latex2html/latex2html-2015.ebuild +++ b/dev-tex/latex2html/latex2html-2015.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML" -HOMEPAGE="http://www.latex2html.org/" +HOMEPAGE="https://www.latex2html.org/" SRC_URI="http://mirrors.ctan.org/support/latex2html/latex2html-2015.tar.gz" LICENSE="GPL-2" diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild index ca88c6d78f4..5c8fe048f6a 100644 --- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild +++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML" -HOMEPAGE="http://www.latex2html.org/" +HOMEPAGE="https://www.latex2html.org/" SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz" LICENSE="GPL-2"