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 5667115800D for ; Fri, 7 Jul 2023 21:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2487E0855; 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 C7016E0855 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 573CA340E88 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 13F33AE0 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: <1688766795.10d9cceaf9dbcfd4a0e909b46a342c14d74bcd19.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/culmus-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild X-VCS-Directories: dev-tex/culmus-latex/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 10d9cceaf9dbcfd4a0e909b46a342c14d74bcd19 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: b0dd99a3-65ce-4582-b31b-410aa26ae9f6 X-Archives-Hash: 9fc8dad6805f7bf5ff1a2d171ac7f718 commit: 10d9cceaf9dbcfd4a0e909b46a342c14d74bcd19 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Jul 5 07:20:59 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 7 21:53:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d9ccea dev-tex/culmus-latex: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild b/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild index 0d568c0da9e4..045916d09fc6 100644 --- a/dev-tex/culmus-latex/culmus-latex-0.7-r1.ebuild +++ b/dev-tex/culmus-latex/culmus-latex-0.7-r1.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=7 @@ -6,7 +6,7 @@ EAPI=7 inherit latex-package DESCRIPTION="Culmus fonts support for latex" -HOMEPAGE="http://ivritex.sourceforge.net/" +HOMEPAGE="https://ivritex.sourceforge.net/" SRC_URI="mirror://sourceforge/ivritex/${P}_src.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"