diff options
author | 2011-08-08 19:02:05 +0000 | |
---|---|---|
committer | 2011-08-08 19:02:05 +0000 | |
commit | 1802746e8818b947e9648d8cccd6b84f103270f8 (patch) | |
tree | a284ae33a9d7a9567a07da9313604f29cf2de095 /net-misc | |
parent | Linux patch 3.0.1 (diff) | |
download | gentoo-2-1802746e8818b947e9648d8cccd6b84f103270f8.tar.gz gentoo-2-1802746e8818b947e9648d8cccd6b84f103270f8.tar.bz2 gentoo-2-1802746e8818b947e9648d8cccd6b84f103270f8.zip |
Version bump
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshpass/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/sshpass/sshpass-1.05.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/sshpass/ChangeLog b/net-misc/sshpass/ChangeLog index 567ce6d4fc40..dcc0a52cba74 100644 --- a/net-misc/sshpass/ChangeLog +++ b/net-misc/sshpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/sshpass # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,v 1.6 2011/06/29 18:52:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/ChangeLog,v 1.7 2011/08/08 19:02:05 hwoarang Exp $ + +*sshpass-1.05 (08 Aug 2011) + + 08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> +sshpass-1.05.ebuild: + Version bump 29 Jun 2011; Markus Meier <maekke@gentoo.org> sshpass-1.04-r1.ebuild: x86 stable, bug #372071 diff --git a/net-misc/sshpass/sshpass-1.05.ebuild b/net-misc/sshpass/sshpass-1.05.ebuild new file mode 100644 index 000000000000..75e8fee96e67 --- /dev/null +++ b/net-misc/sshpass/sshpass-1.05.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/sshpass/sshpass-1.05.ebuild,v 1.1 2011/08/08 19:02:05 hwoarang Exp $ + +EAPI="4" + +DESCRIPTION="Tool for noninteractively performing password authentication with ssh." +HOMEPAGE="http://sshpass.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/openssh" +DEPEND="" |