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/acerhk: acerhk-0.5.35.ebuild ChangeLog
Date: Wed, 30 Jan 2008 23:08:15
Message-Id: E1JKM2L-0001LF-KU@stork.gentoo.org
1 jurek 08/01/30 23:08:09
2
3 Modified: acerhk-0.5.35.ebuild ChangeLog
4 Log:
5 app-laptop/acerhk-0.5.35: Make acerhk build against 2.6.24 kernel (bug #207601)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 app-laptop/acerhk/acerhk-0.5.35.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild?r1=1.4&r2=1.5
14
15 Index: acerhk-0.5.35.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- acerhk-0.5.35.ebuild 1 Jul 2007 13:26:32 -0000 1.4
22 +++ acerhk-0.5.35.ebuild 30 Jan 2008 23:08:09 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v 1.4 2007/07/01 13:26:32 jurek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/acerhk-0.5.35.ebuild,v 1.5 2008/01/30 23:08:09 jurek Exp $
29
30 inherit linux-mod
31
32 @@ -18,7 +18,14 @@
33 src_unpack()
34 {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 +
39 + if [[ ${KV_MINOR} -eq 6 ]] && [[ ${KV_PATCH} -ge 24 ]]; then
40 + sed -i -e \
41 + 's#^CFLAGS#EXTRA_CFLAGS#g' \
42 + Makefile \
43 + || die "sed failed"
44 + fi
45 }
46
47 pkg_setup() {
48 @@ -28,7 +35,7 @@
49
50 src_install() {
51 linux-mod_src_install
52 - dodoc README COPYING NEWS
53 + dodoc README NEWS
54 docinto doc
55 dodoc doc/*
56 }
57
58
59
60 1.27 app-laptop/acerhk/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/ChangeLog?rev=1.27&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/ChangeLog?rev=1.27&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/acerhk/ChangeLog?r1=1.26&r2=1.27
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v
69 retrieving revision 1.26
70 retrieving revision 1.27
71 diff -u -r1.26 -r1.27
72 --- ChangeLog 1 Jul 2007 13:26:32 -0000 1.26
73 +++ ChangeLog 30 Jan 2008 23:08:09 -0000 1.27
74 @@ -1,6 +1,9 @@
75 # ChangeLog for app-laptop/acerhk
76 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.26 2007/07/01 13:26:32 jurek Exp $
78 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/acerhk/ChangeLog,v 1.27 2008/01/30 23:08:09 jurek Exp $
80 +
81 + 30 Jan 2008; Jurek Bartuszek <jurek@g.o> acerhk-0.5.35.ebuild:
82 + Make acerhk build against 2.6.24 kernel (bug #207601)
83
84 01 Jul 2007; Jurek Bartuszek <jurek@g.o> -acerhk-0.5.34.ebuild,
85 acerhk-0.5.35.ebuild:
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list