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 6C1F9158008 for ; Tue, 13 Jun 2023 14:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65D29E09E3; Tue, 13 Jun 2023 14:16:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E9CDE09E3 for ; Tue, 13 Jun 2023 14:16:32 +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 0E5E2340C7B for ; Tue, 13 Jun 2023 14:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A483A9B for ; Tue, 13 Jun 2023 14:16:28 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1686665771.7da67e4b64d24b6e1281aed1cfbe79fa393f15cd.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/price/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/price/price-1.3.0.ebuild X-VCS-Directories: gnustep-apps/price/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 7da67e4b64d24b6e1281aed1cfbe79fa393f15cd X-VCS-Branch: master Date: Tue, 13 Jun 2023 14:16:28 +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: f3e37a46-ac62-470e-b7a3-2232f8f5b091 X-Archives-Hash: a2e94c1945cb64fcf69edbb80c09fba3 commit: 7da67e4b64d24b6e1281aed1cfbe79fa393f15cd Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 10 15:44:55 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jun 13 14:16:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da67e4b gnustep-apps/price: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> gnustep-apps/price/price-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnustep-apps/price/price-1.3.0.ebuild b/gnustep-apps/price/price-1.3.0.ebuild index 1fbafbab64ad..ad33ba82eaf9 100644 --- a/gnustep-apps/price/price-1.3.0.ebuild +++ b/gnustep-apps/price/price-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit gnustep-2 MY_P=PRICE-${PV} DESCRIPTION="Precision Raster Image Convolution Engine" -HOMEPAGE="http://price.sourceforge.net/" +HOMEPAGE="https://price.sourceforge.net/" SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" KEYWORDS="amd64 ~ppc x86" SLOT="0"