summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2008-06-01 01:32:35 +0000
committerJurek Bartuszek <jurek@gentoo.org>2008-06-01 01:32:35 +0000
commitfc694224bee4fca2d1abc20eda375993b0b64ac2 (patch)
treea1781cf4bcd3cb5f50fff73ae59e3a53807c72ba /app-laptop
parentadd eclass documentation by mren #210316 (diff)
downloadgentoo-2-fc694224bee4fca2d1abc20eda375993b0b64ac2.tar.gz
gentoo-2-fc694224bee4fca2d1abc20eda375993b0b64ac2.tar.bz2
gentoo-2-fc694224bee4fca2d1abc20eda375993b0b64ac2.zip
app-laptop/acer_acpi-0.5: Fixed kernel 2.6.24 compatibility (bug #208292)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/acer_acpi/ChangeLog5
-rw-r--r--app-laptop/acer_acpi/acer_acpi-0.5.ebuild11
2 files changed, 12 insertions, 4 deletions
diff --git a/app-laptop/acer_acpi/ChangeLog b/app-laptop/acer_acpi/ChangeLog
index bf97ba8d0f81..6df579edd9b7 100644
--- a/app-laptop/acer_acpi/ChangeLog
+++ b/app-laptop/acer_acpi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-laptop/acer_acpi
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.16 2008/06/01 00:27:22 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.17 2008/06/01 01:32:35 jurek Exp $
+
+ 01 Jun 2008; Jurek Bartuszek <jurek@gentoo.org> acer_acpi-0.5.ebuild:
+ Fixed kernel 2.6.24 compatibility (bug #208292)
*acer_acpi-0.11.2 (01 Jun 2008)
diff --git a/app-laptop/acer_acpi/acer_acpi-0.5.ebuild b/app-laptop/acer_acpi/acer_acpi-0.5.ebuild
index b8d0b83b6ae9..144709a883ef 100644
--- a/app-laptop/acer_acpi/acer_acpi-0.5.ebuild
+++ b/app-laptop/acer_acpi/acer_acpi-0.5.ebuild
@@ -1,6 +1,6 @@
-# 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/app-laptop/acer_acpi/acer_acpi-0.5.ebuild,v 1.4 2007/08/29 13:32:37 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.5.ebuild,v 1.5 2008/06/01 01:32:35 jurek Exp $
inherit linux-mod
@@ -21,9 +21,14 @@ pkg_setup() {
BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}"
}
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i -e "s/CFLAGS+/EXTRA_CFLAGS/" "${WORKDIR}"/${P}/Makefile
+}
src_install() {
linux-mod_src_install
- dodoc README COPYING NEWS AUTHORS
+ dodoc README NEWS AUTHORS
}
pkg_postinst() {