summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/keychain/keychain-1.9.ebuild')
-rw-r--r--net-misc/keychain/keychain-1.9.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/keychain/keychain-1.9.ebuild b/net-misc/keychain/keychain-1.9.ebuild
deleted file mode 100644
index 82c77f6fb97e..000000000000
--- a/net-misc/keychain/keychain-1.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-1.9.ebuild,v 1.6 2002/12/09 04:33:16 manson 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 "
-LICENSE="GPL"
-SLOT="0"
-
-DEPEND="virtual/glibc"
-RDEPEND="${DEPEND} sys-apps/bash net-misc/openssh"
-
-src_install() {
- dobin keychain
- dodoc ChangeLog README
-}