summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/keychain/keychain-2.0.2.ebuild')
-rw-r--r--net-misc/keychain/keychain-2.0.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/keychain/keychain-2.0.2.ebuild b/net-misc/keychain/keychain-2.0.2.ebuild
new file mode 100644
index 000000000000..0abb2bef7f5b
--- /dev/null
+++ b/net-misc/keychain/keychain-2.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.0.2.ebuild,v 1.1 2002/08/28 15:41:24 cselkirk Exp $
+
+DESCRIPTION="A front-end to ssh-agent"
+HOMEPAGE="http://www.gentoo.org/projects/keychain/"
+
+SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.bz2"
+S=${WORKDIR}/${P}
+KEYWORDS="x86 ppc sparc sparc64"
+LICENSE="GPL"
+SLOT="0"
+
+DEPEND="virtual/glibc"
+RDEPEND="${DEPEND} sys-apps/bash net-misc/openssh"
+
+src_install() {
+ dobin keychain
+ dodoc ChangeLog README
+}