summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-04-13 22:33:28 +0000
committerMichael Imhof <tantive@gentoo.org>2003-04-13 22:33:28 +0000
commit3eb0c60af4ba68f27a3ce6b7badcd351bae17e1f (patch)
treefdd9475952b80f627d675fcbdc58667ae9429840 /app-sci
parentVersion bumped, should close #19111. (diff)
downloadgentoo-2-3eb0c60af4ba68f27a3ce6b7badcd351bae17e1f.tar.gz
gentoo-2-3eb0c60af4ba68f27a3ce6b7badcd351bae17e1f.tar.bz2
gentoo-2-3eb0c60af4ba68f27a3ce6b7badcd351bae17e1f.zip
Version bumped
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/zetagrid/ChangeLog7
-rw-r--r--app-sci/zetagrid/files/digest-zetagrid-1.8.42
-rw-r--r--app-sci/zetagrid/zetagrid-1.8.4.ebuild49
3 files changed, 57 insertions, 1 deletions
diff --git a/app-sci/zetagrid/ChangeLog b/app-sci/zetagrid/ChangeLog
index 81e54160ec82..728bebc32d85 100644
--- a/app-sci/zetagrid/ChangeLog
+++ b/app-sci/zetagrid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/zetagrid
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.16 2003/03/17 13:35:52 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.17 2003/04/13 22:33:28 tantive Exp $
+
+*zetagrid-1.8.4 (15 Apr 2003)
+
+ 15 Apr 2003; Michael Imhof <tantive@gentoo.org> :
+ Version bumped.
*zetagrid-1.8.2-r1 (17 Mar 2003)
diff --git a/app-sci/zetagrid/files/digest-zetagrid-1.8.4 b/app-sci/zetagrid/files/digest-zetagrid-1.8.4
new file mode 100644
index 000000000000..44dc39f95155
--- /dev/null
+++ b/app-sci/zetagrid/files/digest-zetagrid-1.8.4
@@ -0,0 +1,2 @@
+MD5 a638d1ca6cd9236fa450ec42543f92a0 zeta_cmd_1.8.4.zip 47480
+MD5 fce1921170a936c7b234ec071953eea5 zeta_progress.zip 5874
diff --git a/app-sci/zetagrid/zetagrid-1.8.4.ebuild b/app-sci/zetagrid/zetagrid-1.8.4.ebuild
new file mode 100644
index 000000000000..b81d69ca0e57
--- /dev/null
+++ b/app-sci/zetagrid/zetagrid-1.8.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.8.4.ebuild,v 1.1 2003/04/13 22:33:28 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://cvs.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."
+}
+