diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-05-27 11:27:17 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-05-27 11:27:17 +0000 |
commit | efab4eec58bd56865ade0f37a96728b7e2b733a0 (patch) | |
tree | 0bd4c43b6fd641e029fa3f42730053551d083809 /app-laptop/acer_acpi | |
parent | media-gfx/imagemagick[nocxx] is gone (diff) | |
download | gentoo-2-efab4eec58bd56865ade0f37a96728b7e2b733a0.tar.gz gentoo-2-efab4eec58bd56865ade0f37a96728b7e2b733a0.tar.bz2 gentoo-2-efab4eec58bd56865ade0f37a96728b7e2b733a0.zip |
prevent building on >=2.6.25 (#274744, #272494, #272494)
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-laptop/acer_acpi')
-rw-r--r-- | app-laptop/acer_acpi/ChangeLog | 9 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.10.ebuild | 43 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild | 7 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.4.ebuild | 41 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.5.ebuild | 7 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.7.ebuild | 41 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild | 43 |
7 files changed, 17 insertions, 174 deletions
diff --git a/app-laptop/acer_acpi/ChangeLog b/app-laptop/acer_acpi/ChangeLog index 6df579edd9b7..76419ec99c0a 100644 --- a/app-laptop/acer_acpi/ChangeLog +++ b/app-laptop/acer_acpi/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2008/06/01 01:32:35 jurek Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.18 2010/05/27 11:27:17 bangert Exp $ + + 27 May 2010; Thilo Bangert <bangert@gentoo.org> -acer_acpi-0.4.ebuild, + acer_acpi-0.5.ebuild, -acer_acpi-0.7.ebuild, -acer_acpi-0.8.2.ebuild, + -acer_acpi-0.10.ebuild, acer_acpi-0.11.2.ebuild: + prevent building on >=2.6.25 (#274744, #272494, #272494) 01 Jun 2008; Jurek Bartuszek <jurek@gentoo.org> acer_acpi-0.5.ebuild: Fixed kernel 2.6.24 compatibility (bug #208292) diff --git a/app-laptop/acer_acpi/acer_acpi-0.10.ebuild b/app-laptop/acer_acpi/acer_acpi-0.10.ebuild deleted file mode 100644 index 039f1a518312..000000000000 --- a/app-laptop/acer_acpi/acer_acpi-0.10.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.10.ebuild,v 1.2 2008/01/30 23:44:16 jurek Exp $ - -inherit linux-mod - -DESCRIPTION="A kernel module to allow hardware control on newer Acer laptops" -HOMEPAGE="http://code.google.com/p/aceracpi" -SRC_URI="http://aceracpi.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -MODULE_NAMES="wmi-acer(extra:) acer_acpi(extra:)" -BUILD_TARGETS="all" - -CONFIG_CHECK="LEDS_CLASS BACKLIGHT_LCD_SUPPORT" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README NEWS AUTHORS -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acer_acpi" - elog - ewarn "From Version 0.3 on it is sufficient to load acer_acpi ONCE in your" - ewarn "/etc/modules.autoload.d/kernel-2.${KV_MINOR} file!" - ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.bz2" -} diff --git a/app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild b/app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild index 0e325c2122fb..d6e19ebdae97 100644 --- a/app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild +++ b/app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.11.2.ebuild,v 1.1 2008/06/01 00:27:22 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.11.2.ebuild,v 1.2 2010/05/27 11:27:17 bangert Exp $ inherit linux-mod @@ -21,6 +21,9 @@ CONFIG_CHECK="LEDS_CLASS BACKLIGHT_LCD_SUPPORT" pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" + if kernel_is gt 2 6 25; then + die "This driver is already included in >=linux-2.6.25. Its called ACER_WMI." + fi } src_install() { diff --git a/app-laptop/acer_acpi/acer_acpi-0.4.ebuild b/app-laptop/acer_acpi/acer_acpi-0.4.ebuild deleted file mode 100644 index 0d598620d803..000000000000 --- a/app-laptop/acer_acpi/acer_acpi-0.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.4.ebuild,v 1.5 2010/01/01 20:55:36 ssuominen Exp $ - -inherit linux-mod - -DESCRIPTION="A kernel module to allow hardware control on newer Acer laptops" -HOMEPAGE="http://code.google.com/p/aceracpi" -SRC_URI="http://aceracpi.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -MODULE_NAMES="acer_acpi(extra:)" -BUILD_TARGETS="all" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README NEWS AUTHORS -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acer_acpi" - elog - ewarn "From Version 0.3 on it is sufficient to load acer_acpi ONCE in your" - ewarn "/etc/modules.autoload.d/kernel-2.${KV_MINOR} file!" - ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.bz2" -} diff --git a/app-laptop/acer_acpi/acer_acpi-0.5.ebuild b/app-laptop/acer_acpi/acer_acpi-0.5.ebuild index 144709a883ef..15dd0ea35400 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-2008 Gentoo Foundation +# Copyright 1999-2010 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.5 2008/06/01 01:32:35 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.5.ebuild,v 1.6 2010/05/27 11:27:17 bangert Exp $ inherit linux-mod @@ -19,6 +19,9 @@ BUILD_TARGETS="all" pkg_setup() { linux-mod_pkg_setup BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" + if kernel_is gt 2 6 25; then + die "This driver is already included in >=linux-2.6.25. Its called ACER_WMI." + fi } src_unpack() { diff --git a/app-laptop/acer_acpi/acer_acpi-0.7.ebuild b/app-laptop/acer_acpi/acer_acpi-0.7.ebuild deleted file mode 100644 index 6d2f23fdf8af..000000000000 --- a/app-laptop/acer_acpi/acer_acpi-0.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 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.7.ebuild,v 1.2 2010/01/01 20:55:36 ssuominen Exp $ - -inherit linux-mod - -DESCRIPTION="A kernel module to allow hardware control on newer Acer laptops" -HOMEPAGE="http://code.google.com/p/aceracpi" -SRC_URI="http://aceracpi.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -MODULE_NAMES="acer_acpi(extra:)" -BUILD_TARGETS="all" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README NEWS AUTHORS -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acer_acpi" - elog - ewarn "From Version 0.3 on it is sufficient to load acer_acpi ONCE in your" - ewarn "/etc/modules.autoload.d/kernel-2.${KV_MINOR} file!" - ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.bz2" -} diff --git a/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild b/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild deleted file mode 100644 index 1192890e9f91..000000000000 --- a/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 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.8.2.ebuild,v 1.3 2010/01/01 20:55:36 ssuominen Exp $ - -inherit linux-mod - -DESCRIPTION="A kernel module to allow hardware control on newer Acer laptops" -HOMEPAGE="http://code.google.com/p/aceracpi" -SRC_URI="http://aceracpi.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -MODULE_NAMES="acer_acpi(extra:)" -BUILD_TARGETS="all" - -CONFIG_CHECK="LEDS_CLASS" - -pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}" -} - -src_install() { - linux-mod_src_install - dodoc README NEWS AUTHORS -} - -pkg_postinst() { - linux-mod_pkg_postinst - - elog "You can load the module:" - elog "% modprobe acer_acpi" - elog - ewarn "From Version 0.3 on it is sufficient to load acer_acpi ONCE in your" - ewarn "/etc/modules.autoload.d/kernel-2.${KV_MINOR} file!" - ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!" - elog - elog "If you need more info about this driver you can read the README file" - elog "% zmore /usr/share/doc/${PF}/README.bz2" -} |