diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-17 01:21:11 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-17 01:21:11 +0000 |
commit | 856c29df69970a7b35d7fb4b8f6cf2db28ac3ec7 (patch) | |
tree | 0391cfedf985c32a1ee77e9c70f78c0967f6adc0 /x11-terms/pssh | |
parent | Fix package.mask entry, ChangeLog. (diff) | |
download | gentoo-2-856c29df69970a7b35d7fb4b8f6cf2db28ac3ec7.tar.gz gentoo-2-856c29df69970a7b35d7fb4b8f6cf2db28ac3ec7.tar.bz2 gentoo-2-856c29df69970a7b35d7fb4b8f6cf2db28ac3ec7.zip |
Version bump, as requested by user in IRC.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-terms/pssh')
-rw-r--r-- | x11-terms/pssh/ChangeLog | 9 | ||||
-rw-r--r-- | x11-terms/pssh/files/digest-pssh-1.3.1 | 3 | ||||
-rw-r--r-- | x11-terms/pssh/pssh-1.3.1.ebuild | 31 |
3 files changed, 41 insertions, 2 deletions
diff --git a/x11-terms/pssh/ChangeLog b/x11-terms/pssh/ChangeLog index 3f641e477078..e89faee0f0cd 100644 --- a/x11-terms/pssh/ChangeLog +++ b/x11-terms/pssh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-terms/pssh -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.7 2007/04/26 07:42:47 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.8 2008/01/17 01:21:10 drac Exp $ + +*pssh-1.3.1 (17 Jan 2008) + + 17 Jan 2008; Samuli Suominen <drac@gentoo.org> +pssh-1.3.1.ebuild: + Version bump. 26 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/x11-terms/pssh/files/digest-pssh-1.3.1 b/x11-terms/pssh/files/digest-pssh-1.3.1 new file mode 100644 index 000000000000..2a9a950ed2e3 --- /dev/null +++ b/x11-terms/pssh/files/digest-pssh-1.3.1 @@ -0,0 +1,3 @@ +MD5 f01bc890a473f5e1c1ca1957320fcd5c pssh-1.3.1.tar.gz 37742 +RMD160 7536babbde4bb73abb38460f1cfd4ee562026063 pssh-1.3.1.tar.gz 37742 +SHA256 4701aacbcbdc018d1e87c02624589e09c956080455c87cac1497d1b2a82055a1 pssh-1.3.1.tar.gz 37742 diff --git a/x11-terms/pssh/pssh-1.3.1.ebuild b/x11-terms/pssh/pssh-1.3.1.ebuild new file mode 100644 index 000000000000..2c915c84857c --- /dev/null +++ b/x11-terms/pssh/pssh-1.3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.3.1.ebuild,v 1.1 2008/01/17 01:21:10 drac Exp $ + +NEED_PYTHON=2.4 + +inherit distutils multilib python + +DESCRIPTION="This package provides parallel versions of the openssh tools." +HOMEPAGE="http://www.theether.org/pssh" +SRC_URI="http://www.theether.org/pssh/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="net-misc/openssh" +DEPEND="${RDEPEND} + dev-python/setuptools" + +DOCS="BUGS" + +pkg_postinst() { + python_version + python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/psshlib +} + +pkg_postrm() { + python_mod_cleanup +} |