summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-02-28 13:58:20 +0000
committerMichael Imhof <tantive@gentoo.org>2004-02-28 13:58:20 +0000
commita2e58c4c311cbf004a1ab00e4f60493e588ef4a9 (patch)
treed4ce12f3f4bc53cd124faaf7893cd2233cfd4f23 /app-sci/zetagrid
parentadding metadata.xml (Manifest recommit) (diff)
downloadgentoo-2-a2e58c4c311cbf004a1ab00e4f60493e588ef4a9.tar.gz
gentoo-2-a2e58c4c311cbf004a1ab00e4f60493e588ef4a9.tar.bz2
gentoo-2-a2e58c4c311cbf004a1ab00e4f60493e588ef4a9.zip
Version bumped.
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r--app-sci/zetagrid/ChangeLog7
-rw-r--r--app-sci/zetagrid/Manifest2
-rw-r--r--app-sci/zetagrid/files/digest-zetagrid-1.9.12
-rw-r--r--app-sci/zetagrid/zetagrid-1.9.1.ebuild49
4 files changed, 59 insertions, 1 deletions
diff --git a/app-sci/zetagrid/ChangeLog b/app-sci/zetagrid/ChangeLog
index 4dc65c3d509d..c50ad65a0a77 100644
--- a/app-sci/zetagrid/ChangeLog
+++ b/app-sci/zetagrid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/zetagrid
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.21 2004/02/15 01:58:02 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.22 2004/02/28 13:58:20 tantive Exp $
+
+*zetagrid-1.9.1 (28 Feb 2004)
+
+ 28 Feb 2004; Michael Imhof <tantive@gentoo.org> zetagrid-1.9.1.ebuild:
+ Version bumped.
*zetagrid-1.9.0 (15 Feb 2004)
diff --git a/app-sci/zetagrid/Manifest b/app-sci/zetagrid/Manifest
index c32c1cc19876..d251e01e0452 100644
--- a/app-sci/zetagrid/Manifest
+++ b/app-sci/zetagrid/Manifest
@@ -2,9 +2,11 @@ MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 390ca3a933ee093d960c40938aa3b61b zetagrid-1.8.6-r1.ebuild 1631
MD5 f39aacb6302e35cf01f7b67a61b5c7e1 ChangeLog 1811
MD5 804ca2c4eca780e9b9b6d1bd18832056 zetagrid-1.9.0.ebuild 1628
+MD5 804ca2c4eca780e9b9b6d1bd18832056 zetagrid-1.9.1.ebuild 1628
MD5 dacb47ad228a1f3dfe5bd63703aca71c files/zetagrid.init 1170
MD5 68c0b0a9602b20f4e255b4e323114d9c files/digest-zetagrid-1.9.0 122
MD5 e10931d11a365446ff085b26051ab392 files/zeta.sh 1446
MD5 1e2a30651f2c65d8f9042a629c3725b3 files/zeta_progress.sh 994
MD5 5230b4f289a1c7df8f4c160b12d17a8b files/digest-zetagrid-1.8.6-r1 122
+MD5 7ed8339f5ea2f78678f91df84a4057c6 files/digest-zetagrid-1.9.1 122
MD5 a994c331aadb23393e238d6684e89a6e files/zeta.cfg 4343
diff --git a/app-sci/zetagrid/files/digest-zetagrid-1.9.1 b/app-sci/zetagrid/files/digest-zetagrid-1.9.1
new file mode 100644
index 000000000000..571b71e400c0
--- /dev/null
+++ b/app-sci/zetagrid/files/digest-zetagrid-1.9.1
@@ -0,0 +1,2 @@
+MD5 aa25d5fac05343acdd8b35c87f385245 zeta_cmd_1.9.1.zip 46848
+MD5 fce1921170a936c7b234ec071953eea5 zeta_progress.zip 5874
diff --git a/app-sci/zetagrid/zetagrid-1.9.1.ebuild b/app-sci/zetagrid/zetagrid-1.9.1.ebuild
new file mode 100644
index 000000000000..8bd633b87752
--- /dev/null
+++ b/app-sci/zetagrid/zetagrid-1.9.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.9.1.ebuild,v 1.1 2004/02/28 13:58:20 tantive Exp $
+
+S=${WORKDIR}/zetagrid-${PV}
+DESCRIPTION="An open source and platform independent grid system"
+SRC_URI="http://www.zetagrid.net/zeta/zeta_cmd_${PV}.zip http://www.zetagrid.net/zeta/add-ons/zeta_progress.zip"
+HOMEPAGE="http://www.zetagrid.net http://cvs.gentoo.org/~tantive"
+IUSE=""
+
+DEPEND="virtual/glibc
+ app-arch/unzip"
+RDEPEND="virtual/jre
+ >=sys-libs/lib-compat-1.1"
+SLOT="0"
+LICENSE="ZetaGrid"
+KEYWORDS="x86 ppc sparc alpha"
+
+src_unpack() {
+ unpack zeta_cmd_${PV}.zip zeta_progress.zip
+ if test -e /opt/zetagrid/zeta.cfg; then
+ cp /opt/zetagrid/zeta.cfg ${WORKDIR}/zeta.cfg
+ fi
+}
+
+src_install() {
+ dodir /opt/zetagrid
+ cp ${FILESDIR}/zeta.sh ${D}/opt/zetagrid
+ cp ${FILESDIR}/zeta_progress.sh ${D}/opt/zetagrid
+ cp ${WORKDIR}/* ${D}/opt/zetagrid
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/zetagrid.init zetagrid
+}
+
+pkg_postinst() {
+ einfo "Zetagrid is now installed in /opt/zetagrid"
+ einfo "Please change zeta.cfg for configuration issues!"
+ einfo "More information about setup can be found at"
+ einfo "http://dev.gentoo.org/~tantive"
+ einfo
+ einfo "Zetagrid can be started using zeta.sh"
+ einfo "Progress information is displayed by zeta_progress.sh or"
+ einfo "by "java -cp zeta_progress.jar zeta.JShowProgress"."
+ einfo
+ ewarn "If you're getting an error at first execution"
+ ewarn "please run it a second time, this issue is known"
+ ewarn "and only happens at the very first start."
+}
+