From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
Date: Thu, 15 Oct 2020 10:56:51 +0000 (UTC) [thread overview]
Message-ID: <1602759404.d791b8d279a4f271c4c46b8071092bbeea12c3d6.juippis@gentoo> (raw)
commit: d791b8d279a4f271c4c46b8071092bbeea12c3d6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 10:56:19 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 10:56:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d791b8d2
app-admin/kpcli: remove old 3.5
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/kpcli/Manifest | 1 -
app-admin/kpcli/kpcli-3.5.ebuild | 43 ----------------------------------------
2 files changed, 44 deletions(-)
diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest
index c52a0770842..81f060a2458 100644
--- a/app-admin/kpcli/Manifest
+++ b/app-admin/kpcli/Manifest
@@ -1,3 +1,2 @@
DIST kpcli-3.4.pl 211243 BLAKE2B 4880d832554de1956e033bba2e2021b9dc0b77202585663b0f4ad2acca520bcb430ac974bbea00c21aa37c2c8e8fa8c5cf2e8131542c20ecc3c6b0ac6dd85d9a SHA512 1ec9ea46f769a6891700565a51c592fd4809a0f3bc1d2088ca694233b276652506b470328b8b840cd0876b945faad27a16a5685d8655868cd20760f24619ffaf
-DIST kpcli-3.5.pl 223904 BLAKE2B 1d2a497c0225980eabf0c95d9fa2e89e7d94e4422f97744fb325d41393b80ecaf423b67666014c2c41076b9b2e85c41e761e72b3b89800b405d26b67f49f9afc SHA512 d9454d47cd90e647ec0695b9a571c64c389569a676e1d172fd6b6a6dfd1170ca63bb23ca2c00dc35e93984fad409864c13d5562484a1a513a152008b27cf9c0b
DIST kpcli-3.6.pl 232478 BLAKE2B 2c7ea808e840954d2661d7c89dbc7cd7f955d2bfba2c70034d95f480bdfbce8e5e3533105aa4f78c2c4386c1414ca78d678e0487571d93e23381e697054a7c01 SHA512 12c7fdeb613451d1bfcbed18fdec0b555a1ec2ce28ffd7969313a9a5acac582d1c019ea660a550ab2a28d947c5d14a63fcdea252757291aeb44ceae63c205b0f
diff --git a/app-admin/kpcli/kpcli-3.5.ebuild b/app-admin/kpcli/kpcli-3.5.ebuild
deleted file mode 100644
index 73dabd93e84..00000000000
--- a/app-admin/kpcli/kpcli-3.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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:[~2020-10-15 10:56 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-15 10:56 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-28 10:30 [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/ Petr Vaněk
2024-11-23 12:30 Arthur Zamarin
2023-11-19 11:21 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-07-22 6:30 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-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=1602759404.d791b8d279a4f271c4c46b8071092bbeea12c3d6.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