summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-01-08 07:53:16 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-01-08 07:53:16 +0000
commitc5efb136607d5b579f269c9d3fdba58adcc7f252 (patch)
treee1847a4afd4210af9f2214dc2c5c6ffb56cd319d /sys-block/mpt-status/mpt-status-1.2.0.ebuild
parentversion bump (bug #204551) (diff)
downloadgentoo-2-c5efb136607d5b579f269c9d3fdba58adcc7f252.tar.gz
gentoo-2-c5efb136607d5b579f269c9d3fdba58adcc7f252.tar.bz2
gentoo-2-c5efb136607d5b579f269c9d3fdba58adcc7f252.zip
New version of kernel headers for mpt-status, see bug #204711.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sys-block/mpt-status/mpt-status-1.2.0.ebuild')
-rw-r--r--sys-block/mpt-status/mpt-status-1.2.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-block/mpt-status/mpt-status-1.2.0.ebuild b/sys-block/mpt-status/mpt-status-1.2.0.ebuild
index 63bd4ad37ffd..5f635cbf9268 100644
--- a/sys-block/mpt-status/mpt-status-1.2.0.ebuild
+++ b/sys-block/mpt-status/mpt-status-1.2.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/mpt-status/mpt-status-1.2.0.ebuild,v 1.4 2007/02/15 16:25:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/mpt-status/mpt-status-1.2.0.ebuild,v 1.5 2008/01/08 07:53:15 nelchael Exp $
inherit eutils
DESCRIPTION="mpt-status is a query tool to access the running configuration and status of LSI SCSI HBAs."
HOMEPAGE="http://www.drugphish.ch/~ratz/mpt-status/"
SRC_URI="http://www.drugphish.ch/~ratz/mpt-status/${P}.tar.bz2
- mirror://gentoo/${PN}-1.1.6-linux-sources.tar.bz2"
+ mirror://gentoo/${PN}-1.2.0-linux-sources.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -21,6 +21,7 @@ src_unpack() {
cd "${S}"
sed -i -e 's,\(^.*linux/compiler\.h.*$\),,' mpt-status.h
+ sed -i -e '/KERNEL_PATH/d' Makefile
}