diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-09 10:21:04 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-09 10:21:04 +0000 |
commit | f218d7acbe35ee536594e7786b91f70ef10aa5ed (patch) | |
tree | d561d8dada39d558c8b5bc4836ba090a7b302902 /app-laptop | |
parent | ppc stable, bug #178003 (diff) | |
download | gentoo-2-f218d7acbe35ee536594e7786b91f70ef10aa5ed.tar.gz gentoo-2-f218d7acbe35ee536594e7786b91f70ef10aa5ed.tar.bz2 gentoo-2-f218d7acbe35ee536594e7786b91f70ef10aa5ed.zip |
app-laptop/acer_acpi-0.7: version bump
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/acer_acpi/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/acer_acpi/acer_acpi-0.7.ebuild | 41 | ||||
-rw-r--r-- | app-laptop/acer_acpi/files/digest-acer_acpi-0.7 | 3 |
3 files changed, 50 insertions, 1 deletions
diff --git a/app-laptop/acer_acpi/ChangeLog b/app-laptop/acer_acpi/ChangeLog index a816d9973fd0..509354146d6d 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.8 2007/07/01 13:29:04 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.9 2007/08/09 10:21:04 jurek Exp $ + +*acer_acpi-0.7 (09 Aug 2007) + + 09 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> +acer_acpi-0.7.ebuild: + Version bump 01 Jul 2007; Jurek Bartuszek <jurek@gentoo.org> acer_acpi-0.4.ebuild, acer_acpi-0.5.ebuild: diff --git a/app-laptop/acer_acpi/acer_acpi-0.7.ebuild b/app-laptop/acer_acpi/acer_acpi-0.7.ebuild new file mode 100644 index 000000000000..1ed7eda54055 --- /dev/null +++ b/app-laptop/acer_acpi/acer_acpi-0.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2007 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.1 2007/08/09 10:21:04 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="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 COPYING 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.7 b/app-laptop/acer_acpi/files/digest-acer_acpi-0.7 new file mode 100644 index 000000000000..76d279c51ed1 --- /dev/null +++ b/app-laptop/acer_acpi/files/digest-acer_acpi-0.7 @@ -0,0 +1,3 @@ +MD5 c0186e88fc9bf723624534f86e15c677 acer_acpi-0.7.tar.bz2 18713 +RMD160 a28bfe5787a73c7ca0a39cbdbad1f25db42fd838 acer_acpi-0.7.tar.bz2 18713 +SHA256 cc4bee2210ce79022ff44394f59ecbc70f9f7aea251821ed475ac369bb802e1c acer_acpi-0.7.tar.bz2 18713 |