diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-02 12:58:03 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-02-02 12:58:03 +0000 |
commit | 52c9ddb0b009c81468efae9b28987d7994ad44d7 (patch) | |
tree | 111969dd5741648f91f771f8d80e10b1905e7a2a /sys-cluster | |
parent | Also fix older version for Prefix, bug 453884#c5 (diff) | |
download | gentoo-2-52c9ddb0b009c81468efae9b28987d7994ad44d7.tar.gz gentoo-2-52c9ddb0b009c81468efae9b28987d7994ad44d7.tar.bz2 gentoo-2-52c9ddb0b009c81468efae9b28987d7994ad44d7.zip |
Add old stable version for a proper pkgmove
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/polysh/ChangeLog | 10 | ||||
-rw-r--r-- | sys-cluster/polysh/polysh-0.3.1.ebuild | 19 |
2 files changed, 26 insertions, 3 deletions
diff --git a/sys-cluster/polysh/ChangeLog b/sys-cluster/polysh/ChangeLog index 143b0d8a1d75..b8ac73e4c23e 100644 --- a/sys-cluster/polysh/ChangeLog +++ b/sys-cluster/polysh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/polysh -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.2 2012/02/10 02:55:20 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.3 2013/02/02 12:58:03 xarthisius Exp $ + +*polysh-0.3.1 (02 Feb 2013) + + 02 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> +polysh-0.3.1.ebuild: + Add old stable version for a proper pkgmove 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> polysh-0.4.ebuild: Changing python deps in preparation for 2.4 removal @@ -31,4 +36,3 @@ +metadata.xml: Initial import, fixes bug 268826. Ebuild written by Łukasz Mierzwa <l.mierzwa@gmail.com> - diff --git a/sys-cluster/polysh/polysh-0.3.1.ebuild b/sys-cluster/polysh/polysh-0.3.1.ebuild new file mode 100644 index 000000000000..86b3a129747f --- /dev/null +++ b/sys-cluster/polysh/polysh-0.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.3.1.ebuild,v 1.1 2013/02/02 12:58:03 xarthisius Exp $ + +EAPI=3 +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +DESCRIPTION="aggregate several remote shells into one" +HOMEPAGE="http://guichaz.free.fr/polysh/" +SRC_URI="http://dev.gentoo.org/~xarthisius/distfiles/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="" |