diff options
author | 2005-07-31 14:50:39 +0000 | |
---|---|---|
committer | 2005-07-31 14:50:39 +0000 | |
commit | 68d86ecc732d4d4834261ad3402662723ddad230 (patch) | |
tree | 857e7d12a88d38bf1a1c698dac19dac673abf12a /app-admin | |
parent | Added a new version of longrun with patches from Debian (diff) | |
download | betelgeuse-68d86ecc732d4d4834261ad3402662723ddad230.tar.gz betelgeuse-68d86ecc732d4d4834261ad3402662723ddad230.tar.bz2 betelgeuse-68d86ecc732d4d4834261ad3402662723ddad230.zip |
Added kernel configuration check to longrun
svn path=/; revision=26
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/longrun/Manifest | 6 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/longrun/longrun-0.9-r2.ebuild | 20 | ||||
-rw-r--r-- | app-admin/longrun/metadata.xml | 2 |
4 files changed, 22 insertions, 8 deletions
diff --git a/app-admin/longrun/Manifest b/app-admin/longrun/Manifest index bfa6cea..214420a 100644 --- a/app-admin/longrun/Manifest +++ b/app-admin/longrun/Manifest @@ -1,7 +1,7 @@ -MD5 d9386ce54e3f6f124a6eb6cd1bf756fd longrun-0.9-r1.ebuild 748 +MD5 31740951e89e53a2dea591f5b76b5f0f longrun-0.9-r1.ebuild 748 MD5 f5afad4c7a372fcc3841c5c09c9f7fb0 ChangeLog 1302 -MD5 ffd0af5d4e1a0bc02f9d2b9486962f1a longrun-0.9-r2.ebuild 840 -MD5 1f4109e07a0fad4395acb3799ebdc518 metadata.xml 415 +MD5 238c98d5c302d9ba7c67de9749cb077e longrun-0.9-r2.ebuild 1281 +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 MD5 06f54ba7a3451bfe7d701fb642b64d91 files/digest-longrun-0.9-r2 129 diff --git a/app-admin/longrun/longrun-0.9-r1.ebuild b/app-admin/longrun/longrun-0.9-r1.ebuild index bad4528..777df21 100644 --- a/app-admin/longrun/longrun-0.9-r1.ebuild +++ b/app-admin/longrun/longrun-0.9-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 -ppc" +KEYWORDS="-ppc x86" IUSE="" DEPEND="virtual/libc" diff --git a/app-admin/longrun/longrun-0.9-r2.ebuild b/app-admin/longrun/longrun-0.9-r2.ebuild index affe682..ca50599 100644 --- a/app-admin/longrun/longrun-0.9-r2.ebuild +++ b/app-admin/longrun/longrun-0.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.9 2004/06/25 17:55:13 vapier Exp $ -inherit eutils +inherit eutils linux-info DESCRIPTION="A utility to control Transmeta's Crusoe and Efficeon processors" HOMEPAGE="http://freshmeat.net/projects/longrun/" @@ -12,15 +12,29 @@ SRC_URI="mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -ppc" +KEYWORDS="-ppc ~x86" IUSE="" DEPEND="virtual/libc" S=${WORKDIR}/${PN} +CONFIG_CHECK="X86_MSR X86_CPUID" + +ERROR_X86_MSR=" +Longrun needs a MSR device to function. Please check that you +have MSR selected 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 check that you +have CPUID selected under Processor type and features. It can be +build directly into the kernel or as a module. +" + src_unpack() { - unpack ${A} + unpack ${P}.tar.bz2 cd ${S} epatch ${DISTDIR}/${DEBIAN_PATCH} } diff --git a/app-admin/longrun/metadata.xml b/app-admin/longrun/metadata.xml index 7d7a724..90b2627 100644 --- a/app-admin/longrun/metadata.xml +++ b/app-admin/longrun/metadata.xml @@ -2,7 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> +<herd>mobile</herd> <maintainer> <email>betelgeuse@gentoo.org</email> </maintainer> |