Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/fcdsl: fcdsl-2.6.37.ebuild ChangeLog
Date: Tue, 25 Dec 2007 20:28:04
Message-Id: E1J7GNW-0001rn-87@stork.gentoo.org
1 genstef 07/12/25 20:27:54
2
3 Modified: fcdsl-2.6.37.ebuild ChangeLog
4 Log:
5 fix patch ordering
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.11 net-dialup/fcdsl/fcdsl-2.6.37.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild?r1=1.10&r2=1.11
14
15 Index: fcdsl-2.6.37.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- fcdsl-2.6.37.ebuild 25 Dec 2007 18:05:51 -0000 1.10
22 +++ fcdsl-2.6.37.ebuild 25 Dec 2007 20:27:53 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.10 2007/12/25 18:05:51 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.11 2007/12/25 20:27:53 genstef Exp $
28
29 inherit linux-mod eutils rpm
30
31 @@ -84,7 +84,6 @@
32 patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff
33 cd usr/src/kernel-modules/fcdsl/src
34 kernel_is ge 2 6 20 && patch -p1 -f < ${FILESDIR}/usb-2.6.20.diff
35 - kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff
36 cd "${S}"
37
38 if use x86; then
39 @@ -94,6 +93,9 @@
40 cd "${S}"
41 done
42 fi
43 + cd usr/src/kernel-modules/fcdsl/src
44 + kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff
45 + cd "${S}"
46
47 # convert docs from latin1 to UTF-8
48 if use unicode; then
49
50
51
52 1.33 net-dialup/fcdsl/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.33&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?rev=1.33&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fcdsl/ChangeLog?r1=1.32&r2=1.33
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v
61 retrieving revision 1.32
62 retrieving revision 1.33
63 diff -u -r1.32 -r1.33
64 --- ChangeLog 25 Dec 2007 18:05:51 -0000 1.32
65 +++ ChangeLog 25 Dec 2007 20:27:53 -0000 1.33
66 @@ -1,6 +1,9 @@
67 # ChangeLog for net-dialup/fcdsl
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.32 2007/12/25 18:05:51 genstef Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/ChangeLog,v 1.33 2007/12/25 20:27:53 genstef Exp $
71 +
72 + 25 Dec 2007; Stefan Schweizer <genstef@g.o> fcdsl-2.6.37.ebuild:
73 + fix patch ordering
74
75 25 Dec 2007; Stefan Schweizer <genstef@g.o>
76 +files/fcdsl-2.6.23.diff, -files/fcdsl-2.6.24.diff, fcdsl-2.6.37.ebuild:
77
78
79
80 --
81 gentoo-commits@g.o mailing list