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 62ADC158094 for ; Wed, 20 Jul 2022 22:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC26CE0B42; Wed, 20 Jul 2022 22:11:16 +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 0F222E0B42 for ; 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 20D6E340CBB for ; Wed, 20 Jul 2022 22:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85528456 for ; Wed, 20 Jul 2022 22:11:13 +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: <1658355043.2aa8034dd52574fde512453d49647c8d28c8ef32.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ckpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ckpass/ckpass-0.2-r2.ebuild X-VCS-Directories: app-crypt/ckpass/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2aa8034dd52574fde512453d49647c8d28c8ef32 X-VCS-Branch: master Date: Wed, 20 Jul 2022 22:11:13 +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: a810c6cc-23a4-4320-aca9-8a63694b2ddd X-Archives-Hash: 962a48d1a06bcba89481d85958767495 commit: 2aa8034dd52574fde512453d49647c8d28c8ef32 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 19 19:32:47 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Jul 20 22:10:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa8034d app-crypt/ckpass: update HOMEPAGE, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11 Signed-off-by: Conrad Kostecki gentoo.org> app-crypt/ckpass/ckpass-0.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/ckpass/ckpass-0.2-r2.ebuild b/app-crypt/ckpass/ckpass-0.2-r2.ebuild index 48fc5954525f..22585242bcf6 100644 --- a/app-crypt/ckpass/ckpass-0.2-r2.ebuild +++ b/app-crypt/ckpass/ckpass-0.2-r2.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit autotools DESCRIPTION="ncurses based password database client compatible with KeePass 1.x databases" -HOMEPAGE="http://ckpass.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/ckpass/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64"