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 DFC3615808B for ; Sat, 14 Sep 2024 07:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32586E29AC; Sat, 14 Sep 2024 07:09:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1AC2EE29AB for ; Sat, 14 Sep 2024 07:09:35 +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 62B0233BF41 for ; Sat, 14 Sep 2024 07:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F30427F3 for ; Sat, 14 Sep 2024 07:09:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1726297766.ac61119aa1b50f7f5ac03038154ee234dd8f7da8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menumaker/menumaker-0.99.12.ebuild x11-misc/menumaker/menumaker-0.99.14.ebuild X-VCS-Directories: x11-misc/menumaker/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac61119aa1b50f7f5ac03038154ee234dd8f7da8 X-VCS-Branch: master Date: Sat, 14 Sep 2024 07:09:31 +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: 1c330574-9eeb-4427-81dc-50a9b84b6fc5 X-Archives-Hash: 2158f96f23e42f6a0aba86f11541f697 commit: ac61119aa1b50f7f5ac03038154ee234dd8f7da8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Sep 1 16:26:00 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 14 07:09:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac61119a x11-misc/menumaker: use https Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> x11-misc/menumaker/menumaker-0.99.12.ebuild | 2 +- x11-misc/menumaker/menumaker-0.99.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild index 236df97b16f1..613170273a87 100644 --- a/x11-misc/menumaker/menumaker-0.99.12.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.12.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_10 ) inherit autotools python-single-r1 DESCRIPTION="Utility that scans through the system and generates a menu of installed programs" -HOMEPAGE="http://menumaker.sourceforge.net/" +HOMEPAGE="https://menumaker.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/x11-misc/menumaker/menumaker-0.99.14.ebuild b/x11-misc/menumaker/menumaker-0.99.14.ebuild index cce59403426d..d8c339c659f3 100644 --- a/x11-misc/menumaker/menumaker-0.99.14.ebuild +++ b/x11-misc/menumaker/menumaker-0.99.14.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit autotools python-single-r1 DESCRIPTION="Utility that scans through the system and generates a menu of installed programs" -HOMEPAGE="http://menumaker.sourceforge.net/" +HOMEPAGE="https://menumaker.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD"