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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B8041581F3 for ; Thu, 28 Nov 2024 10:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B02ADE092C; Thu, 28 Nov 2024 10:31:01 +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 95BACE092C for ; Thu, 28 Nov 2024 10:31:01 +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 929BD3430A5 for ; Thu, 28 Nov 2024 10:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC48916E0 for ; Thu, 28 Nov 2024 10:30:58 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1732789825.a849b907f87fffe4b15aea1ab91cc040e50e85cd.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/kpcli/Manifest app-admin/kpcli/kpcli-3.8.1.ebuild X-VCS-Directories: app-admin/kpcli/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: a849b907f87fffe4b15aea1ab91cc040e50e85cd X-VCS-Branch: master Date: Thu, 28 Nov 2024 10:30:58 +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: 082c5f8c-e707-4bf3-bfc3-4135b0ed57af X-Archives-Hash: 19a8e4583a992c932234b9fa429f9793 commit: a849b907f87fffe4b15aea1ab91cc040e50e85cd Author: Petr Vaněk gentoo org> AuthorDate: Thu Nov 28 10:26:49 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Nov 28 10:30:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a849b907 app-admin/kpcli: drop 3.8.1 Signed-off-by: Petr Vaněk gentoo.org> app-admin/kpcli/Manifest | 1 - app-admin/kpcli/kpcli-3.8.1.ebuild | 43 -------------------------------------- 2 files changed, 44 deletions(-) diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest index 54844994aa67..98ab53c17657 100644 --- a/app-admin/kpcli/Manifest +++ b/app-admin/kpcli/Manifest @@ -1,2 +1 @@ -DIST kpcli-3.8.1.pl 263292 BLAKE2B 70e9e4ca56466e51314e891de2282f9124c7eedd0f7aea7abfc4ad94a1f4ebcc4d65dc09573560e4cc90be4a2f4a3156d6d4e57f3cb5a27de297fca137fc9cbb SHA512 5d4ba12112b6b82dc150193f6c2210c868c6582726cf157f05d2ad74224ac6f637d09075ae410ce91481b222cc1f40c3fb2f6267923a04a06211929d92a05097 DIST kpcli-4.1.pl 366041 BLAKE2B 71a3814981a3ebfc9a9d784bab5706ff58796e84f8f58472da9f1f800b63a6ade4c8b8e334a1f118c4783d19f27c5d0af5b0bbaeb75d1cb6337967a3ac2a7f33 SHA512 54352fee32b381a73ab65bd8743115e867883a731d23722dde1102803579349fde130f8ffd23904996125f4d23cd4709dc0416ba668efa8a569cb64ee883ca8f diff --git a/app-admin/kpcli/kpcli-3.8.1.ebuild b/app-admin/kpcli/kpcli-3.8.1.ebuild deleted file mode 100644 index eb4c7909de23..000000000000 --- a/app-admin/kpcli/kpcli-3.8.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -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+ )" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-perl/Clone - dev-perl/Crypt-Rijndael - dev-perl/File-KeePass - dev-perl/Math-Random-ISAAC - dev-perl/Sort-Naturally - dev-perl/Sub-Install - dev-perl/TermReadKey - dev-perl/Term-ReadLine-Gnu - dev-perl/Term-ShellUI" - -src_unpack() { - mkdir "${S}" || die - cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die -} - -src_compile() { :; } - -src_install() { - dobin kpcli -} - -pkg_postinst() { - optfeature "time-based-one-time-only password support" "dev-perl/Authen-OATH dev-perl/Convert-Base32" - optfeature "X clipboard support" "dev-perl/Capture-Tiny dev-perl/Clipboard" - optfeature "password quality check" dev-perl/Data-Password - optfeature "better password quality check" dev-perl/Data-Password-passwdqc - optfeature "importing Password Safe v3 databases" dev-perl/Crypt-PWSafe3 -}