diff options
author | 2002-07-07 08:28:54 +0000 | |
---|---|---|
committer | 2002-07-07 08:28:54 +0000 | |
commit | 1f1d737d2d205473a4548b212b3d8e5296259247 (patch) | |
tree | cacbeb71016d3d52b4c54ab2acaa1d85bd0147bf /net-misc/keychain | |
parent | repoman QA issues (diff) | |
download | historical-1f1d737d2d205473a4548b212b3d8e5296259247.tar.gz historical-1f1d737d2d205473a4548b212b3d8e5296259247.tar.bz2 historical-1f1d737d2d205473a4548b212b3d8e5296259247.zip |
repoman QA issues
Diffstat (limited to 'net-misc/keychain')
-rw-r--r-- | net-misc/keychain/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/keychain/keychain-1.9.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 43ffb8feee45..f20748de5ed3 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,15 +1,16 @@ # ChangeLog for net-misc/keychain # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.2 2002/03/23 07:06:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.3 2002/07/07 08:27:22 phoenix Exp $ *keychain-1.9 (23 Feb 2002) + 07 Jul 2002; phoen][x <phoenix@gentoo.org> keychains-1.9.ebuild : + Added KEYWORDS, LICENSE, SLOT. + 23 Feb 2002; Daniel Robbins <drobbins@gentoo.org> : New release *keychain-1.8 (1 Feb 2002) 1 Feb 2002; Donny Davies <woodchip@gentoo.org> : - Added Daniel Robbins' keychain utility to portage. Feels weird but hey, somebody's gotta do it right? :) - diff --git a/net-misc/keychain/keychain-1.9.ebuild b/net-misc/keychain/keychain-1.9.ebuild index 940d5ac0f1ba..be2bfc6396be 100644 --- a/net-misc/keychain/keychain-1.9.ebuild +++ b/net-misc/keychain/keychain-1.9.ebuild @@ -1,12 +1,15 @@ # 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-1.9.ebuild,v 1.1 2002/03/23 07:06:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-1.9.ebuild,v 1.2 2002/07/07 08:27:22 phoenix 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" +LICENSE="GPL" +SLOT="0" DEPEND="virtual/glibc" RDEPEND="${DEPEND} sys-apps/bash net-misc/openssh" |