Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/acer_acpi: ChangeLog acer_acpi-0.8.2.ebuild
Date: Sat, 22 Sep 2007 22:02:10
Message-Id: E1IZCvJ-0000EX-8b@stork.gentoo.org
1 jurek 07/09/22 21:54:01
2
3 Modified: ChangeLog
4 Added: acer_acpi-0.8.2.ebuild
5 Log:
6 app-laptop/acer_acpi-0.8.2: Version bump (bug #193424)
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.12 app-laptop/acer_acpi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acer_acpi/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acer_acpi/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acer_acpi/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 29 Aug 2007 13:32:37 -0000 1.11
23 +++ ChangeLog 22 Sep 2007 21:54:00 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-laptop/acer_acpi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.11 2007/08/29 13:32:37 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/ChangeLog,v 1.12 2007/09/22 21:54:00 jurek Exp $
29 +
30 +*acer_acpi-0.8.2 (22 Sep 2007)
31 +
32 + 22 Sep 2007; Jurek Bartuszek <jurek@g.o> +acer_acpi-0.8.2.ebuild:
33 + Version bump (bug #193424)
34
35 29 Aug 2007; Christoph Mende <angelos@g.o> acer_acpi-0.5.ebuild:
36 Stable on amd64 wrt bug #189569
37
38
39
40 1.1 app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: acer_acpi-0.8.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-laptop/acer_acpi/acer_acpi-0.8.2.ebuild,v 1.1 2007/09/22 21:54:00 jurek Exp $
50
51 inherit linux-mod
52
53 DESCRIPTION="A kernel module to allow hardware control on newer Acer laptops"
54 HOMEPAGE="http://code.google.com/p/aceracpi"
55 SRC_URI="http://aceracpi.googlecode.com/files/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 MODULE_NAMES="acer_acpi(extra:)"
63 BUILD_TARGETS="all"
64
65 pkg_setup() {
66 linux-mod_pkg_setup
67 BUILD_PARAMS="KERNELSRC=${KV_DIR} KERNELVERSION=${KV_FULL}"
68 }
69
70 src_install() {
71 linux-mod_src_install
72 dodoc README COPYING NEWS AUTHORS
73 }
74
75 pkg_postinst() {
76 linux-mod_pkg_postinst
77
78 elog "You can load the module:"
79 elog "% modprobe acer_acpi"
80 elog
81 ewarn "From Version 0.3 on it is sufficient to load acer_acpi ONCE in your"
82 ewarn "/etc/modules.autoload.d/kernel-2.${KV_MINOR} file!"
83 ewarn "If you upgraded from version 0.1 or 0.2, than please delete on of the lines from that file!"
84 elog
85 elog "If you need more info about this driver you can read the README file"
86 elog "% zmore /usr/share/doc/${PF}/README.bz2"
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list