From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1535595-garchives=archives.gentoo.org@lists.gentoo.org>
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 D8CF815800D
	for <garchives@archives.gentoo.org>; Fri,  7 Jul 2023 21:53:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 51523E0849;
	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 35361E0848
	for <gentoo-commits@lists.gentoo.org>; 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 47F0B340E57
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 Jul 2023 21:53:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A4873ADB
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 Jul 2023 21:53:31 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
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" <conikost@gentoo.org>
Message-ID: <1688766793.4fb4f162d8d0243a39661eb68c87d557c987c7ee.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/xdvik/xdvik-22.87.03-r4.ebuild app-text/xdvik/xdvik-22.87.06-r1.ebuild app-text/xdvik/xdvik-22.87.06.ebuild
X-VCS-Directories: app-text/xdvik/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: 4fb4f162d8d0243a39661eb68c87d557c987c7ee
X-VCS-Branch: master
Date: Fri,  7 Jul 2023 21:53:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 825edf48-c315-44a6-998e-1a2c73adc3a6
X-Archives-Hash: 11f9a98102263ef68c67e1cc6e538997

commit:     4fb4f162d8d0243a39661eb68c87d557c987c7ee
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul  5 07:14:23 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 21:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb4f162

app-text/xdvik: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-text/xdvik/xdvik-22.87.03-r4.ebuild | 4 ++--
 app-text/xdvik/xdvik-22.87.06-r1.ebuild | 2 +-
 app-text/xdvik/xdvik-22.87.06.ebuild    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/xdvik/xdvik-22.87.03-r4.ebuild b/app-text/xdvik/xdvik-22.87.03-r4.ebuild
index 790948a43266..516a2fd525d4 100644
--- a/app-text/xdvik/xdvik-22.87.03-r4.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="DVI previewer for X Window System"
-HOMEPAGE="http://xdvi.sourceforge.net/"
+HOMEPAGE="https://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 S="${WORKDIR}"/${P}/texk/xdvik
 

diff --git a/app-text/xdvik/xdvik-22.87.06-r1.ebuild b/app-text/xdvik/xdvik-22.87.06-r1.ebuild
index e6c2a4836bb2..47b8e3a712c7 100644
--- a/app-text/xdvik/xdvik-22.87.06-r1.ebuild
+++ b/app-text/xdvik/xdvik-22.87.06-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="DVI viewer for X Window System"
-HOMEPAGE="http://xdvi.sourceforge.net/"
+HOMEPAGE="https://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz
 	https://dev.gentoo.org/~pacho/${PN}/${PN}_192.png"
 S="${WORKDIR}"/${P}/texk/xdvik

diff --git a/app-text/xdvik/xdvik-22.87.06.ebuild b/app-text/xdvik/xdvik-22.87.06.ebuild
index 9ef9fef738e5..82c80c752d0d 100644
--- a/app-text/xdvik/xdvik-22.87.06.ebuild
+++ b/app-text/xdvik/xdvik-22.87.06.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools desktop elisp-common flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="DVI previewer for X Window System"
-HOMEPAGE="http://xdvi.sourceforge.net/"
+HOMEPAGE="https://xdvi.sourceforge.net/"
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 S="${WORKDIR}"/${P}/texk/xdvik