Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-9999.ebuild ChangeLog
Date: Wed, 09 Jul 2014 01:31:35
Message-Id: 20140709013130.87A792004E@flycatcher.gentoo.org
1 prometheanfire 14/07/09 01:31:30
2
3 Modified: zfs-9999.ebuild ChangeLog
4 Log:
5 swiching to https for git ebuild
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.53 sys-fs/zfs/zfs-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?r1=1.52&r2=1.53
15
16 Index: zfs-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- zfs-9999.ebuild 14 Jun 2014 16:02:48 -0000 1.52
23 +++ zfs-9999.ebuild 9 Jul 2014 01:31:30 -0000 1.53
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.52 2014/06/14 16:02:48 ryao Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.53 2014/07/09 01:31:30 prometheanfire Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
32 @@ -13,7 +13,7 @@
33
34 if [ ${PV} == "9999" ] ; then
35 inherit git-2 linux-mod
36 - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
37 + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
38 else
39 inherit eutils versionator
40 MY_PV=$(replace_version_separator 3 '-')
41
42
43
44 1.84 sys-fs/zfs/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.84&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.84&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?r1=1.83&r2=1.84
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
53 retrieving revision 1.83
54 retrieving revision 1.84
55 diff -u -r1.83 -r1.84
56 --- ChangeLog 14 Jun 2014 16:02:48 -0000 1.83
57 +++ ChangeLog 9 Jul 2014 01:31:30 -0000 1.84
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-fs/zfs
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.83 2014/06/14 16:02:48 ryao Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.84 2014/07/09 01:31:30 prometheanfire Exp $
63 +
64 + 09 Jul 2014; Matthew Thode <prometheanfire@g.o> zfs-9999.ebuild:
65 + swiching to https for git ebuild
66
67 14 Jun 2014; Richard Yao <ryao@g.o> zfs-9999.ebuild:
68 Remove selinux USE flag from 9999 ebuild