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: zfs-0.6.0_rc9.ebuild zfs-9999.ebuild zfs-0.6.0_rc9-r3.ebuild ChangeLog
Date: Sun, 01 Jul 2012 12:30:05
Message-Id: 20120701122944.534102004B@flycatcher.gentoo.org
1 ryao 12/07/01 12:29:44
2
3 Modified: zfs-0.6.0_rc9.ebuild zfs-9999.ebuild
4 zfs-0.6.0_rc9-r3.ebuild ChangeLog
5 Log:
6 Import bash-completion from zfs-fuse
7
8 (Portage version: 2.1.10.65/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sys-fs/zfs/zfs-0.6.0_rc9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild?r1=1.5&r2=1.6
16
17 Index: zfs-0.6.0_rc9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- zfs-0.6.0_rc9.ebuild 18 Jun 2012 15:19:14 -0000 1.5
24 +++ zfs-0.6.0_rc9.ebuild 1 Jul 2012 12:29:44 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild,v 1.5 2012/06/18 15:19:14 ryao Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9.ebuild,v 1.6 2012/07/01 12:29:44 ryao Exp $
30
31 EAPI="4"
32
33 @@ -8,7 +8,7 @@
34 AUTOTOOLS_AUTORECONF="1"
35 AUTOTOOLS_IN_SOURCE_BUILD="1"
36
37 -inherit flag-o-matic linux-mod toolchain-funcs autotools-utils
38 +inherit bash-completion-r1 flag-o-matic linux-mod toolchain-funcs autotools-utils
39
40 if [ ${PV} == "9999" ] ; then
41 inherit git-2
42 @@ -26,7 +26,7 @@
43
44 LICENSE="CDDL GPL-2"
45 SLOT="0"
46 -IUSE="custom-cflags debug dracut +rootfs test test-suite static-libs"
47 +IUSE="bash-completion custom-cflags debug dracut +rootfs test test-suite static-libs"
48
49 DEPEND="
50 =sys-kernel/spl-${PV}*
51 @@ -127,6 +127,8 @@
52 doexe "${FILESDIR}/linuxrc"
53 fi
54
55 + newbashcomp "${FILESDIR}/bash-completion" zfs
56 +
57 }
58
59 pkg_postinst() {
60
61
62
63 1.26 sys-fs/zfs/zfs-9999.ebuild
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.26&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.26&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?r1=1.25&r2=1.26
68
69 Index: zfs-9999.ebuild
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v
72 retrieving revision 1.25
73 retrieving revision 1.26
74 diff -u -r1.25 -r1.26
75 --- zfs-9999.ebuild 25 Jun 2012 21:19:41 -0000 1.25
76 +++ zfs-9999.ebuild 1 Jul 2012 12:29:44 -0000 1.26
77 @@ -1,6 +1,6 @@
78 # Copyright 1999-2012 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.25 2012/06/25 21:19:41 ryao Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.26 2012/07/01 12:29:44 ryao Exp $
82
83 EAPI="4"
84
85 @@ -8,7 +8,7 @@
86 AUTOTOOLS_AUTORECONF="1"
87 AUTOTOOLS_IN_SOURCE_BUILD="1"
88
89 -inherit flag-o-matic linux-mod toolchain-funcs autotools-utils
90 +inherit bash-completion-r1 flag-o-matic linux-mod toolchain-funcs autotools-utils
91
92 if [ ${PV} == "9999" ] ; then
93 inherit git-2
94 @@ -26,7 +26,7 @@
95
96 LICENSE="CDDL GPL-2"
97 SLOT="0"
98 -IUSE="custom-cflags debug dracut +rootfs test test-suite static-libs"
99 +IUSE="bash-completion custom-cflags debug dracut +rootfs test test-suite static-libs"
100
101 DEPEND="
102 =sys-kernel/spl-${PV}*
103 @@ -64,9 +64,7 @@
104 MODULES
105 ZLIB_DEFLATE
106 ZLIB_INFLATE"
107 - use rootfs && \
108 - CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD
109 - DEVTMPFS"
110 + use rootfs && CONFIG_CHECK="${CONFIG_CHECK} DEVTMPFS"
111 kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required"
112 check_extra_config
113 }
114 @@ -86,7 +84,6 @@
115 epatch "${FILESDIR}/${P}-remove-pfmalloc-1-of-3.patch"
116 epatch "${FILESDIR}/${P}-remove-pfmalloc-2-of-3.patch"
117 epatch "${FILESDIR}/${P}-remove-pfmalloc-3-of-3.patch"
118 - epatch "${FILESDIR}/${P}-range-lock-caller-allocate.patch"
119 fi
120
121 autotools-utils_src_prepare
122 @@ -130,6 +127,8 @@
123 doexe "${FILESDIR}/linuxrc"
124 fi
125
126 + newbashcomp "${FILESDIR}/bash-completion" zfs
127 +
128 }
129
130 pkg_postinst() {
131
132
133
134 1.3 sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild?rev=1.3&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild?rev=1.3&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild?r1=1.2&r2=1.3
139
140 Index: zfs-0.6.0_rc9-r3.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild,v
143 retrieving revision 1.2
144 retrieving revision 1.3
145 diff -u -r1.2 -r1.3
146 --- zfs-0.6.0_rc9-r3.ebuild 25 Jun 2012 21:19:41 -0000 1.2
147 +++ zfs-0.6.0_rc9-r3.ebuild 1 Jul 2012 12:29:44 -0000 1.3
148 @@ -1,6 +1,6 @@
149 # Copyright 1999-2012 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild,v 1.2 2012/06/25 21:19:41 ryao Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc9-r3.ebuild,v 1.3 2012/07/01 12:29:44 ryao Exp $
153
154 EAPI="4"
155
156 @@ -8,7 +8,7 @@
157 AUTOTOOLS_AUTORECONF="1"
158 AUTOTOOLS_IN_SOURCE_BUILD="1"
159
160 -inherit flag-o-matic linux-mod toolchain-funcs autotools-utils
161 +inherit bash-completion-r1 flag-o-matic linux-mod toolchain-funcs autotools-utils
162
163 if [ ${PV} == "9999" ] ; then
164 inherit git-2
165 @@ -130,6 +130,8 @@
166 doexe "${FILESDIR}/linuxrc"
167 fi
168
169 + newbashcomp "${FILESDIR}/bash-completion" zfs
170 +
171 }
172
173 pkg_postinst() {
174
175
176
177 1.33 sys-fs/zfs/ChangeLog
178
179 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.33&view=markup
180 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.33&content-type=text/plain
181 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?r1=1.32&r2=1.33
182
183 Index: ChangeLog
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v
186 retrieving revision 1.32
187 retrieving revision 1.33
188 diff -u -r1.32 -r1.33
189 --- ChangeLog 25 Jun 2012 21:19:41 -0000 1.32
190 +++ ChangeLog 1 Jul 2012 12:29:44 -0000 1.33
191 @@ -1,6 +1,10 @@
192 # ChangeLog for sys-fs/zfs
193 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
194 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.32 2012/06/25 21:19:41 ryao Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.33 2012/07/01 12:29:44 ryao Exp $
196 +
197 + 01 Jul 2012; Richard Yao <ryao@g.o> +files/bash-completion,
198 + zfs-0.6.0_rc9-r3.ebuild, zfs-0.6.0_rc9.ebuild, zfs-9999.ebuild:
199 + Import bash-completion from zfs-fuse
200
201 25 Jun 2012; Richard Yao <ryao@g.o> zfs-0.6.0_rc9-r3.ebuild,
202 zfs-9999.ebuild: