From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9BE511581EE for ; Wed, 02 Apr 2025 01:44:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8739F343200 for ; Wed, 02 Apr 2025 01:44:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 604831104C8; Wed, 02 Apr 2025 01:43:28 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5B3091104C8 for ; Wed, 02 Apr 2025 01:43:28 +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 058443431F7 for ; Wed, 02 Apr 2025 01:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E1928E1 for ; Wed, 02 Apr 2025 01:43:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1743558012.6fc85d754fffe34f6920edf4ca21885d5fe0fec5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-make/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild X-VCS-Directories: gnustep-base/gnustep-make/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6fc85d754fffe34f6920edf4ca21885d5fe0fec5 X-VCS-Branch: master Date: Wed, 02 Apr 2025 01:43:23 +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: 7e29df57-c3e9-4ef4-ba27-902a259b2b53 X-Archives-Hash: 2c94320c5b8f8d2d404e823c7c85d76c commit: 6fc85d754fffe34f6920edf4ca21885d5fe0fec5 Author: Sam James gentoo org> AuthorDate: Wed Apr 2 01:34:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 2 01:40:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc85d75 gnustep-base/gnustep-make: update SRC_URI (FTP->HTTPS) Signed-off-by: Sam James gentoo.org> gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild | 4 ++-- gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild | 4 ++-- gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild index 411d38ef0232..644fd0a8dfdc 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ inherit gnustep-base prefix toolchain-funcs DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="https://gnustep.github.io" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild index b2e442e36a5b..eaec4181eff8 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit gnustep-base prefix toolchain-funcs DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="https://gnustep.github.io" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild index 3dc68da764fc..102c13451ef3 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit gnustep-base prefix toolchain-funcs DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="https://gnustep.github.io" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"