diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
commit | 53cd1e467c9f85c98215c7721403e7ef9e2c5624 (patch) | |
tree | 9da2a555a640aa8e26ff2726fe323a3cef6117c4 /app-crypt/keylookup | |
parent | Bugfix for 24984 (diff) | |
download | gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.gz gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.bz2 gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.zip |
cleanup
Diffstat (limited to 'app-crypt/keylookup')
-rw-r--r-- | app-crypt/keylookup/keylookup-2.2.ebuild | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/app-crypt/keylookup/keylookup-2.2.ebuild b/app-crypt/keylookup/keylookup-2.2.ebuild index 7b0abfc1e848..c658c5096b91 100644 --- a/app-crypt/keylookup/keylookup-2.2.ebuild +++ b/app-crypt/keylookup/keylookup-2.2.ebuild @@ -1,27 +1,20 @@ -# Copyright 2002 Arcady Genkin <agenkin@gentoo.org>. -# Distributed under the terms of the GNU General Public License v2. -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keylookup/keylookup-2.2.ebuild,v 1.3 2003/03/28 12:24:35 pvdabeel Exp $ +# Copyright 2002 Arcady Genkin <agenkin@gentoo.org> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keylookup/keylookup-2.2.ebuild,v 1.4 2003/08/06 06:46:59 vapier Exp $ -DESCRIPTION="A tool to fetch PGP keys from keyservers." +DESCRIPTION="A tool to fetch PGP keys from keyservers" HOMEPAGE="http://www.palfrader.org/keylookup/" -LICENSE="GPL-2" - -RDEPEND="dev-lang/perl - app-crypt/gnupg" +SRC_URI="http://www.palfrader.org/keylookup/files/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -IUSE="" -SRC_URI="http://www.palfrader.org/keylookup/files/${P}.tar.gz" -S=${WORKDIR}/${P} - -src_compile() { - true -} +RDEPEND="dev-lang/perl + app-crypt/gnupg" src_install() { dobin keylookup doman keylookup.1 - dodoc COPYING ChangeLog NEWS TODO + dodoc COPYING ChangeLog NEWS TODO } |