diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:54:07 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:54:07 +0000 |
commit | 31e907d4f0d249b58d9c27876eb912d57befa2c6 (patch) | |
tree | 892ca8ee424e7e36d990fd7d5d24a4b9619471cd /app-benchmarks/volanomark | |
parent | Drop old (diff) | |
download | gentoo-2-31e907d4f0d249b58d9c27876eb912d57befa2c6.tar.gz gentoo-2-31e907d4f0d249b58d9c27876eb912d57befa2c6.tar.bz2 gentoo-2-31e907d4f0d249b58d9c27876eb912d57befa2c6.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-benchmarks/volanomark')
-rw-r--r-- | app-benchmarks/volanomark/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/volanomark/files/digest-volanomark-2.5.0.9 | 2 | ||||
-rw-r--r-- | app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild | 28 |
3 files changed, 21 insertions, 16 deletions
diff --git a/app-benchmarks/volanomark/ChangeLog b/app-benchmarks/volanomark/ChangeLog index 0d6447f16ff8..e7c4523911bc 100644 --- a/app-benchmarks/volanomark/ChangeLog +++ b/app-benchmarks/volanomark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/volanomark -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/ChangeLog,v 1.6 2005/01/01 12:06:41 eradicator Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/ChangeLog,v 1.7 2007/01/23 15:54:07 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> volanomark-2.5.0.9.ebuild: + Replacing einfo with elog 14 Apr 2004; Daniel Black <dragonheart@gentoo.org> volanomark-2.5.0.9.ebuild: diff --git a/app-benchmarks/volanomark/files/digest-volanomark-2.5.0.9 b/app-benchmarks/volanomark/files/digest-volanomark-2.5.0.9 index e583c7e4c797..4bbf92f34678 100644 --- a/app-benchmarks/volanomark/files/digest-volanomark-2.5.0.9 +++ b/app-benchmarks/volanomark/files/digest-volanomark-2.5.0.9 @@ -1 +1,3 @@ MD5 515272327a8b1d70f25d2c05e990362b vmark2_5_0_9.class 1591590 +RMD160 cef1df9d2bd9841e487ec5b430f1a8e61f8946d7 vmark2_5_0_9.class 1591590 +SHA256 55ae31452e771caded4af1bb45a2e01b710a3c3b02eea372db0d6d535591a7b4 vmark2_5_0_9.class 1591590 diff --git a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild b/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild index bd2526ac3ae5..41cd91306498 100644 --- a/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild +++ b/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild,v 1.5 2005/01/01 12:06:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/volanomark/volanomark-2.5.0.9.ebuild,v 1.6 2007/01/23 15:54:07 genone Exp $ DESCRIPTION="Java server benchmark utility" HOMEPAGE="http://www.volano.com/benchmarks.html" @@ -49,17 +49,17 @@ src_install() { 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" + 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" } |