Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keylookup/
Date: Tue, 17 Jul 2018 11:24:56
Message-Id: 1531826686.aab5702558fde7254336a5d48c456580413e7e29.johu@gentoo
1 commit: aab5702558fde7254336a5d48c456580413e7e29
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 9 06:45:57 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 11:24:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab57025
7
8 app-crypt/keylookup: remove useless version
9
10 Closes: https://github.com/gentoo/gentoo/pull/9154
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 app-crypt/keylookup/keylookup-2.2-r9999.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/app-crypt/keylookup/keylookup-2.2-r9999.ebuild b/app-crypt/keylookup/keylookup-2.2-r9999.ebuild
17 deleted file mode 100644
18 index 104a5b70e98..00000000000
19 --- a/app-crypt/keylookup/keylookup-2.2-r9999.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="A tool to fetch PGP keys from keyservers"
28 -HOMEPAGE="http://www.palfrader.org/keylookup/"
29 -SRC_URI=""
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
34 -IUSE=""
35 -
36 -RDEPEND=">=app-crypt/signing-party-1.1.3-r2"