diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:28:54 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:28:54 +0000 |
commit | 23cad02120fa131b586dcb3fd00e4f40cca919df (patch) | |
tree | 12c98f6bf35cd5d5b44858c3b8b78043c9925475 /net-misc/keychain | |
parent | repoman QA issues (diff) | |
download | gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.tar.gz gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.tar.bz2 gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.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" |