diff options
author | 2005-07-31 16:43:34 +0000 | |
---|---|---|
committer | 2005-07-31 16:43:34 +0000 | |
commit | b141080598f576252d3316e3469dd455b266774d (patch) | |
tree | 38626693a374f95158ea8087fdf6252c2ade1733 /app-admin | |
parent | Fixed messages of longrun (diff) | |
download | betelgeuse-b141080598f576252d3316e3469dd455b266774d.tar.gz betelgeuse-b141080598f576252d3316e3469dd455b266774d.tar.bz2 betelgeuse-b141080598f576252d3316e3469dd455b266774d.zip |
Copied the ChangeLog of longrun here and removed trailing whitespace
svn path=/; revision=29
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/longrun/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/longrun/Manifest | 4 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9-r2.ebuild | 12 |
3 files changed, 15 insertions, 8 deletions
diff --git a/app-admin/longrun/ChangeLog b/app-admin/longrun/ChangeLog index 320c79e..82dd461 100644 --- a/app-admin/longrun/ChangeLog +++ b/app-admin/longrun/ChangeLog @@ -2,6 +2,13 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/ChangeLog,v 1.9 2005/01/01 11:09:36 eradicator Exp $ +*longrun-0.9-r2 (31 Jul 2005) + + 31 Jul 2005; Petteri Räty <betelgeuse@gentoo.org> +metadata.xml, + +longrun-0.9-r2.ebuild: + Added Debian patches. Resolves bug #55369. + Also added checks for the right kernel config. + 20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> longrun-0.9-r1.ebuild: inherit eutils for epatch; error check diff --git a/app-admin/longrun/Manifest b/app-admin/longrun/Manifest index dec1068..bf343d9 100644 --- a/app-admin/longrun/Manifest +++ b/app-admin/longrun/Manifest @@ -1,6 +1,6 @@ MD5 31740951e89e53a2dea591f5b76b5f0f longrun-0.9-r1.ebuild 748 -MD5 f5afad4c7a372fcc3841c5c09c9f7fb0 ChangeLog 1302 -MD5 049b66e37fbef761810516ba08c953ec longrun-0.9-r2.ebuild 1635 +MD5 4ef2e55a4d4e07ec8094164959f97510 ChangeLog 1522 +MD5 62d47056b34460061e87ef77d69323df longrun-0.9-r2.ebuild 1628 MD5 4640003b4dedb812a8508d76bb1fb548 metadata.xml 414 MD5 04159b8a163c87979fbe52e9fef78f21 files/digest-longrun-0.9-r1 63 MD5 b924563938144473dbfc5be5e8f8f025 files/longrun-0.9-r1-debian-gcc-3.diff 32094 diff --git a/app-admin/longrun/longrun-0.9-r2.ebuild b/app-admin/longrun/longrun-0.9-r2.ebuild index 100628e..0fa4d38 100644 --- a/app-admin/longrun/longrun-0.9-r2.ebuild +++ b/app-admin/longrun/longrun-0.9-r2.ebuild @@ -22,13 +22,13 @@ S=${WORKDIR}/${PN} CONFIG_CHECK="X86_MSR X86_CPUID" ERROR_X86_MSR=" -Longrun needs a MSR device to function. Please select -MSR under Processor type and features. It can be build +Longrun needs a MSR device to function. Please select +MSR under Processor type and features. It can be build directly into the kernel or as a module. " ERROR_X86_CPUID=" -Longrun needs a CPUID device to function. Please select +Longrun needs a CPUID device to function. Please select CPUID under Processor type and features. It can be build directly into the kernel or as a module. " @@ -54,12 +54,12 @@ pkg_postinst() { einfo "You have compiled MSR as a module." einfo "You need to load it before using Longrun." einfo "The module is called msr." - einfo + einfo 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." - fi + fi } |