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 423EC158020 for ; Sun, 13 Nov 2022 18:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85897E0958; Sun, 13 Nov 2022 18:34:14 +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 6E4DDE0958 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 AE992340821 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 D319074D 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: <1668364435.ce41d04416afe9fe104056e62f0ac7459abb8b05.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mhash/mhash-0.9.9.9-r2.ebuild X-VCS-Directories: app-crypt/mhash/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ce41d04416afe9fe104056e62f0ac7459abb8b05 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: 636af039-4947-4625-be5d-a5cf4830c7e9 X-Archives-Hash: 808b048916e9145cba43aff2f19c8fcf commit: ce41d04416afe9fe104056e62f0ac7459abb8b05 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Nov 12 15:09:40 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Nov 13 18:33:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce41d044 app-crypt/mhash: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index a2383e956b83..e31cbe8e8e25 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit autotools DESCRIPTION="Library providing a uniform interface to a large number of hash algorithms" -HOMEPAGE="http://mhash.sourceforge.net/" +HOMEPAGE="https://mhash.sourceforge.net/" SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs"