diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-22 20:03:07 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-22 20:03:07 +0000 |
commit | 1171fa4c4225b1644fd0f4fb1b811c8cd49f2010 (patch) | |
tree | f8474fecd4c42745e0b9248a885280749786fa54 /net-misc/keychain/keychain-2.0.3.ebuild | |
parent | Errno fix, Bug 19302 (diff) | |
download | gentoo-2-1171fa4c4225b1644fd0f4fb1b811c8cd49f2010.tar.gz gentoo-2-1171fa4c4225b1644fd0f4fb1b811c8cd49f2010.tar.bz2 gentoo-2-1171fa4c4225b1644fd0f4fb1b811c8cd49f2010.zip |
new version of keychain, hope i didn't break anything :-0
Diffstat (limited to 'net-misc/keychain/keychain-2.0.3.ebuild')
-rw-r--r-- | net-misc/keychain/keychain-2.0.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/keychain/keychain-2.0.3.ebuild b/net-misc/keychain/keychain-2.0.3.ebuild new file mode 100644 index 000000000000..215d15c43646 --- /dev/null +++ b/net-misc/keychain/keychain-2.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.0.3.ebuild,v 1.1 2003/04/22 20:03:07 sethbc Exp $ + +DESCRIPTION="A front-end to ssh-agent" +HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml" + +SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2" +S=${WORKDIR}/${P} +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/glibc" +RDEPEND="${DEPEND} app-shells/bash net-misc/openssh sys-apps/sh-utils" + +src_install() { + dobin keychain + dodoc ChangeLog README + doman keychain.1 +} |