From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/
Date: Sat, 14 Jan 2017 21:15:11 +0000 (UTC) [thread overview]
Message-ID: <1484428505.85830bb5d33aa9a526afc5b25d19de0fe0155130.dilfridge@gentoo> (raw)
commit: 85830bb5d33aa9a526afc5b25d19de0fe0155130
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 20:18:54 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 21:15:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85830bb5
app-admin/kpcli: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/kpcli/Manifest | 2 --
app-admin/kpcli/kpcli-2.7.ebuild | 42 ----------------------------------------
app-admin/kpcli/kpcli-2.8.ebuild | 42 ----------------------------------------
3 files changed, 86 deletions(-)
diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest
index 835a5ba..46608b2 100644
--- a/app-admin/kpcli/Manifest
+++ b/app-admin/kpcli/Manifest
@@ -1,4 +1,2 @@
-DIST kpcli-2.7.pl 166288 SHA256 6bb1f7320b4474d6dbb73915393e5df96862f27c6228aa042a810fef46e2b777 SHA512 4a64164cc43b51a2f35a4dc348054e0299a8ac745ac8ca280b43b37b2813200afe2c7ec393ccca6a4e357252f59ca2315e71c87a5e512ff2f2b1569160a76b4e WHIRLPOOL 4b9e4872b6479b7c5757c95d07be6e72c32bb11cdaf559a64bf8f8e94a970c511be44ec566beeb30d805059a5651be90b1438faa08f41ac5ca5e66007d6de4be
-DIST kpcli-2.8.pl 176617 SHA256 21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee SHA512 45ed8e67e4a985faa53476d35613ae90f68983d97cc85fba31d92d615cf021e62167179edc733a8acd0ace4eeee910ac8556939ff1cc6c3d6fb6badf5547fab7 WHIRLPOOL a6fe2d2ddb7cd3bb86d809518fa3263c230dff2d4d34639ac41bf5d8284ed1d7c3e78f5b44d3602501586d5a633e2dd32c119aa71bd3596bb52a3d9ab8dbc52d
DIST kpcli-3.0.pl 181841 SHA256 947b7b0485215f72e14bb8936c847abb583253c597f58234650922270259049c SHA512 fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587 WHIRLPOOL 096d8e516fe2e0cabd605232bd8b1f41d6dec6e5081cc2429ff97aea95e575c3a4faf760c59012a1535494afcf2755710496b394dc9153eb1a99d0738d56c3a0
DIST kpcli-3.1.pl 193792 SHA256 f1f07704a30d0eae126717d5dae0d24ccced43c316454e4a7b868fe0a239a21a SHA512 2bcfaa4535fd35d7bbf512e704392e207237efa669bf5d6845d1657e44511f04b80fddd4404f3a8d409f330f8bfbb5cf9f1e09fb8a425685b3d7309a8040df5e WHIRLPOOL 832d16d71892933b81bc5d29099118cfd838fa5b96b6766d6a4b732fc579f8dd616441c89ebc2eb5670045da2ca2bd183f83a407111c2db64978986b611f7bf2
diff --git a/app-admin/kpcli/kpcli-2.7.ebuild b/app-admin/kpcli/kpcli-2.7.ebuild
deleted file mode 100644
index bf34e17..00000000
--- a/app-admin/kpcli/kpcli-2.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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=""
-
-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-Carp
-"
-
-src_unpack() {
- mkdir "${S}" || die
- cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die
-}
-
-src_compile() { :; }
-
-src_install() {
- dobin kpcli
-}
diff --git a/app-admin/kpcli/kpcli-2.8.ebuild b/app-admin/kpcli/kpcli-2.8.ebuild
deleted file mode 100644
index c78af3f..00000000
--- a/app-admin/kpcli/kpcli-2.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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=""
-
-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-Carp
-"
-
-src_unpack() {
- mkdir "${S}" || die
- cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die
-}
-
-src_compile() { :; }
-
-src_install() {
- dobin kpcli
-}
next reply other threads:[~2017-01-14 21:15 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-14 21:15 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 12:30 [gentoo-commits] repo/gentoo:master commit in: app-admin/kpcli/ 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-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
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=1484428505.85830bb5d33aa9a526afc5b25d19de0fe0155130.dilfridge@gentoo \
--to=dilfridge@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