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 DF67A15800D for ; Sun, 2 Jul 2023 20:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 003CDE0875; Sun, 2 Jul 2023 20:28:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BDB1BE0875 for ; Sun, 2 Jul 2023 20:28:21 +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 05389340DBF for ; Sun, 2 Jul 2023 20:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 956DFAC8 for ; Sun, 2 Jul 2023 20:28:19 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1688329652.052d2cecba4a19a83a93ee407dc13d5f6ebd77ff.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/devil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/devil/devil-1.7.8-r6.ebuild X-VCS-Directories: media-libs/devil/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 052d2cecba4a19a83a93ee407dc13d5f6ebd77ff X-VCS-Branch: master Date: Sun, 2 Jul 2023 20:28:19 +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: 9bd86453-13a0-46d0-a491-f742a14c8fc3 X-Archives-Hash: f67faf39c43ac27bc0455cf23cace712 commit: 052d2cecba4a19a83a93ee407dc13d5f6ebd77ff Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 13:24:31 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jul 2 20:27:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052d2cec media-libs/devil: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: James Le Cuirot gentoo.org> media-libs/devil/devil-1.7.8-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/devil/devil-1.7.8-r6.ebuild b/media-libs/devil/devil-1.7.8-r6.ebuild index 312d235fe42a..ea29d4edf855 100644 --- a/media-libs/devil/devil-1.7.8-r6.ebuild +++ b/media-libs/devil/devil-1.7.8-r6.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 @@ -8,7 +8,7 @@ inherit autotools MY_P=DevIL-${PV} DESCRIPTION="DevIL image library" -HOMEPAGE="http://openil.sourceforge.net/" +HOMEPAGE="https://openil.sourceforge.net/" SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz" LICENSE="LGPL-2.1"