ryao 14/08/07 18:23:45 Modified: zfs-kmod-0.6.3.ebuild ChangeLog Log: No code changes are needed to support Linux 3.16. I modifying the ebuild to add support now that I am satisfied with the results of my testing. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Revision Changes Path 1.2 sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild?r1=1.1&r2=1.2 Index: zfs-kmod-0.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zfs-kmod-0.6.3.ebuild 13 Jun 2014 01:21:17 -0000 1.1 +++ zfs-kmod-0.6.3.ebuild 7 Aug 2014 18:23:45 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.1 2014/06/13 01:21:17 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-0.6.3.ebuild,v 1.2 2014/08/07 18:23:45 ryao Exp $ EAPI="4" @@ -66,7 +66,7 @@ kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 3 15 || die "Linux 3.15 is the latest supported version."; } + { kernel_is le 3 16 || die "Linux 3.16 is the latest supported version."; } check_extra_config } 1.51 sys-fs/zfs-kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 9 Jul 2014 01:29:39 -0000 1.50 +++ ChangeLog 7 Aug 2014 18:23:45 -0000 1.51 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/zfs-kmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.50 2014/07/09 01:29:39 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.51 2014/08/07 18:23:45 ryao Exp $ + + 07 Aug 2014; Richard Yao <[email protected]> zfs-kmod-0.6.3.ebuild: + No code changes are needed to support Linux 3.16. I modifying the ebuild to + add support now that I am satisfied with the results of my testing. 09 Jul 2014; Matthew Thode <[email protected]> zfs-kmod-9999.ebuild: swiching to https for git ebuild
