diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-03 13:51:55 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-03 13:51:55 +0000 |
commit | 6a5d6a797de41a58b5b41fadff4710969f72b424 (patch) | |
tree | 956ea5c8cd78c9d4015a8b345b00a1d7e5c09ad0 /sys-cluster/tentakel | |
parent | removed clean license, as the corresponding package seems to have long vanished (diff) | |
download | historical-6a5d6a797de41a58b5b41fadff4710969f72b424.tar.gz historical-6a5d6a797de41a58b5b41fadff4710969f72b424.tar.bz2 historical-6a5d6a797de41a58b5b41fadff4710969f72b424.zip |
version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-cluster/tentakel')
-rw-r--r-- | sys-cluster/tentakel/ChangeLog | 10 | ||||
-rw-r--r-- | sys-cluster/tentakel/Manifest | 13 | ||||
-rw-r--r-- | sys-cluster/tentakel/files/digest-tentakel-2.2 | 1 | ||||
-rw-r--r-- | sys-cluster/tentakel/files/tentakel-2.2-manpath.patch | 11 | ||||
-rw-r--r-- | sys-cluster/tentakel/tentakel-2.2.ebuild | 21 |
5 files changed, 49 insertions, 7 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..9ccb16399ff6 100644 --- a/sys-cluster/tentakel/Manifest +++ b/sys-cluster/tentakel/Manifest @@ -1,13 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 93f316232113f2d570c6bfb39398a2c0 ChangeLog 412 +MD5 e544c54701060e9d90f3f9007ed1f174 ChangeLog 572 MD5 4e040937cc1596f0bd72d57549b53f93 tentakel-2.1.3.ebuild 480 +MD5 928276cbbf609054eadf1cae0a5cb708 tentakel-2.2.ebuild 582 MD5 34b749350c3e779c371c56f6fa2f0771 files/digest-tentakel-2.1.3 62 +MD5 a5ef02ae0fdc0cd7e7842357eca677fd files/digest-tentakel-2.2 60 +MD5 6ec4ed2ff5814d366387be5dcaa72435 files/tentakel-2.2-manpath.patch 402 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFBiS30I1lqEGTUzyQRAnx8AJ9rvU74/gJWWdtN4MeGYH7c62CQagCgx5yL -vNf3c276AyGv49eYsP7pYrQ= -=Fquf +iD8DBQFDGaqUmdTrptrqvGERAmd8AKCNk9wG+x2G07iUiCAT99duICEO2gCeJDfI +ut4qGFDYMIQHspofSrdtrGs= +=OM1i -----END PGP SIGNATURE----- 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 +} |