diff options
author | Christian Heim <phreak@gentoo.org> | 2007-02-10 10:24:12 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-02-10 10:24:12 +0000 |
commit | 55fa89752317ba5579d54bbfeb465108af3749ef (patch) | |
tree | c103ac5f61547cc322301257804df42bdb7b880b /app-laptop | |
parent | Fix log issue which caused vbetool not to work, bug#164773, thanks to Bernard... (diff) | |
download | gentoo-2-55fa89752317ba5579d54bbfeb465108af3749ef.tar.gz gentoo-2-55fa89752317ba5579d54bbfeb465108af3749ef.tar.bz2 gentoo-2-55fa89752317ba5579d54bbfeb465108af3749ef.zip |
Version bump, thanks to Chary Corentin <corentincj at iksaif.net> and all the others in #157603. Also fixing compile issues with kernel >= 2.6.18 (#154717).
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/acpi4asus/ChangeLog | 11 | ||||
-rw-r--r-- | app-laptop/acpi4asus/acpi4asus-0.32.ebuild | 55 | ||||
-rw-r--r-- | app-laptop/acpi4asus/files/digest-acpi4asus-0.32 | 3 |
3 files changed, 67 insertions, 2 deletions
diff --git a/app-laptop/acpi4asus/ChangeLog b/app-laptop/acpi4asus/ChangeLog index 9045fa63e499..ce3b14e95d34 100644 --- a/app-laptop/acpi4asus/ChangeLog +++ b/app-laptop/acpi4asus/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-laptop/acpi4asus -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acpi4asus/ChangeLog,v 1.9 2006/06/05 09:25:36 genstef Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acpi4asus/ChangeLog,v 1.10 2007/02/10 10:24:12 phreak Exp $ + +*acpi4asus-0.32 (10 Feb 2007) + + 10 Feb 2007; Christian Heim <phreak@gentoo.org> +acpi4asus-0.32.ebuild: + Version bump, thanks to Chary Corentin <corentincj at iksaif.net> and all + the others in #157603. Also fixing compile issues with kernel >= 2.6.18 + (#154717). *acpi4asus-0.30 (05 Jun 2006) diff --git a/app-laptop/acpi4asus/acpi4asus-0.32.ebuild b/app-laptop/acpi4asus/acpi4asus-0.32.ebuild new file mode 100644 index 000000000000..9f021129cbac --- /dev/null +++ b/app-laptop/acpi4asus/acpi4asus-0.32.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acpi4asus/acpi4asus-0.32.ebuild,v 1.1 2007/02/10 10:24:12 phreak Exp $ + +inherit linux-mod + +DESCRIPTION="Acpi daemon and kernel module to control ASUS Laptop Hotkeys" +HOMEPAGE="http://sourceforge.net/projects/acpi4asus" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +MODULE_NAMES="asus_acpi(acpi:${S}/driver)" +BUILD_TARGETS=" " +RDEPEND="sys-power/acpid" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KERNELSRC=${KV_DIR}" +} + +src_compile() { + linux-mod_src_compile + + emake -C asus_acpid +} + + +src_install() { + linux-mod_src_install + + dobin asus_acpid/asus_acpid + doman asus_acpid/asus_acpid.8 + + dodoc README Changelog + + dodir /usr/share/${PN}/samples + + dodir /usr/share/${PN}/samples/actions + insinto /usr/share/${PN}/samples/actions + doins samples/actions/*.sh + + dodir /usr/share/${PN}/samples/events + insinto /usr/share/${PN}/samples/events + doins samples/events/* +} + +pkg_postinst() { + linux-mod_pkg_postinst + einfo + einfo "Don't forget to create your ~/.asus_acpi," + einfo "see /usr/share/doc/${PF}/README.gz for details" + einfo +} diff --git a/app-laptop/acpi4asus/files/digest-acpi4asus-0.32 b/app-laptop/acpi4asus/files/digest-acpi4asus-0.32 new file mode 100644 index 000000000000..661b37350d93 --- /dev/null +++ b/app-laptop/acpi4asus/files/digest-acpi4asus-0.32 @@ -0,0 +1,3 @@ +MD5 4a75c5bbf51ffe7deef99bd2d84007b2 acpi4asus-0.32.tar.bz2 32043 +RMD160 253564a1ecb40649100637ecf02e76fb230b39cf acpi4asus-0.32.tar.bz2 32043 +SHA256 852482d59f66d2f918a223e27b169d8835efa38a573cfad584d484ef1cffaa09 acpi4asus-0.32.tar.bz2 32043 |