From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1420275-garchives=archives.gentoo.org@lists.gentoo.org> 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 C4C36158094 for <garchives@archives.gentoo.org>; Wed, 20 Jul 2022 22:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC368E0B9E; Wed, 20 Jul 2022 22:11:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAC65E0B5D for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 22:11:16 +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 2C1A5340E12 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 22:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714037F for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 22:11:13 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> 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" <conikost@gentoo.org> Message-ID: <1658355034.e6dcf950d49e1f986ffe9bb3edf210f6443f7b27.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/funzix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/funzix/funzix-1.0-r1.ebuild X-VCS-Directories: app-arch/funzix/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e6dcf950d49e1f986ffe9bb3edf210f6443f7b27 X-VCS-Branch: master Date: Wed, 20 Jul 2022 22:11:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93b51ee6-4219-4fea-9ff1-6c6e3dbc7144 X-Archives-Hash: 781274bc87d0af013e3060e2b7c46ec8 commit: e6dcf950d49e1f986ffe9bb3edf210f6443f7b27 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 19 19:28:30 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 22:10:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dcf950 app-arch/funzix: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-arch/funzix/funzix-1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/funzix/funzix-1.0-r1.ebuild b/app-arch/funzix/funzix-1.0-r1.ebuild index eae0ebd84376..eb1b037916a9 100644 --- a/app-arch/funzix/funzix-1.0-r1.ebuild +++ b/app-arch/funzix/funzix-1.0-r1.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit toolchain-funcs -DESCRIPTION="unpacker for the bogus ZIX format" -HOMEPAGE="http://funzix.sourceforge.net/" +DESCRIPTION="Unpacker for the bogus ZIX format" +HOMEPAGE="https://funzix.sourceforge.io/" SRC_URI="mirror://sourceforge/funzix/${P}.tar.bz2" LICENSE="public-domain"