summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
commit1cb73ae8cd01b90097c00edde8374e16497110bd (patch)
treebfe2ee8aea814d1794bccb1c58104b06b70fd462 /app-crypt/ssh-multiadd
parentChanged econf||die to econf (diff)
downloadhistorical-1cb73ae8cd01b90097c00edde8374e16497110bd.tar.gz
historical-1cb73ae8cd01b90097c00edde8374e16497110bd.tar.bz2
historical-1cb73ae8cd01b90097c00edde8374e16497110bd.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-crypt/ssh-multiadd')
-rw-r--r--app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild11
1 files changed, 4 insertions, 7 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 60070a4e92e7..33cc03b5c587 100644
--- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
+++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
@@ -1,10 +1,7 @@
# Copyright 1999-2002 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.12 2002/10/05 05:39:05 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.13 2002/11/30 20:39:29 vapier Exp $
-IUSE="X"
-
-S=${WORKDIR}/${P}
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"
@@ -12,6 +9,7 @@ HOMEPAGE="http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
+IUSE="X"
DEPEND=">=dev-lang/python-2.0-r3
X? ( >=net-misc/x11-ssh-askpass-1.2.2 )"
@@ -20,12 +18,11 @@ DEPEND=">=dev-lang/python-2.0-r3
#so I added the X? ( ) -- drobbins
src_unpack() {
- unpack ${A}
- cd ${S}
+ unpack ${A} ; cd ${S}
patch -p0 < ${FILESDIR}/ssh-multiadd-1.3.1.diff
}
-src_install () {
+src_install() {
dobin ssh-multiadd
doman ssh-multiadd.1
dodoc COPYING ChangeLog README todo