summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-03-02 18:53:35 +0000
committerMichael Imhof <tantive@gentoo.org>2003-03-02 18:53:35 +0000
commitb542e7e4cffb352d4ebb6a2bb1e9b11f3cacd187 (patch)
treecfe9396cb2d5749036f28eab6ad799cbbf402d01 /app-sci/zetagrid
parentDependency fix per bug #16554. (diff)
downloadgentoo-2-b542e7e4cffb352d4ebb6a2bb1e9b11f3cacd187.tar.gz
gentoo-2-b542e7e4cffb352d4ebb6a2bb1e9b11f3cacd187.tar.bz2
gentoo-2-b542e7e4cffb352d4ebb6a2bb1e9b11f3cacd187.zip
Bumped again to update all clients
Diffstat (limited to 'app-sci/zetagrid')
-rw-r--r--app-sci/zetagrid/ChangeLog8
-rw-r--r--app-sci/zetagrid/files/digest-zetagrid-1.0-r82
-rw-r--r--app-sci/zetagrid/zetagrid-1.0-r8.ebuild49
3 files changed, 58 insertions, 1 deletions
diff --git a/app-sci/zetagrid/ChangeLog b/app-sci/zetagrid/ChangeLog
index 55828c13ea8f..61dc8fa55a80 100644
--- a/app-sci/zetagrid/ChangeLog
+++ b/app-sci/zetagrid/ChangeLog
@@ -1,6 +1,12 @@
# 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.12 2003/03/01 23:09:08 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/ChangeLog,v 1.13 2003/03/02 18:53:35 tantive Exp $
+
+*zetagrid-1.0-r8 (02 Mar 2003)
+
+ 02 Mar 2003; Michael Imhof <tantive@gentoo.org> :
+ Version bumped again to really update all clients, as zetagrid
+ seems to work with the false startup script, but it doesn't.
*zetagrid-1.0-r7 (01 Mar 2003)
diff --git a/app-sci/zetagrid/files/digest-zetagrid-1.0-r8 b/app-sci/zetagrid/files/digest-zetagrid-1.0-r8
new file mode 100644
index 000000000000..13ffefbbaa20
--- /dev/null
+++ b/app-sci/zetagrid/files/digest-zetagrid-1.0-r8
@@ -0,0 +1,2 @@
+MD5 6140753720c3276f348aa5c855ad6079 zeta_cmd.zip 46403
+MD5 fce1921170a936c7b234ec071953eea5 zeta_progress.zip 5874
diff --git a/app-sci/zetagrid/zetagrid-1.0-r8.ebuild b/app-sci/zetagrid/zetagrid-1.0-r8.ebuild
new file mode 100644
index 000000000000..896ef67fd8da
--- /dev/null
+++ b/app-sci/zetagrid/zetagrid-1.0-r8.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.0-r8.ebuild,v 1.1 2003/03/02 18:53:35 tantive Exp $
+
+S=${WORKDIR}/zetagrid-${PV}
+DESCRIPTION="An open source and platform independent grid system"
+SRC_URI="http://www.zetagrid.net/zeta/zeta_cmd.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.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."
+}
+