summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-02-10 04:39:26 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-02-10 04:39:26 +0000
commitc9a26b6766a6d9ab4aac28cb10f56b15bab7aed9 (patch)
tree9ce23a48fd406098ddde612b0a4e083970068f2a
parentmove app-benchmarks/volcanomark app-benchmarks/volanomark (diff)
downloadgentoo-2-c9a26b6766a6d9ab4aac28cb10f56b15bab7aed9.tar.gz
gentoo-2-c9a26b6766a6d9ab4aac28cb10f56b15bab7aed9.tar.bz2
gentoo-2-c9a26b6766a6d9ab4aac28cb10f56b15bab7aed9.zip
moved to app-benchmarks/volanomark
-rw-r--r--app-benchmarks/volcanomark/ChangeLog15
-rw-r--r--app-benchmarks/volcanomark/Manifest4
-rw-r--r--app-benchmarks/volcanomark/files/digest-volcanomark-2.5.0.91
-rw-r--r--app-benchmarks/volcanomark/metadata.xml12
-rw-r--r--app-benchmarks/volcanomark/volcanomark-2.5.0.9.ebuild57
5 files changed, 0 insertions, 89 deletions
diff --git a/app-benchmarks/volcanomark/ChangeLog b/app-benchmarks/volcanomark/ChangeLog
deleted file mode 100644
index e2d97df1d939..000000000000
--- a/app-benchmarks/volcanomark/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for app-benchmarks/volcanomark
-# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volcanomark/ChangeLog,v 1.2 2004/02/09 03:32:47 dragonheart Exp $
-
- 09 Feb 2004; Daniel Black <dragonheart@gentoo.org>
- volcanomark-2.5.0.9.ebuild:
- Fixed a few things. Should be able to run from any dir now.
-
-*volcanomark-2.5.0.9 (09 Feb 2004)
-
- 09 Feb 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml,
- volcanomark-2.5.0.9.ebuild:
- Initial import. Thanks to Chris Aniszczyk <zx@mea-culpa.net> for doing the
- ebuild. bug #40790
-
diff --git a/app-benchmarks/volcanomark/Manifest b/app-benchmarks/volcanomark/Manifest
deleted file mode 100644
index 229e6a464486..000000000000
--- a/app-benchmarks/volcanomark/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 3b00b3f5cff4521fb1cb4e78becd9304 volcanomark-2.5.0.9.ebuild 1685
-MD5 20df39f1c599ecdff828aef616e1e26e metadata.xml 412
-MD5 1995a5f09d09d8a193f49d1b85d2d619 ChangeLog 617
-MD5 81e522796f58f0b32c4e071f7b2f668f files/digest-volcanomark-2.5.0.9 64
diff --git a/app-benchmarks/volcanomark/files/digest-volcanomark-2.5.0.9 b/app-benchmarks/volcanomark/files/digest-volcanomark-2.5.0.9
deleted file mode 100644
index e583c7e4c797..000000000000
--- a/app-benchmarks/volcanomark/files/digest-volcanomark-2.5.0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 515272327a8b1d70f25d2c05e990362b vmark2_5_0_9.class 1591590
diff --git a/app-benchmarks/volcanomark/metadata.xml b/app-benchmarks/volcanomark/metadata.xml
deleted file mode 100644
index f89907129ec4..000000000000
--- a/app-benchmarks/volcanomark/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>dragonheart@gentoo.org</email>
- <name>Daniel Black</name>
- <description>Imported for Beaver Challenge 2004. Please take over if you want it</description>
-</maintainer>
-<longdescription>Java Benchmark test</longdescription>
-</pkgmetadata>
-
diff --git a/app-benchmarks/volcanomark/volcanomark-2.5.0.9.ebuild b/app-benchmarks/volcanomark/volcanomark-2.5.0.9.ebuild
deleted file mode 100644
index ce0bab92656f..000000000000
--- a/app-benchmarks/volcanomark/volcanomark-2.5.0.9.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volcanomark/volcanomark-2.5.0.9.ebuild,v 1.2 2004/02/09 03:32:47 dragonheart Exp $
-
-DESCRIPTION="Java server benchmark utility"
-HOMEPAGE="http://www.volano.com/benchmarks.html"
-SRC_URI="http://www.volano.com/pub/vmark2_5_0_9.class"
-LICENSE="Volcano Apache-1.1"
-
-# Below because of licensing.
-RESTRICT="nomirror"
-
-SLOT="0"
-
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/jre
- >=sys-apps/sed-4
- sys-apps/net-tools"
-
-RDEPEND="virtual/jre"
-
-src_unpack() {
- einfo "No unpack required"
-}
-
-src_install() {
- dodir /opt/${PN}
- java -classpath ${DISTDIR} vmark2_5_0_9 -o ${D}/opt/${PN}
- chmod 755 ${D}/opt/${PN}/*.sh
- sed -i -e "s#^host=.*#cd /opt/${PN}\nhost=`hostname`#" \
- -e 's:"$java":java:g' \
- -e 's:! -f: -z :' \
- ${D}/opt/${PN}/startup.sh
-
- sed -i -e "s#^./startup.sh#/opt/${PN}/startup.sh#g" ${D}/opt/${PN}/*.sh
-
- keepdir /opt/${PN}/logs
-}
-
-pkg_postinst() {
-
- ewarn "The vendor provided installation script is somewhat broken!"
- einfo
- einfo "startup.sh was patched to allow the use of the current JVM as"
- einfo "selected by java-config. This means that regardless of the"
- einfo "Java vendor you specify to ${PN}, it will STILL use the default"
- einfo "JVM configured via java-config"
- einfo
- einfo "Just make sure that when you run ${PN}, the Java vendor you specify"
- einfo "matches up with what java-config is configured for. Otherwise specific"
- einfo "vendor specific options runtime may not work."
- einfo
- einfo "Remember to check the host property in startup.sh to the host that is"
- einfo "running the server"
-
-}