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-3.04.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-3.04.ebuild')
-rw-r--r--app-benchmarks/dbench/dbench-3.04.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/dbench/dbench-3.04.ebuild b/app-benchmarks/dbench/dbench-3.04.ebuild
index 3e0fabcf2ff1..733f2552234f 100644
--- a/app-benchmarks/dbench/dbench-3.04.ebuild
+++ b/app-benchmarks/dbench/dbench-3.04.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-3.04.ebuild,v 1.2 2006/09/22 18:31:08 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-3.04.ebuild,v 1.3 2007/01/23 15:48:50 genone Exp $
DESCRIPTION="Popular filesystem benchmark"
SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz"
@@ -21,5 +21,5 @@ src_install() {
}
pkg_postinst() {
- einfo "You can find the client.txt file in ${ROOT}usr/share/dbench."
+ elog "You can find the client.txt file in ${ROOT}usr/share/dbench."
}