commit:     131a1754ac14e51ca72e225e5d71f5165ca89f59
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 22:33:25 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 22:33:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131a1754

app-benchmarks/volanomark: Remove last-rited pkg

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-benchmarks/volanomark/Manifest                 |  1 -
 app-benchmarks/volanomark/metadata.xml             |  6 --
 .../volanomark/volanomark-2.5.0.9.ebuild           | 66 ----------------------
 profiles/package.mask                              |  1 -
 4 files changed, 74 deletions(-)

diff --git a/app-benchmarks/volanomark/Manifest 
b/app-benchmarks/volanomark/Manifest
deleted file mode 100644
index 5bf2ee8d424..00000000000
--- a/app-benchmarks/volanomark/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vmark2_5_0_9.class 1591590 BLAKE2B 
c67b18969f5ceb42f6d68d37260e43d3d30508956ddb2091a59852d5d151606ca3f30205cde397f3212ba5dfd4e4d109802ddcf0cdc6c851b20d07ab6cf5f5be
 SHA512 
002953f780bfb2fa0f9663f6ee2228abbf277e98ebdc69dce3c0e9f03147e0bdb80ae381daf29838790c13aefc83406b61428871a890dcae2396a5c59fcee8bf

diff --git a/app-benchmarks/volanomark/metadata.xml 
b/app-benchmarks/volanomark/metadata.xml
deleted file mode 100644
index c2a23a7dec6..00000000000
--- a/app-benchmarks/volanomark/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>Java Benchmark test</longdescription>
-</pkgmetadata>

diff --git a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild 
b/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild
deleted file mode 100644
index efaa5ae49fe..00000000000
--- a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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="Volano"
-
-# Below because of licensing.
-RESTRICT="mirror"
-
-SLOT="0"
-
-KEYWORDS="amd64 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 :' \
-               -e 's:-Sn:-n:' \
-               "${D}"/opt/${PN}/startup.sh
-
-       sed -i -e "s#^./startup.sh#/opt/${PN}/startup.sh#g" 
"${D}"/opt/${PN}/*.sh
-
-       # Set stack-size correctly for different arches
-       if [ "${ARCH}" == "amd64" ] ; then
-               sed -i -e 's:Xss96:Xss512:' "${D}"/opt/${PN}/startup.sh
-       else
-               sed -i -e 's:Xss96:Xss128:' "${D}"/opt/${PN}/startup.sh
-       fi
-
-       keepdir /opt/${PN}/logs
-}
-
-pkg_postinst() {
-
-       ewarn "The vendor provided installation script is somewhat broken!"
-       elog
-       elog "startup.sh was patched to allow the use of the current JVM as"
-       elog "selected by java-config. This means that regardless of the"
-       elog "Java vendor you specify to ${PN}, it will STILL use the default"
-       elog "JVM configured via java-config"
-       elog
-       elog "Just make sure that when you run ${PN}, the Java vendor you 
specify"
-       elog "matches up with what java-config is configured for. Otherwise 
specific"
-       elog "vendor specific options runtime may not work."
-       elog
-       elog "Remember to check the host property in startup.sh to the host 
that is"
-       elog "running the server"
-
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 35586683519..8bfbcebd276 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -378,7 +378,6 @@ net-libs/openslp
 # them to stay, please port them to EAPI 7, and preferably become
 # the maintainer.
 # Removal in 30 days.  Bug #696252.
-app-benchmarks/volanomark
 mail-filter/clamsmtp
 sys-auth/pam_require
 

Reply via email to