summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 04:04:53 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 04:04:53 +0000
commit5469f6f840027efe97b66bf68bd1994f394ff333 (patch)
treef297bf97d223789a765c470e65b11ced0f775efc /dev-util/oprofile
parentReplacing einfo with elog (diff)
downloadgentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.tar.gz
gentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.tar.bz2
gentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/ChangeLog8
-rw-r--r--dev-util/oprofile/oprofile-0.9.1-r1.ebuild12
-rw-r--r--dev-util/oprofile/oprofile-0.9.2.ebuild12
3 files changed, 18 insertions, 14 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 58cd2ae6c123..0739f201a2e6 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/oprofile
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.36 2006/10/14 17:21:59 spock Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.37 2007/03/05 04:04:53 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> oprofile-0.9.1-r1.ebuild,
+ oprofile-0.9.2.ebuild:
+ Replacing einfo with elog
14 Oct 2006; Michał Januszewski <spock@gentoo.org>
oprofile-0.9.1-r1.ebuild, oprofile-0.9.2.ebuild:
diff --git a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild b/dev-util/oprofile/oprofile-0.9.1-r1.ebuild
index a04b079b5e80..e68398cbcd1d 100644
--- a/dev-util/oprofile/oprofile-0.9.1-r1.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.1-r1.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/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.10 2006/10/14 17:21:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.1-r1.ebuild,v 1.11 2007/03/05 04:04:53 genone Exp $
inherit eutils qt3 linux-info
@@ -72,9 +72,9 @@ pkg_postinst() {
[[ ${ROOT} == / ]] && /sbin/modules-update
echo
- einfo "Now load the oprofile module by running:"
- einfo " # opcontrol --init"
- einfo "Then read manpages and this html doc:"
- einfo " /usr/share/doc/oprofile/oprofile.html"
+ elog "Now load the oprofile module by running:"
+ elog " # opcontrol --init"
+ elog "Then read manpages and this html doc:"
+ elog " /usr/share/doc/oprofile/oprofile.html"
echo
}
diff --git a/dev-util/oprofile/oprofile-0.9.2.ebuild b/dev-util/oprofile/oprofile-0.9.2.ebuild
index 7592dcad3029..75f2c0f3e335 100644
--- a/dev-util/oprofile/oprofile-0.9.2.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.2.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/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.2 2006/10/14 17:21:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.3 2007/03/05 04:04:53 genone Exp $
inherit eutils qt3 linux-info
@@ -63,9 +63,9 @@ pkg_postinst() {
[[ ${ROOT} == / ]] && /sbin/modules-update
echo
- einfo "Now load the oprofile module by running:"
- einfo " # opcontrol --init"
- einfo "Then read manpages and this html doc:"
- einfo " /usr/share/doc/oprofile/oprofile.html"
+ elog "Now load the oprofile module by running:"
+ elog " # opcontrol --init"
+ elog "Then read manpages and this html doc:"
+ elog " /usr/share/doc/oprofile/oprofile.html"
echo
}