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 33BC415823F for ; Sun, 19 Nov 2023 10:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4852BC023; Sun, 19 Nov 2023 10:19:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 48ED52BC022 for ; Sun, 19 Nov 2023 10:19:31 +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 38DFF335CCD for ; Sun, 19 Nov 2023 10:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92EC4FC4 for ; Sun, 19 Nov 2023 10:19:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700388537.a45745b313a12cb224caf2b4718a66def5edba69.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild X-VCS-Directories: app-crypt/mcrypt/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a45745b313a12cb224caf2b4718a66def5edba69 X-VCS-Branch: master Date: Sun, 19 Nov 2023 10:19:28 +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: 23f55321-11a0-4f27-ad21-245818d00aa5 X-Archives-Hash: 26a94b7425b740462d8defe7c673d44d commit: a45745b313a12cb224caf2b4718a66def5edba69 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Oct 28 10:07:32 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 19 10:08:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45745b3 app-crypt/mcrypt: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild index f9bd690e5488..352cee681874 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="replacement of the old unix crypt(1)" -HOMEPAGE="http://mcrypt.sourceforge.net/" +DESCRIPTION="Replacement of the old unix crypt(1)" +HOMEPAGE="https://mcrypt.sourceforge.net/" SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="nls"