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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BC6015800D for ; Fri, 7 Jul 2023 21:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53503E084A; Fri, 7 Jul 2023 21:53:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A8D2E084A for ; Fri, 7 Jul 2023 21:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52EAB340E71 for ; Fri, 7 Jul 2023 21:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01976ADF for ; Fri, 7 Jul 2023 21:53:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688766794.c7f348e512f7253d9c65b0db80a19fa655a2f96d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/catdvi/catdvi-0.14-r2.ebuild X-VCS-Directories: dev-tex/catdvi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c7f348e512f7253d9c65b0db80a19fa655a2f96d X-VCS-Branch: master Date: Fri, 7 Jul 2023 21:53:32 +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: adf2901e-2682-4a79-937a-0546d9e0e81c X-Archives-Hash: 3ecff87bd161ef3e4d310a6601509812 commit: c7f348e512f7253d9c65b0db80a19fa655a2f96d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jul 5 07:19:40 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 7 21:53:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f348e5 dev-tex/catdvi: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-tex/catdvi/catdvi-0.14-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/catdvi/catdvi-0.14-r2.ebuild b/dev-tex/catdvi/catdvi-0.14-r2.ebuild index 1f4af1e9e185..ef4dff359dcd 100644 --- a/dev-tex/catdvi/catdvi-0.14-r2.ebuild +++ b/dev-tex/catdvi/catdvi-0.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools toolchain-funcs flag-o-matic DESCRIPTION="DVI to plain text translator" -HOMEPAGE="http://catdvi.sourceforge.net" +HOMEPAGE="https://catdvi.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2+"