diff options
author | 2006-10-27 17:41:03 +0000 | |
---|---|---|
committer | 2006-10-27 17:41:03 +0000 | |
commit | fd8112aade80850d925c68bba51368917e12e0f2 (patch) | |
tree | 08706af6e81ddec594ae56344c1ed7379e6e159a /app-laptop/acerhk | |
parent | Remove from tree, bug 50661 (diff) | |
download | gentoo-2-fd8112aade80850d925c68bba51368917e12e0f2.tar.gz gentoo-2-fd8112aade80850d925c68bba51368917e12e0f2.tar.bz2 gentoo-2-fd8112aade80850d925c68bba51368917e12e0f2.zip |
Added app-laptop/acerhk-0.5.34, removed app-laptop/acerhk-0.5.22
(Portage version: 2.1.1)
Diffstat (limited to 'app-laptop/acerhk')
-rw-r--r-- | app-laptop/acerhk/ChangeLog | 10 | ||||
-rw-r--r-- | app-laptop/acerhk/acerhk-0.5.34.ebuild | 39 | ||||
-rw-r--r-- | app-laptop/acerhk/files/digest-acerhk-0.5.34 | 3 |
3 files changed, 51 insertions, 1 deletions
diff --git a/app-laptop/acerhk/ChangeLog b/app-laptop/acerhk/ChangeLog index bec923d138cb..aff3603ce8e6 100644 --- a/app-laptop/acerhk/ChangeLog +++ b/app-laptop/acerhk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-laptop/acerhk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.16 2006/05/14 23:43:12 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.17 2006/10/27 17:41:03 jurek Exp $ + +*acerhk-0.5.34 (27 Oct 2006) + + 27 Oct 2006; Jurek Bartuszek <jurek@gentoo.org> + -files/acerhk-0.5.22-redef-wireless.patch, -acerhk-0.5.22.ebuild, + +acerhk-0.5.34.ebuild: + - Version bump (bug #144855) + - Cleaning out old ebuild 14 May 2006; Mark Loeser <halcy0n@gentoo.org> acerhk-0.5.31.ebuild: Stable on x86; bug #133179 diff --git a/app-laptop/acerhk/acerhk-0.5.34.ebuild b/app-laptop/acerhk/acerhk-0.5.34.ebuild new file mode 100644 index 000000000000..30d9a633f2f0 --- /dev/null +++ b/app-laptop/acerhk/acerhk-0.5.34.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.34.ebuild,v 1.1 2006/10/27 17:41:03 jurek Exp $ + +inherit linux-mod + +DESCRIPTION="Hotkey driver for some Acer and Acer-like laptops" +HOMEPAGE="http://www.informatik.hu-berlin.de/~tauber/acerhk/" +SRC_URI="http://www.informatik.hu-berlin.de/~tauber/${PN}/archives/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc" +IUSE="" + +MODULE_NAMES="acerhk(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 + docinto doc + dodoc doc/* +} + +pkg_postinst() { + linux-mod_pkg_postinst + + einfo "You can load the module:" + einfo "% modprobe acerhk poll=1" + einfo "If you need poll=1 you can set it permanently in /etc/modules.d/acerhk" + echo + einfo "If you need more info about this driver you can read the README file" + einfo "% zmore /usr/share/doc/${PF}/README.gz" +} diff --git a/app-laptop/acerhk/files/digest-acerhk-0.5.34 b/app-laptop/acerhk/files/digest-acerhk-0.5.34 new file mode 100644 index 000000000000..31ca7eec3aac --- /dev/null +++ b/app-laptop/acerhk/files/digest-acerhk-0.5.34 @@ -0,0 +1,3 @@ +MD5 356db9b63ca917e18b847f5183c5ee86 acerhk-0.5.34.tar.bz2 32377 +RMD160 4cdccc5c44301f947823a40739ed408f031f2c0a acerhk-0.5.34.tar.bz2 32377 +SHA256 1c483287c606a39bc7ea991efe5636a05542df3d513c500af7ec0be762a95b13 acerhk-0.5.34.tar.bz2 32377 |