summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:19:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:19:30 +0000
commit6e23ca316951f2119136590ec236f41aeaa6e6be (patch)
treebec81ef4b33853aed98a0a2c60c472c824c1d6ff /app-laptop/hdapsd
parentDrop old (diff)
downloadhistorical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.gz
historical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.bz2
historical-6e23ca316951f2119136590ec236f41aeaa6e6be.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-laptop/hdapsd')
-rw-r--r--app-laptop/hdapsd/ChangeLog8
-rw-r--r--app-laptop/hdapsd/hdapsd-20060409-r1.ebuild8
-rw-r--r--app-laptop/hdapsd/hdapsd-20060409.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/app-laptop/hdapsd/ChangeLog b/app-laptop/hdapsd/ChangeLog
index 854c1d5f88d1..47bf0cece7a0 100644
--- a/app-laptop/hdapsd/ChangeLog
+++ b/app-laptop/hdapsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/hdapsd
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.4 2006/12/05 11:38:55 uberlord Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.5 2007/01/23 16:14:46 genone Exp $
+
+ 23 Jan 2007; Marius Mauch <genone@gentoo.org> hdapsd-20060409.ebuild,
+ hdapsd-20060409-r1.ebuild:
+ Replacing einfo with elog
*hdapsd-20060409-r1 (05 Dec 2006)
diff --git a/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild b/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild
index dddcc53c662f..07724bbe1213 100644
--- a/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild
+++ b/app-laptop/hdapsd/hdapsd-20060409-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/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild,v 1.1 2006/12/05 11:38:55 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409-r1.ebuild,v 1.2 2007/01/23 16:14:46 genone Exp $
inherit eutils linux-info
@@ -85,7 +85,7 @@ pkg_postinst(){
if ! kernel_patched ; then
ewarn "Your kernel has NOT been patched for blk_freeze"
- einfo "The ebuild can attempt to patch your kernel like so"
- einfo " emerge --config =${PF}"
+ elog "The ebuild can attempt to patch your kernel like so"
+ elog " emerge --config =${PF}"
fi
}
diff --git a/app-laptop/hdapsd/hdapsd-20060409.ebuild b/app-laptop/hdapsd/hdapsd-20060409.ebuild
index dc391b8c76db..51fe680a4bc5 100644
--- a/app-laptop/hdapsd/hdapsd-20060409.ebuild
+++ b/app-laptop/hdapsd/hdapsd-20060409.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-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.3 2006/06/28 08:58:14 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.4 2007/01/23 16:14:46 genone Exp $
inherit eutils linux-info
@@ -85,7 +85,7 @@ pkg_postinst(){
if ! kernel_patched ; then
ewarn "Your kernel has NOT been patched for blk_freeze"
- einfo "The ebuild can attempt to patch your kernel like so"
- einfo " emerge --config =${PF}"
+ elog "The ebuild can attempt to patch your kernel like so"
+ elog " emerge --config =${PF}"
fi
}