diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 10:48:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 10:48:10 +0000 |
commit | 00a83fc9148f341971e95d881494d22b69cc25e8 (patch) | |
tree | 4b25ba816156dd5244e85b2563fbacc7d88f0e91 /x11-terms | |
parent | Repoman warnings (diff) | |
download | gentoo-2-00a83fc9148f341971e95d881494d22b69cc25e8.tar.gz gentoo-2-00a83fc9148f341971e95d881494d22b69cc25e8.tar.bz2 gentoo-2-00a83fc9148f341971e95d881494d22b69cc25e8.zip |
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/pssh/pssh-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/pssh/pssh-1.3.1.ebuild | 32 |
2 files changed, 2 insertions, 34 deletions
diff --git a/x11-terms/pssh/pssh-1.2.0.ebuild b/x11-terms/pssh/pssh-1.2.0.ebuild index 79a4416e671a..6d58429d73ac 100644 --- a/x11-terms/pssh/pssh-1.2.0.ebuild +++ b/x11-terms/pssh/pssh-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.2.0.ebuild,v 1.3 2009/04/17 14:54:18 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.2.0.ebuild,v 1.4 2009/05/05 10:48:10 ssuominen Exp $ DESCRIPTION="This package provides parallel versions of the openssh tools." HOMEPAGE="http://www.theether.org/pssh/" @@ -16,7 +16,7 @@ RDEPEND="net-misc/openssh !net-misc/putty" src_install() { - dodoc AUTHORS COPYING TODO COPYING + dodoc AUTHORS TODO # FIXME: how can i get current python version? PY_VER=`ls /usr/lib | grep python | sort | tail -n 1` diff --git a/x11-terms/pssh/pssh-1.3.1.ebuild b/x11-terms/pssh/pssh-1.3.1.ebuild deleted file mode 100644 index 024ca2ad9e53..000000000000 --- a/x11-terms/pssh/pssh-1.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.3 2009/04/17 14:54:18 jsbronder 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 - !net-misc/putty" -DEPEND="${RDEPEND} - dev-python/setuptools" - -DOCS="BUGS" - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/psshlib -} - -pkg_postrm() { - python_mod_cleanup -} |