summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 15:48:50 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 15:48:50 +0000
commit30b58877813f3ba31f106d8b44ffe766b6bd603a (patch)
tree68e0082e1a1b7252d35c5993972df3638e10514b /app-benchmarks/dbench/dbench-2.0.ebuild
parentamd64 stable, bug 158836 (diff)
downloadgentoo-2-30b58877813f3ba31f106d8b44ffe766b6bd603a.tar.gz
gentoo-2-30b58877813f3ba31f106d8b44ffe766b6bd603a.tar.bz2
gentoo-2-30b58877813f3ba31f106d8b44ffe766b6bd603a.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-benchmarks/dbench/dbench-2.0.ebuild')
-rw-r--r--app-benchmarks/dbench/dbench-2.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-benchmarks/dbench/dbench-2.0.ebuild b/app-benchmarks/dbench/dbench-2.0.ebuild
index 757c262c2461..e03bc95a5a7d 100644
--- a/app-benchmarks/dbench/dbench-2.0.ebuild
+++ b/app-benchmarks/dbench/dbench-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/dbench/dbench-2.0.ebuild,v 1.18 2006/09/22 18:31:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.19 2007/01/23 15:48:50 genone Exp $
DESCRIPTION="Popular filesystem benchmark"
SRC_URI="ftp://samba.org/pub/tridge/dbench/${P}.tar.gz"
@@ -30,7 +30,5 @@ src_install() {
}
pkg_postinst() {
- einfo "dbench info:"
- einfo "You can find the client_*.txt file in ${ROOT}usr/share/dbench."
- echo
+ elog "You can find the client_*.txt file in ${ROOT}usr/share/dbench."
}