some random qa junk

This commit is contained in:
2014-06-14 13:44:01 +02:00
parent 5da136e947
commit 56c6e73cb9
5 changed files with 62 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,7 +9,7 @@ inherit eutils linux-info versionator
MY_PV=$(replace_version_separator 3 '-' )
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Local Manageability Service (LMS) allows access to Intel® Active Management"
DESCRIPTION="Local Manageability Service (LMS) allows access to Intel Active Management"
HOMEPAGE="http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers"
SRC_URI="http://software.intel.com/sites/default/files/${MY_P}.tar.gz"
@@ -28,7 +28,7 @@ pkg_pretend() {
if ! linux_config_exists || ! linux_chkconfig_present INTEL_MEI
then
ewarn "This service requires Intel MEI driver in your kernel config"
ewarn
ewarn
ewarn " Device Drivers -->"
ewarn " Misc devices -->"
ewarn " <*> Intel Management Engine Interface (Intel MEI)"