summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 17:11:52 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 17:11:52 +0000
commit8b496d94035f35e34a8702348c1ec1c0552cb548 (patch)
treec924740d3ddabdc83960fec8dc606737ecd19ead /app-crypt
parentStable for HPPA (bug #133806). (diff)
downloadgentoo-2-8b496d94035f35e34a8702348c1ec1c0552cb548.tar.gz
gentoo-2-8b496d94035f35e34a8702348c1ec1c0552cb548.tar.bz2
gentoo-2-8b496d94035f35e34a8702348c1ec1c0552cb548.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm-emulator/ChangeLog8
-rw-r--r--app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild8
-rw-r--r--app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/app-crypt/tpm-emulator/ChangeLog b/app-crypt/tpm-emulator/ChangeLog
index af715e6b3407..0a5cd4fc151b 100644
--- a/app-crypt/tpm-emulator/ChangeLog
+++ b/app-crypt/tpm-emulator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/tpm-emulator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.4 2006/10/19 00:19:21 jokey Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.5 2007/01/24 17:11:52 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> tpm-emulator-0.2a.ebuild,
+ tpm-emulator-0.3.ebuild:
+ Replacing einfo with elog
19 Oct 2006; Markus Ullmann <jokey@gentoo.org> tpm-emulator-0.2a.ebuild,
tpm-emulator-0.3.ebuild:
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild
index a3bf9ca02dac..f5572b2647bd 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.2a.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-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.3 2006/10/19 00:19:21 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.4 2007/01/24 17:11:52 genone Exp $
inherit toolchain-funcs linux-mod eutils
@@ -38,6 +38,6 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo 'when starting for the first time:'
- einfo 'modprobe tpm_emulator startup="clear"'
+ elog 'when starting for the first time:'
+ elog 'modprobe tpm_emulator startup="clear"'
}
diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild
index 68c050fe3393..a082586aba29 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.3.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-crypt/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.3 2006/10/19 00:19:21 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.4 2007/01/24 17:11:52 genone Exp $
inherit toolchain-funcs linux-mod eutils flag-o-matic
@@ -36,6 +36,6 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
- einfo 'when starting for the first time:'
- einfo 'modprobe tpm_emulator startup="clear"'
+ elog 'when starting for the first time:'
+ elog 'modprobe tpm_emulator startup="clear"'
}