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 5060F158020 for ; Sun, 13 Nov 2022 18:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B960E095D; Sun, 13 Nov 2022 18:34:15 +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 D8BC9E095D for ; Sun, 13 Nov 2022 18:34:14 +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 E193F34102D for ; Sun, 13 Nov 2022 18:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E673D74E for ; Sun, 13 Nov 2022 18:34:10 +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: <1668364436.1e94d784e02949efdf9089f08a9ecf2663eb85a4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/ibam/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/ibam/ibam-0.5.2-r5.ebuild X-VCS-Directories: app-laptop/ibam/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1e94d784e02949efdf9089f08a9ecf2663eb85a4 X-VCS-Branch: master Date: Sun, 13 Nov 2022 18:34:10 +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: 59b43f09-302d-42a6-b592-9aad2cdc2a8e X-Archives-Hash: 4907c356f0ae216c974101626ea627aa commit: 1e94d784e02949efdf9089f08a9ecf2663eb85a4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Nov 12 15:13:13 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Nov 13 18:33:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e94d784 app-laptop/ibam: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-laptop/ibam/ibam-0.5.2-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-laptop/ibam/ibam-0.5.2-r5.ebuild b/app-laptop/ibam/ibam-0.5.2-r5.ebuild index c69bc821262d..6b5e4f8298ce 100644 --- a/app-laptop/ibam/ibam-0.5.2-r5.ebuild +++ b/app-laptop/ibam/ibam-0.5.2-r5.ebuild @@ -7,7 +7,7 @@ PATCH_LEVEL="2.1" inherit toolchain-funcs optfeature DESCRIPTION="Intelligent Battery Monitor" -HOMEPAGE="http://ibam.sourceforge.net/" +HOMEPAGE="https://ibam.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${PATCH_LEVEL}.diff.gz"