1 |
# Copyright 1999-2008 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.6.6.ebuild,v 1.7 2008/03/11 17:09:10 ricmm Exp $ |
4 |
|
5 |
DESCRIPTION="ssh-agent manager" |
6 |
HOMEPAGE="http://www.gentoo.org/proj/en/keychain/" |
7 |
SRC_URI="mirror://gentoo/${P}.tar.bz2" |
8 |
|
9 |
LICENSE="GPL-2" |
10 |
SLOT="0" |
11 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc ~sparc-fbsd x86 ~x86-fbsd" |
12 |
IUSE="" |
13 |
|
14 |
DEPEND="" |
15 |
RDEPEND="${DEPEND} |
16 |
app-shells/bash |
17 |
|| ( net-misc/openssh net-misc/ssh )" |
18 |
|
19 |
src_install() { |
20 |
dobin keychain || die "dobin failed" |
21 |
doman keychain.1 || die "doman failed" |
22 |
dodoc ChangeLog keychain.pod README |
23 |
} |
24 |
|
25 |
pkg_postinst() { |
26 |
einfo "Please see the Keychain Guide at" |
27 |
einfo "http://www.gentoo.org/doc/en/keychain-guide.xml" |
28 |
einfo "for help getting keychain running" |
29 |
} |