summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:14:46 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:14:46 +0000
commite540425740b15628a7573b4e42120b154af2b3d5 (patch)
tree5124293dae428dc77def7adf22c2f3b7fa0aec50 /app-laptop/hdapsd
parentReplacing einfo with elog (diff)
downloadgentoo-2-e540425740b15628a7573b4e42120b154af2b3d5.tar.gz
gentoo-2-e540425740b15628a7573b4e42120b154af2b3d5.tar.bz2
gentoo-2-e540425740b15628a7573b4e42120b154af2b3d5.zip
Replacing einfo with elog
(Portage version: 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
}