diff options
author | 2004-06-05 16:47:27 +0000 | |
---|---|---|
committer | 2004-06-05 16:47:27 +0000 | |
commit | 21c327d5d63453884eb7a3d35cf7372371543c87 (patch) | |
tree | 817cd1483f1c3bcbd694fc2472147e7e4b081d72 /net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-21c327d5d63453884eb7a3d35cf7372371543c87.tar.gz gentoo-2-21c327d5d63453884eb7a3d35cf7372371543c87.tar.bz2 gentoo-2-21c327d5d63453884eb7a3d35cf7372371543c87.zip |
This package was submitted by Josh Glover in bug #36808
Diffstat (limited to 'net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild')
-rw-r--r-- | net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild new file mode 100644 index 000000000000..2ceabb41d397 --- /dev/null +++ b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild,v 1.1 2004/06/05 16:47:27 jmglov Exp $ + +DESCRIPTION="This script tries to export ssh public keys to a specified site. It will walk you through generating key pairs if it doesn't find any to export." +HOMEPAGE="http://www.catb.org/~esr/${PN}/" +SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND=">=virtual/python-2.3" + +DEPEND="${RDEPEND}" + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + doman ssh-installkeys.1 + dodoc COPYING README freshmeat-submit.xml + dobin ssh-installkeys +} |