summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-09-03 13:51:55 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-09-03 13:51:55 +0000
commitcd54cdccb39aee50c831f42194588e94b413a0ce (patch)
tree01539e63e6029f7289d074b80d52019a1e7a4f13 /sys-cluster/tentakel/tentakel-2.2.ebuild
parentremoved clean license, as the corresponding package seems to have long vanished (diff)
downloadgentoo-2-cd54cdccb39aee50c831f42194588e94b413a0ce.tar.gz
gentoo-2-cd54cdccb39aee50c831f42194588e94b413a0ce.tar.bz2
gentoo-2-cd54cdccb39aee50c831f42194588e94b413a0ce.zip
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-cluster/tentakel/tentakel-2.2.ebuild')
-rw-r--r--sys-cluster/tentakel/tentakel-2.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-cluster/tentakel/tentakel-2.2.ebuild b/sys-cluster/tentakel/tentakel-2.2.ebuild
new file mode 100644
index 000000000000..1c5c3217caf6
--- /dev/null
+++ b/sys-cluster/tentakel/tentakel-2.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/tentakel-2.2.ebuild,v 1.1 2005/09/03 13:51:55 dragonheart Exp $
+
+inherit distutils eutils
+
+DESCRIPTION="Execute commands on many hosts in parallel"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+HOMEPAGE="http://tentakel.biskalar.de/"
+DEPEND="dev-lang/python"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+S=${WORKDIR}/${P}/py
+
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}/${P}
+ epatch ${FILESDIR}/${P}-manpath.patch
+}