diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2008-01-30 23:25:03 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2008-01-30 23:25:03 +0000 |
commit | b1ce5fb3afe477a28893196f942a4fb9d8fde28b (patch) | |
tree | f5ec4a64b15a9421a7d19615bb5345d637786351 /app-laptop | |
parent | app-cdr/poweriso: Version bump (bug #206458) (diff) | |
download | gentoo-2-b1ce5fb3afe477a28893196f942a4fb9d8fde28b.tar.gz gentoo-2-b1ce5fb3afe477a28893196f942a4fb9d8fde28b.tar.bz2 gentoo-2-b1ce5fb3afe477a28893196f942a4fb9d8fde28b.zip |
app-laptop/acer_acpi: Version bump (bug #203475)
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-laptop')
-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/files/digest-acer_acpi-0.10 | 3 |
3 files changed, 53 insertions, 2 deletions
diff --git a/app-laptop/acer_acpi/ChangeLog b/app-laptop/acer_acpi/ChangeLog index 4eab255c06fb..3be0e44193a8 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.13 2007/09/24 18:22:34 jurek Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.14 2008/01/30 23:25:02 jurek Exp $ + +*acer_acpi-0.10 (30 Jan 2008) + + 30 Jan 2008; Jurek Bartuszek <jurek@gentoo.org> +acer_acpi-0.10.ebuild: + Version bump (bug #203475) 24 Sep 2007; Jurek Bartuszek <jurek@gentoo.org> acer_acpi-0.8.2.ebuild: Added check for CONFIG_LEDS_CLASS (bug #193494) diff --git a/app-laptop/acer_acpi/acer_acpi-0.10.ebuild b/app-laptop/acer_acpi/acer_acpi-0.10.ebuild new file mode 100644 index 000000000000..aecc8d518e8b --- /dev/null +++ b/app-laptop/acer_acpi/acer_acpi-0.10.ebuild @@ -0,0 +1,43 @@ +# 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.1 2008/01/30 23:25:02 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" + +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/files/digest-acer_acpi-0.10 b/app-laptop/acer_acpi/files/digest-acer_acpi-0.10 new file mode 100644 index 000000000000..c15674c977de --- /dev/null +++ b/app-laptop/acer_acpi/files/digest-acer_acpi-0.10 @@ -0,0 +1,3 @@ +MD5 9f697d0c9a6016565c70bd6236a83a50 acer_acpi-0.10.tar.bz2 17636 +RMD160 b3fc00e4b8f24db0802deabca786f68a5d2e80d4 acer_acpi-0.10.tar.bz2 17636 +SHA256 60d905f3b8c9a3916148089258bb5a1d524756d8c4bb8c29ffa9865e66834bfb acer_acpi-0.10.tar.bz2 17636 |