Portage is a package management system used by Gentoo Linux
# ChangeLog for app-crypt/ssh-multiadd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog,v 1.10 2007/05/13 18:05:41 bangert Exp $
13 May 2007; Thilo Bangert
add herd
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
16 May 2006; Cory Visi
Keyworded unstable on amd64
29 Mar 2004; Michael Sterrett
ssh-multiadd-1.3.1.ebuild:
inherit eutils for epatch
06 Dec 2002; Rodney Rees
*ssh-multiadd-1.3.1 (1 Feb 2002)
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
AUX ssh-multiadd-1.3.1.diff 293 RMD160 7a1e78676bb3a4dbbb3b06e66557be74f5655575 SHA1 99645edd59167ad6f980053f3467c0c99f9b9e08 SHA256 72477eeb2d624a9ed7deaf973a2d8bda7e5ea5a52abda790994f486880170745
DIST ssh-multiadd-1.3.1.tar.gz 13975 RMD160 41589a70adefca8759ae41252cfffc5cda41d312 SHA1 796e567e2b97b0d8555e5f98c7e3efbace66eff7 SHA256 e604d41025adc8b3781aa60b2fc520b9b84f721b5edf06e75433ccd8716b0b93
EBUILD ssh-multiadd-1.3.1.ebuild 785 RMD160 e3525144292282e2b394d1851078bfc4eb8c8a37 SHA1 553c698f371500c51e9fa5c25b6989e25bc98aec SHA256 66ec45779646a09c0ca37a6e419cc47b2f5c0b63d5c1b8ffd86c399deebe8f29
MISC ChangeLog 1148 RMD160 1c68c5f97681a674e57fdf09b5794305d07721f2 SHA1 990986fa0e8f7d03c632b977b5b532b9ddc94b54 SHA256 d90bedcb81d28e8a54a06874b1e1180a63cf1fd1666b69cb8f3744652f0d77ba
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.25 2006/07/15 03:09:56 vapier Exp $
inherit eutils
DESCRIPTION="adds multiple ssh keys to the ssh authentication agent"
HOMEPAGE="http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd"
SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
IUSE="X"
DEPEND=">=dev-lang/python-2.0-r3
X? ( >=net-misc/x11-ssh-askpass-1.2.2 )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}.diff
}
src_install() {
dobin ssh-multiadd || die
doman ssh-multiadd.1
dodoc ChangeLog README todo
}