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
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')
-rw-r--r--sys-cluster/tentakel/ChangeLog10
-rw-r--r--sys-cluster/tentakel/Manifest13
-rw-r--r--sys-cluster/tentakel/files/digest-tentakel-2.21
-rw-r--r--sys-cluster/tentakel/files/tentakel-2.2-manpath.patch11
-rw-r--r--sys-cluster/tentakel/tentakel-2.2.ebuild21
5 files changed, 44 insertions, 12 deletions
diff --git a/sys-cluster/tentakel/ChangeLog b/sys-cluster/tentakel/ChangeLog
index 5c6a9f6ab5b6..aaa7aa9d85fe 100644
--- a/sys-cluster/tentakel/ChangeLog
+++ b/sys-cluster/tentakel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/tentakel
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/ChangeLog,v 1.2 2004/11/03 19:13:41 swegener Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/tentakel/ChangeLog,v 1.3 2005/09/03 13:51:55 dragonheart Exp $
+
+*tentakel-2.2 (03 Sep 2005)
+
+ 03 Sep 2005; Daniel Black <dragonheart@gentoo.org>
+ +files/tentakel-2.2-manpath.patch, +tentakel-2.2.ebuild:
+ version bump
03 Nov 2004; Sven Wegener <swegener@gentoo.org> :
Added missing digest.
diff --git a/sys-cluster/tentakel/Manifest b/sys-cluster/tentakel/Manifest
index afd6cc9219f3..5350df9522b3 100644
--- a/sys-cluster/tentakel/Manifest
+++ b/sys-cluster/tentakel/Manifest
@@ -1,13 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 93f316232113f2d570c6bfb39398a2c0 ChangeLog 412
MD5 4e040937cc1596f0bd72d57549b53f93 tentakel-2.1.3.ebuild 480
+MD5 99c95a344ef52545e7b3843174c892d8 tentakel-2.2.ebuild 577
MD5 34b749350c3e779c371c56f6fa2f0771 files/digest-tentakel-2.1.3 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBiS30I1lqEGTUzyQRAnx8AJ9rvU74/gJWWdtN4MeGYH7c62CQagCgx5yL
-vNf3c276AyGv49eYsP7pYrQ=
-=Fquf
------END PGP SIGNATURE-----
+MD5 a5ef02ae0fdc0cd7e7842357eca677fd files/digest-tentakel-2.2 60
+MD5 6ec4ed2ff5814d366387be5dcaa72435 files/tentakel-2.2-manpath.patch 402
diff --git a/sys-cluster/tentakel/files/digest-tentakel-2.2 b/sys-cluster/tentakel/files/digest-tentakel-2.2
new file mode 100644
index 000000000000..ee619fba2145
--- /dev/null
+++ b/sys-cluster/tentakel/files/digest-tentakel-2.2
@@ -0,0 +1 @@
+MD5 badc4dc629a3e2d2d0e6b438b89ad490 tentakel-2.2.tgz 43022
diff --git a/sys-cluster/tentakel/files/tentakel-2.2-manpath.patch b/sys-cluster/tentakel/files/tentakel-2.2-manpath.patch
new file mode 100644
index 000000000000..9e95d4300a74
--- /dev/null
+++ b/sys-cluster/tentakel/files/tentakel-2.2-manpath.patch
@@ -0,0 +1,11 @@
+--- py/setup.py.orig 2005-09-03 23:48:01.000000000 +1000
++++ py/setup.py 2005-09-03 23:48:40.000000000 +1000
+@@ -17,7 +17,7 @@
+
+ packages = ["lekatnet", "lekatnet.plugins"],
+ scripts = ["tentakel"],
+- data_files = [ ("man/man1", ["../tentakel.1"]),
++ data_files = [ ("share/man/man1", ["../tentakel.1"]),
+ ("share/doc/tentakel", ["../tentakel.conf.example",
+ "../README",
+ "../TODO",
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
+}