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 6955C15823F for ; Sun, 19 Nov 2023 11:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92992BC022; Sun, 19 Nov 2023 11:21:19 +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 834F62BC022 for ; Sun, 19 Nov 2023 11:21:19 +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 BFF9F335CCD for ; Sun, 19 Nov 2023 11:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 264FBFC4 for ; Sun, 19 Nov 2023 11:21:17 +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: <1700392868.e1afd1256b54ee0eed9413e7733123750e1c1e03.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/kpcli/kpcli-3.8.1.ebuild X-VCS-Directories: app-admin/kpcli/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e1afd1256b54ee0eed9413e7733123750e1c1e03 X-VCS-Branch: master Date: Sun, 19 Nov 2023 11:21:17 +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: 72705e10-a614-45fe-885a-e8873ed1a21a X-Archives-Hash: c783f9fc59775283eed0457b5cf78d42 commit: e1afd1256b54ee0eed9413e7733123750e1c1e03 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Oct 28 09:38:20 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 19 11:21:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1afd125 app-admin/kpcli: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> app-admin/kpcli/kpcli-3.8.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/kpcli/kpcli-3.8.1.ebuild b/app-admin/kpcli/kpcli-3.8.1.ebuild index 7bdf2c3eb097..eb4c7909de23 100644 --- a/app-admin/kpcli/kpcli-3.8.1.ebuild +++ b/app-admin/kpcli/kpcli-3.8.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit optfeature -DESCRIPTION="A command line interface to KeePass database files" -HOMEPAGE="http://kpcli.sourceforge.net" +DESCRIPTION="Command line interface to KeePass database files" +HOMEPAGE="https://kpcli.sourceforge.io/" SRC_URI="https://downloads.sourceforge.net/project/kpcli/${P}.pl" LICENSE="|| ( Artistic GPL-1+ )"