diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2010-01-11 00:43:08 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2010-01-11 00:43:08 +0000 |
commit | d64da0e72eae2feb076fb0ae9682e9e717951121 (patch) | |
tree | 2a860b980c630daee9348a0ca7b72da90362a98a /app-crypt/keylookup/keylookup-2.2.ebuild | |
parent | old (diff) | |
download | gentoo-2-d64da0e72eae2feb076fb0ae9682e9e717951121.tar.gz gentoo-2-d64da0e72eae2feb076fb0ae9682e9e717951121.tar.bz2 gentoo-2-d64da0e72eae2feb076fb0ae9682e9e717951121.zip |
Fixing missing documentation, bug #299472
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-crypt/keylookup/keylookup-2.2.ebuild')
-rw-r--r-- | app-crypt/keylookup/keylookup-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/keylookup/keylookup-2.2.ebuild b/app-crypt/keylookup/keylookup-2.2.ebuild index 35b3fa9bad13..a604c58fd92b 100644 --- a/app-crypt/keylookup/keylookup-2.2.ebuild +++ b/app-crypt/keylookup/keylookup-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # 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.13 2008/02/04 18:49:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keylookup/keylookup-2.2.ebuild,v 1.14 2010/01/11 00:43:08 vostorga Exp $ DESCRIPTION="A tool to fetch PGP keys from keyservers" HOMEPAGE="http://www.palfrader.org/keylookup/" @@ -17,5 +17,5 @@ RDEPEND="dev-lang/perl src_install() { dobin keylookup || die doman keylookup.1 - dodoc ChangeLog NEWS TODO + dodoc NEWS TODO } |