public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
Date: Wed, 28 Mar 2018 21:57:58 +0000 (UTC)	[thread overview]
Message-ID: <1522274268.c3fb78f68ba045f18593c87356e1778188f0c2be.monsieurp@gentoo> (raw)

commit:     c3fb78f68ba045f18593c87356e1778188f0c2be
Author:     juippis <juippis <AT> gmail <DOT> com>
AuthorDate: Sun Mar 25 11:39:41 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 21:57:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fb78f6

app-admin/kpcli: version bump to 3.2.

Closes: https://bugs.gentoo.org/651470
Closes: https://github.com/gentoo/gentoo/pull/7610

 app-admin/kpcli/Manifest         |  1 +
 app-admin/kpcli/kpcli-3.2.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest
index 4d824f07116..72abb0b2ad5 100644
--- a/app-admin/kpcli/Manifest
+++ b/app-admin/kpcli/Manifest
@@ -1,2 +1,3 @@
 DIST kpcli-3.0.pl 181841 BLAKE2B f55db76dc9036ccd2031a7f5f379e18aad8b52758fa7567547f79e0d1c0ae9f97b60d9a68f0587fe4d38d97dde2d89d9ea768ad14fbf4a398422befd00455c9d SHA512 fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587
 DIST kpcli-3.1.pl 193792 BLAKE2B 6574916b020885443e68d2daa111e376847c6e0c5d5f4273293cc591bb5e31b8b1a2a43f984e22d2b959f71ed952936a00ea7cbf17fb047929004bce193b3d9e SHA512 2bcfaa4535fd35d7bbf512e704392e207237efa669bf5d6845d1657e44511f04b80fddd4404f3a8d409f330f8bfbb5cf9f1e09fb8a425685b3d7309a8040df5e
+DIST kpcli-3.2.pl 197369 BLAKE2B 17a449c1727e8c9e79a5c45327debec1391e58012b2f94979a9431dfc45a0909b23f2e61717aaa2ea18153f420d8d8eba9fd4a5afa860b8478d58e044049322a SHA512 72374da627075a2a0a18932f0f4d48c77e23a8a3ac13599d7cebb6b3b685c2d1678bf8035651adeb471538b4da3825443a9e2a9a393e85be175637b0bfa611b9

diff --git a/app-admin/kpcli/kpcli-3.2.ebuild b/app-admin/kpcli/kpcli-3.2.ebuild
new file mode 100644
index 00000000000..3218845456a
--- /dev/null
+++ b/app-admin/kpcli/kpcli-3.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A command line interface to KeePass database files"
+HOMEPAGE="http://kpcli.sourceforge.net"
+SRC_URI="http://downloads.sourceforge.net/project/kpcli/${P}.pl"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+DEPEND=""
+RDEPEND="
+	dev-lang/perl
+	dev-perl/Clone
+	dev-perl/Crypt-Rijndael
+	dev-perl/TermReadKey
+	dev-perl/Sort-Naturally
+	dev-perl/Term-ShellUI
+	>=dev-perl/File-KeePass-0.30.0
+	virtual/perl-File-Spec
+	virtual/perl-Getopt-Long
+	virtual/perl-Digest-MD5
+	virtual/perl-Digest-SHA
+	virtual/perl-Data-Dumper
+	virtual/perl-Term-ANSIColor
+	virtual/perl-Time-Piece
+	virtual/perl-Carp
+	X? (
+		dev-perl/Capture-Tiny
+		dev-perl/Clipboard
+	)
+"
+
+src_unpack() {
+	mkdir "${S}" || die
+	cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die
+}
+
+src_compile() { :; }
+
+src_install() {
+	dobin kpcli
+}


             reply	other threads:[~2018-03-28 21:58 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28 21:57 Patrice Clement [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-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-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
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=1522274268.c3fb78f68ba045f18593c87356e1778188f0c2be.monsieurp@gentoo \
    --to=monsieurp@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