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 BC4401581EE for ; Wed, 02 Apr 2025 02:50:54 +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 A6FFF343121 for ; Wed, 02 Apr 2025 02:50:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0BADC1104B5; Wed, 02 Apr 2025 02:50:42 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 010541104B5 for ; Wed, 02 Apr 2025 02:50:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EF5E34309C for ; Wed, 02 Apr 2025 02:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6D0271C for ; Wed, 02 Apr 2025 02:50:38 +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: <1743561361.2fea6150d27bb88404bcc9520874a503b387797c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xli/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xli/xli-1.17.0-r6.ebuild X-VCS-Directories: media-gfx/xli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fea6150d27bb88404bcc9520874a503b387797c X-VCS-Branch: master Date: Wed, 02 Apr 2025 02:50:38 +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: aee67a61-8272-4041-9eba-4d9cddda59d7 X-Archives-Hash: 34661d5af40af6d393a601ff8c8d6992 commit: 2fea6150d27bb88404bcc9520874a503b387797c Author: Sam James gentoo org> AuthorDate: Wed Apr 2 02:36:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 2 02:36:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fea6150 media-gfx/xli: update HOMEPAGE(!) (FTP->HTTPS) Signed-off-by: Sam James gentoo.org> media-gfx/xli/xli-1.17.0-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/xli/xli-1.17.0-r6.ebuild b/media-gfx/xli/xli-1.17.0-r6.ebuild index 8ce0e204bb03..9d599fbe006f 100644 --- a/media-gfx/xli/xli-1.17.0-r6.ebuild +++ b/media-gfx/xli/xli-1.17.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs SNAPSHOT="2005-02-27" DESCRIPTION="X Load Image: view images or load them to root window" -HOMEPAGE="ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/xli-1.16.README" +HOMEPAGE="https://www.ibiblio.org/pub/Linux/apps/graphics/viewers/X/xli-1.16.README" SRC_URI="http://pantransit.reptiles.org/prog/xli/xli-${SNAPSHOT}.tar.gz" S="${WORKDIR}/${PN}-${SNAPSHOT}"