summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-15 03:09:56 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-15 03:09:56 +0000
commite4626a78b23313f86002d130a3918c09ec09ee57 (patch)
treeb949024991c5880b49e47fef1b4b33464b738847 /app-crypt
parentUse rgb paths that make sense on Gentoo #139423 by Fabio Rossi. (diff)
downloadgentoo-2-e4626a78b23313f86002d130a3918c09ec09ee57.tar.gz
gentoo-2-e4626a78b23313f86002d130a3918c09ec09ee57.tar.bz2
gentoo-2-e4626a78b23313f86002d130a3918c09ec09ee57.zip
desuck
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild11
1 files changed, 6 insertions, 5 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 dc1cc35b90bb..7469939d1809 100644
--- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
+++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2006 Gentoo Foundation
# 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.24 2006/05/17 00:41:15 merlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.25 2006/07/15 03:09:56 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."
+DESCRIPTION="adds multiple ssh keys to the ssh authentication agent"
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"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
+KEYWORDS="~amd64 ppc sparc x86"
IUSE="X"
DEPEND=">=dev-lang/python-2.0-r3
X? ( >=net-misc/x11-ssh-askpass-1.2.2 )"
src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${P}.diff
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}.diff
}
src_install() {