prometheanfire 14/07/09 01:29:39 Modified: zfs-kmod-9999.ebuild ChangeLog Log: swiching to https for git ebuild (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.24 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.23&r2=1.24 Index: zfs-kmod-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- zfs-kmod-9999.ebuild 20 Jun 2014 16:44:37 -0000 1.23 +++ zfs-kmod-9999.ebuild 9 Jul 2014 01:29:39 -0000 1.24 @@ -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-9999.ebuild,v 1.23 2014/06/20 16:44:37 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.24 2014/07/09 01:29:39 prometheanfire Exp $ EAPI="4" @@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then inherit git-2 MY_PV=9999 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') 1.50 sys-fs/zfs-kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 20 Jun 2014 16:44:37 -0000 1.49 +++ ChangeLog 9 Jul 2014 01:29:39 -0000 1.50 @@ -1,6 +1,9 @@ # 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.49 2014/06/20 16:44:37 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.50 2014/07/09 01:29:39 prometheanfire Exp $ + + 09 Jul 2014; Matthew Thode <[email protected]> zfs-kmod-9999.ebuild: + swiching to https for git ebuild 20 Jun 2014; Richard Yao <[email protected]> zfs-kmod-9999.ebuild: Disallow CONFIG_DEBUG_INFO_REDUCED when USE=debug is set
