summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 20:34:34 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 20:34:34 +0000
commitf3b215f435c176f11070187f3f3016b5d7616050 (patch)
treeb4c3b3ee658431734efbbb579f6ae19b6589c450 /app-crypt/ssh-multiadd
parentadd a few more KEYWORDS (diff)
downloadhistorical-f3b215f435c176f11070187f3f3016b5d7616050.tar.gz
historical-f3b215f435c176f11070187f3f3016b5d7616050.tar.bz2
historical-f3b215f435c176f11070187f3f3016b5d7616050.zip
dont install stupid COPYING file
Diffstat (limited to 'app-crypt/ssh-multiadd')
-rw-r--r--app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
index 763f223c8260..9a4f7a74b4b5 100644
--- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
+++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
@@ -1,31 +1,28 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.20 2004/03/30 00:58:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.21 2004/05/31 20:34:34 vapier Exp $
inherit eutils
DESCRIPTION="adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again."
-SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz"
HOMEPAGE="http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd"
+SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc ppc"
+SLOT="0"
+KEYWORDS="x86 ppc sparc"
IUSE="X"
DEPEND=">=dev-lang/python-2.0-r3
X? ( >=net-misc/x11-ssh-askpass-1.2.2 )"
-#lamer: pulling x11-ssh-askpass in pulls in X, which is bad for servers
-#so I added the X? ( ) -- drobbins
-
src_unpack() {
unpack ${A} ; cd ${S}
epatch ${FILESDIR}/${P}.diff
}
src_install() {
- dobin ssh-multiadd
+ dobin ssh-multiadd || die
doman ssh-multiadd.1
- dodoc COPYING ChangeLog README todo
+ dodoc ChangeLog README todo
}