summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-07-17 12:17:24 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-07-17 12:17:24 +0000
commit65f824975ea941e439581f32edfd59957eb82116 (patch)
treed6aff9235b69fc72a344c743aa8705f63913a6da /x11-terms
parentCleanup sourceforge.jp mirrors. (diff)
downloadgentoo-2-65f824975ea941e439581f32edfd59957eb82116.tar.gz
gentoo-2-65f824975ea941e439581f32edfd59957eb82116.tar.bz2
gentoo-2-65f824975ea941e439581f32edfd59957eb82116.zip
* cleanups and ~amd64 keyword added
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/pssh/ChangeLog6
-rw-r--r--x11-terms/pssh/Manifest8
-rw-r--r--x11-terms/pssh/files/digest-pssh-1.0.01
-rw-r--r--x11-terms/pssh/files/digest-pssh-1.1.11
-rw-r--r--x11-terms/pssh/pssh-1.0.0.ebuild38
-rw-r--r--x11-terms/pssh/pssh-1.1.1.ebuild38
-rw-r--r--x11-terms/pssh/pssh-1.2.0.ebuild4
7 files changed, 9 insertions, 87 deletions
diff --git a/x11-terms/pssh/ChangeLog b/x11-terms/pssh/ChangeLog
index fbb624793169..c2dc77589a92 100644
--- a/x11-terms/pssh/ChangeLog
+++ b/x11-terms/pssh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/pssh
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.4 2005/05/24 23:44:35 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.5 2005/07/17 12:17:24 voxus Exp $
+
+ 17 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> -pssh-1.0.0.ebuild,
+ -pssh-1.1.1.ebuild, pssh-1.2.0.ebuild:
+ Cleaned out old ebuilds, added ~amd64 keyword to 1.2.0.
*pssh-1.2.0 (24 May 2005)
diff --git a/x11-terms/pssh/Manifest b/x11-terms/pssh/Manifest
index 70b162fa8e54..947bc30ae632 100644
--- a/x11-terms/pssh/Manifest
+++ b/x11-terms/pssh/Manifest
@@ -1,8 +1,4 @@
-MD5 aa7cf88748b053c6a68b7822a7712f83 ChangeLog 782
+MD5 88ff33d11554360325ac7f0559ec86df pssh-1.2.0.ebuild 901
+MD5 5a463a91acecc71f735a78a41d788ff4 ChangeLog 956
MD5 3acde92a54dc341f86e1f0e00789915c metadata.xml 220
-MD5 5aeb875281d4e03f5ee7a3df8c54f76a pssh-1.0.0.ebuild 890
-MD5 3f003e0474760623f6da193cba056259 pssh-1.1.1.ebuild 891
-MD5 bc096be3d68c581ed476f71ab0cc39ad pssh-1.2.0.ebuild 895
-MD5 b00517bcb01f487a2af7fc68ecc7648b files/digest-pssh-1.0.0 61
-MD5 194e3c6da0f176a387ed6d7643393578 files/digest-pssh-1.1.1 61
MD5 5de6907cccf96992364b289d66e04a59 files/digest-pssh-1.2.0 61
diff --git a/x11-terms/pssh/files/digest-pssh-1.0.0 b/x11-terms/pssh/files/digest-pssh-1.0.0
deleted file mode 100644
index 9cc108c52ddc..000000000000
--- a/x11-terms/pssh/files/digest-pssh-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 101c2f4c22a31b2d826a7a2c27571bd4 pssh-1.0.0.tar.gz 33198
diff --git a/x11-terms/pssh/files/digest-pssh-1.1.1 b/x11-terms/pssh/files/digest-pssh-1.1.1
deleted file mode 100644
index d7736841e644..000000000000
--- a/x11-terms/pssh/files/digest-pssh-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c6ef9d91a8d2b2df3e08e3fd173dd7a pssh-1.1.1.tar.gz 33532
diff --git a/x11-terms/pssh/pssh-1.0.0.ebuild b/x11-terms/pssh/pssh-1.0.0.ebuild
deleted file mode 100644
index 5c935403ef53..000000000000
--- a/x11-terms/pssh/pssh-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.0.0.ebuild,v 1.4 2004/11/04 11:17:36 voxus Exp $
-
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2"
-RDEPEND="net-misc/openssh"
-
-src_install() {
- dodoc AUTHORS COPYING TODO COPYING
-
-# FIXME: how can i get current python version?
- PY_VER=`ls /usr/lib | grep python | sort | tail -n 1`
- PY_DIR=/usr/lib/${PY_VER}/site-packages
-
- cd bin
-
- for n in `ls`;
- do
- sed -e "s/python2\.2/${PY_VER/\./\\.}/" $n > $n.v
- mv $n.v $n
- done;
-
- dobin {pnuke,prsync,pscp,pslurp,pssh}
-
- cd ..
-
- insinto ${PY_DIR}
- doins `find lib -type f`
-}
diff --git a/x11-terms/pssh/pssh-1.1.1.ebuild b/x11-terms/pssh/pssh-1.1.1.ebuild
deleted file mode 100644
index 9ec032e60c88..000000000000
--- a/x11-terms/pssh/pssh-1.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.1.1.ebuild,v 1.1 2004/11/04 11:17:36 voxus Exp $
-
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2"
-RDEPEND="net-misc/openssh"
-
-src_install() {
- dodoc AUTHORS COPYING TODO COPYING
-
-# FIXME: how can i get current python version?
- PY_VER=`ls /usr/lib | grep python | sort | tail -n 1`
- PY_DIR=/usr/lib/${PY_VER}/site-packages
-
- cd bin
-
- for n in `ls`;
- do
- sed -e "s/python2\.2/${PY_VER/\./\\.}/" $n > $n.v
- mv $n.v $n
- done;
-
- dobin {pnuke,prsync,pscp,pslurp,pssh}
-
- cd ..
-
- insinto ${PY_DIR}
- doins `find lib -type f`
-}
diff --git a/x11-terms/pssh/pssh-1.2.0.ebuild b/x11-terms/pssh/pssh-1.2.0.ebuild
index c9caffba037a..2b98a3a889e8 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-2005 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.1 2005/05/24 23:44:35 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-1.2.0.ebuild,v 1.2 2005/07/17 12:17:24 voxus Exp $
DESCRIPTION="This package provides parallel versions of the openssh tools."
HOMEPAGE="http://www.theether.org/pssh/"
@@ -8,7 +8,7 @@ SRC_URI="http://www.theether.org/pssh/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.2"