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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33E7713835A for ; Thu, 3 Jun 2021 07:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87B5BE083E; Thu, 3 Jun 2021 07:01:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E5A6E083E for ; Thu, 3 Jun 2021 07:01:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0FD4340ECA for ; Thu, 3 Jun 2021 07:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDA37733 for ; Thu, 3 Jun 2021 07:01:29 +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: <1622703670.9890c2a05cebe6d1a4f28a9ab553bddb35bf3432.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword/checkpassword-0.90-r4.ebuild X-VCS-Directories: net-mail/checkpassword/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9890c2a05cebe6d1a4f28a9ab553bddb35bf3432 X-VCS-Branch: master Date: Thu, 3 Jun 2021 07:01:29 +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: 6d35c052-bfad-4ea7-861a-dde7c5cf3605 X-Archives-Hash: 551fa078069b95f8b5a34f7ca29fe87b commit: 9890c2a05cebe6d1a4f28a9ab553bddb35bf3432 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu May 13 09:06:16 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 3 07:01:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9890c2a0 net-mail/checkpassword: Fix license Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Joonas Niilola gentoo.org> net-mail/checkpassword/checkpassword-0.90-r4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild index 5ced6f5bd2f..1f19512efe5 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r4.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r4.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="A uniform password checking interface for root applications" HOMEPAGE="https://cr.yp.to/checkpwd.html" SRC_URI="https://cr.yp.to/checkpwd/${P}.tar.gz" -LICENSE="all-rights-reserved" +# http://cr.yp.to/distributors.html +LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="static"