From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
Date: Fri, 22 Jul 2022 06:30:16 +0000 (UTC) [thread overview]
Message-ID: <1658470347.dc07cfa227fedd73344e04262c19bdb3f3f831f5.juippis@gentoo> (raw)
commit: dc07cfa227fedd73344e04262c19bdb3f3f831f5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 22 06:12:27 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 22 06:12:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc07cfa2
app-admin/kpcli: add 3.8
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/kpcli/Manifest | 1 +
app-admin/kpcli/kpcli-3.8.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest
index f1a644093812..30d40b37361a 100644
--- a/app-admin/kpcli/Manifest
+++ b/app-admin/kpcli/Manifest
@@ -1 +1,2 @@
DIST kpcli-3.7.pl 241191 BLAKE2B a3a851ab9d5244dc2c17c084f116fd8b7adc6770715011c119e8238a7f5ecc0fd894d98c47c4762413dadfff83798f1a134a21d9e156d12ae76aac51259ee58b SHA512 2f66686e6f563e9ef5a2ae1fe23085c2563455e6041ce60eaedbb87492ae517a19163393e640e58b3a8d761cefd924bad605762ad6ba045de8f45fad4fb90abc
+DIST kpcli-3.8.pl 263217 BLAKE2B 07f3300340e1d446ca7ef4491a9b4e7812fc1299fb8ac0659529b9389d11b156f3bcfca583bb4f1a316eb7204c19f82c02b23b36aab0036f37800ca5c9ec3f35 SHA512 4ab75097309f9f9d6cb9c74ec2ea98130c836db0ed9e50e280c11629627ae1a560b0d78f2b02ccd8b025864ae6d4e18a20aa41d736dfdd9a1c423889b71fe592
diff --git a/app-admin/kpcli/kpcli-3.8.ebuild b/app-admin/kpcli/kpcli-3.8.ebuild
new file mode 100644
index 000000000000..d30a653f15b0
--- /dev/null
+++ b/app-admin/kpcli/kpcli-3.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 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"
+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
+}
next reply other threads:[~2022-07-22 6:30 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 6:30 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-19 11:21 [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/ Ulrich Müller
2023-07-27 8:29 Joonas Niilola
2022-08-24 7:02 Joonas Niilola
2022-08-24 7:02 Joonas Niilola
2022-07-23 9:13 Joonas Niilola
2022-07-23 9:13 Joonas Niilola
2022-06-04 7:07 Joonas Niilola
2022-05-27 6:53 Joonas Niilola
2022-05-20 8:40 Joonas Niilola
2021-05-17 21:37 Andreas K. Hüttel
2020-11-14 7:01 Joonas Niilola
2020-11-14 7:01 Joonas Niilola
2020-11-14 7:01 Joonas Niilola
2020-10-15 10:56 Joonas Niilola
2020-10-15 10:56 Joonas Niilola
2020-09-22 12:20 Joonas Niilola
2020-09-22 6:12 Joonas Niilola
2020-09-21 6:14 Joonas Niilola
2020-05-26 10:16 Joonas Niilola
2020-05-26 10:16 Joonas Niilola
2020-05-26 10:16 Joonas Niilola
2020-04-26 10:52 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2019-11-14 4:16 Joonas Niilola
2019-08-17 5:31 Joonas Niilola
2019-08-16 11:35 Joonas Niilola
2019-08-16 11:35 Joonas Niilola
2018-03-28 21:57 Patrice Clement
2017-01-14 21:17 Andreas Hüttel
2017-01-14 21:15 Andreas Hüttel
2017-01-14 21:15 Andreas Hüttel
2016-05-27 21:57 Andreas Hüttel
2015-09-14 13:30 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1658470347.dc07cfa227fedd73344e04262c19bdb3f3f831f5.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox