Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/cdfs: cdfs-2.6.27.ebuild ChangeLog cdfs-2.6.23.ebuild cdfs-2.6.19.ebuild
Date: Sat, 25 Feb 2012 12:36:24
Message-Id: 20120225123605.055DA2004C@flycatcher.gentoo.org
1 pacho 12/02/25 12:36:05
2
3 Modified: cdfs-2.6.27.ebuild ChangeLog
4 Removed: cdfs-2.6.23.ebuild cdfs-2.6.19.ebuild
5 Log:
6 Fix building with recent kernels, bug #373489 by Mathieu Zhang, Guy and Karata. Drop old.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sys-fs/cdfs/cdfs-2.6.27.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild?r1=1.3&r2=1.4
16
17 Index: cdfs-2.6.27.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- cdfs-2.6.27.ebuild 15 Jun 2010 07:26:00 -0000 1.3
24 +++ cdfs-2.6.27.ebuild 25 Feb 2012 12:36:04 -0000 1.4
25 @@ -1,6 +1,8 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild,v 1.3 2010/06/15 07:26:00 tove Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/cdfs-2.6.27.ebuild,v 1.4 2012/02/25 12:36:04 pacho Exp $
31 +
32 +EAPI=4
33
34 inherit eutils linux-mod
35
36 @@ -18,10 +20,8 @@
37 BUILD_TARGETS="all"
38 BUILD_PARAMS="KDIR=\"${KERNEL_DIR}\""
39
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 -
44 +src_prepare() {
45 epatch "${FILESDIR}"/${PN}-2.6.19-kernel-2.6.22.patch
46 epatch "${FILESDIR}"/${P}-kernel-2.6.28.patch
47 + epatch "${FILESDIR}"/${P}-kernel-2.6.39.patch
48 }
49
50
51
52 1.13 sys-fs/cdfs/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/ChangeLog?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/ChangeLog?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/cdfs/ChangeLog?r1=1.12&r2=1.13
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- ChangeLog 15 Jun 2010 07:26:00 -0000 1.12
65 +++ ChangeLog 25 Feb 2012 12:36:04 -0000 1.13
66 @@ -1,6 +1,12 @@
67 # ChangeLog for sys-fs/cdfs
68 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v 1.12 2010/06/15 07:26:00 tove Exp $
70 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cdfs/ChangeLog,v 1.13 2012/02/25 12:36:04 pacho Exp $
72 +
73 + 25 Feb 2012; Pacho Ramos <pacho@g.o>
74 + +files/cdfs-2.6.27-kernel-2.6.39.patch, -cdfs-2.6.19.ebuild,
75 + -cdfs-2.6.23.ebuild, cdfs-2.6.27.ebuild:
76 + Fix building with recent kernels, bug #373489 by Mathieu Zhang, Guy and
77 + Karata. Drop old.
78
79 15 Jun 2010; Torsten Veller <tove@g.o> cdfs-2.6.19.ebuild,
80 cdfs-2.6.23.ebuild, cdfs-2.6.27.ebuild: