summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild')
-rw-r--r--net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild b/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild
deleted file mode 100644
index 12ad31487607..000000000000
--- a/net-misc/ssh-installkeys/ssh-installkeys-1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.6 2005/11/27 11:05:06 slarti 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="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/python-2.3"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- doman ${PN}.1
- dodoc COPYING README ${PN}.spec ${PN}.xml
- dobin ${PN}
-}