Gentoo Archives: gentoo-commits

From: "Richard Yao (ryao)" <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/zfs-kmod: zfs-kmod-0.6.2-r3.ebuild ChangeLog
Date: Mon, 27 Jan 2014 04:47:56
Message-Id: 20140127044749.754EE2004C@flycatcher.gentoo.org
1 ryao 14/01/27 04:47:49
2
3 Modified: zfs-kmod-0.6.2-r3.ebuild ChangeLog
4 Log:
5 Linux 3.13 support: This requires no changes to the ZFS C code, so we just increment the maximum supported kernel.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
8
9 Revision Changes Path
10 1.2 sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: zfs-kmod-0.6.2-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zfs-kmod-0.6.2-r3.ebuild 21 Nov 2013 15:47:44 -0000 1.1
23 +++ zfs-kmod-0.6.2-r3.ebuild 27 Jan 2014 04:47:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild,v 1.1 2013/11/21 15:47:44 ryao Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild,v 1.2 2014/01/27 04:47:49 ryao Exp $
30
31 EAPI="4"
32
33 @@ -60,7 +60,7 @@
34 kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required"
35
36 [ ${PV} != "9999" ] && \
37 - { kernel_is le 3 12 || die "Linux 3.12 is the latest supported version."; }
38 + { kernel_is le 3 13 || die "Linux 3.13 is the latest supported version."; }
39
40 check_extra_config
41 }
42
43
44
45 1.41 sys-fs/zfs-kmod/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.41&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.41&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.40&r2=1.41
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v
54 retrieving revision 1.40
55 retrieving revision 1.41
56 diff -u -r1.40 -r1.41
57 --- ChangeLog 21 Nov 2013 15:47:44 -0000 1.40
58 +++ ChangeLog 27 Jan 2014 04:47:49 -0000 1.41
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-fs/zfs-kmod
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.40 2013/11/21 15:47:44 ryao Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.41 2014/01/27 04:47:49 ryao Exp $
65 +
66 + 27 Jan 2014; Richard Yao <ryao@g.o> zfs-kmod-0.6.2-r3.ebuild:
67 + Linux 3.13 support: This requires no changes to the ZFS C code, so we just
68 + increment the maximum supported kernel.
69
70 *zfs-kmod-0.6.2-r3 (21 Nov 2013)