diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:34:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:34:58 +0000 |
commit | 66b067de4f5bbc7969dd9943ed44b151f523edbe (patch) | |
tree | ee8b77597e70e10960aa6e0ce105e2b21b3028e3 /app-admin/longrun | |
parent | version bump (diff) | |
download | historical-66b067de4f5bbc7969dd9943ed44b151f523edbe.tar.gz historical-66b067de4f5bbc7969dd9943ed44b151f523edbe.tar.bz2 historical-66b067de4f5bbc7969dd9943ed44b151f523edbe.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/longrun')
-rw-r--r-- | app-admin/longrun/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/longrun/files/digest-longrun-0.9-r2 | 4 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9-r2.ebuild | 18 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9-r3.ebuild | 18 |
4 files changed, 28 insertions, 20 deletions
diff --git a/app-admin/longrun/ChangeLog b/app-admin/longrun/ChangeLog index 7ed50e58fe8c..facd0e3794e6 100644 --- a/app-admin/longrun/ChangeLog +++ b/app-admin/longrun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/longrun -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.14 2006/03/19 20:19:16 betelgeuse Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.15 2007/01/24 14:34:58 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> longrun-0.9-r2.ebuild, + longrun-0.9-r3.ebuild: + Replacing einfo with elog 19 Mar 2006; Petteri Räty <betelgeuse@gentoo.org> longrun-0.9-r3.ebuild: Marked stable on x86. diff --git a/app-admin/longrun/files/digest-longrun-0.9-r2 b/app-admin/longrun/files/digest-longrun-0.9-r2 index dbf4a566ce87..1c229f4bea54 100644 --- a/app-admin/longrun/files/digest-longrun-0.9-r2 +++ b/app-admin/longrun/files/digest-longrun-0.9-r2 @@ -1,2 +1,6 @@ MD5 046a0e3f783d1d50b11a24b309bd40b1 longrun-0.9.tar.bz2 11539 +RMD160 340fde69f8a719cea1ace07b6051f8f45ee13729 longrun-0.9.tar.bz2 11539 +SHA256 85d2bb0694ded7d727c3f819b12432a78b7c3d9723580d17d7a9e3a21d969f7b longrun-0.9.tar.bz2 11539 MD5 acaeaf906e1c1ccc7e61cf3c66d49858 longrun_0.9-17.diff.gz 13897 +RMD160 3f43739df95bceef58d0387912d28d1d94989eb7 longrun_0.9-17.diff.gz 13897 +SHA256 515c7a2d4ce719c4d51f1ec61e2bb8a21c2f6dc44dc75dc2b9245ebbbffc75d3 longrun_0.9-17.diff.gz 13897 diff --git a/app-admin/longrun/longrun-0.9-r2.ebuild b/app-admin/longrun/longrun-0.9-r2.ebuild index c3c5297db8d8..48b44cc11377 100644 --- a/app-admin/longrun/longrun-0.9-r2.ebuild +++ b/app-admin/longrun/longrun-0.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r2.ebuild,v 1.2 2005/09/03 21:35:27 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r2.ebuild,v 1.3 2007/01/24 14:34:58 genone Exp $ inherit eutils linux-info @@ -51,15 +51,15 @@ src_install() { pkg_postinst() { if linux_chkconfig_module X86_MSR; then - einfo "You have compiled MSR as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called msr." - einfo + elog "You have compiled MSR as a module." + elog "You need to load it before using Longrun." + elog "The module is called msr." + elog fi if linux_chkconfig_module X86_CPUID; then - einfo "You have compiled CPUID as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called cpuid." + elog "You have compiled CPUID as a module." + elog "You need to load it before using Longrun." + elog "The module is called cpuid." fi } diff --git a/app-admin/longrun/longrun-0.9-r3.ebuild b/app-admin/longrun/longrun-0.9-r3.ebuild index 6dcb76c5f07a..7756b109f710 100644 --- a/app-admin/longrun/longrun-0.9-r3.ebuild +++ b/app-admin/longrun/longrun-0.9-r3.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-admin/longrun/longrun-0.9-r3.ebuild,v 1.2 2006/03/19 20:19:16 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r3.ebuild,v 1.3 2007/01/24 14:34:58 genone Exp $ inherit eutils linux-info @@ -53,15 +53,15 @@ src_install() { pkg_postinst() { if linux_chkconfig_module X86_MSR; then - einfo "You have compiled MSR as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called msr." - einfo + elog "You have compiled MSR as a module." + elog "You need to load it before using Longrun." + elog "The module is called msr." + elog fi if linux_chkconfig_module X86_CPUID; then - einfo "You have compiled CPUID as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called cpuid." + elog "You have compiled CPUID as a module." + elog "You need to load it before using Longrun." + elog "The module is called cpuid." fi } |