Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/shfs: shfs-0.35-r3.ebuild metadata.xml ChangeLog shfs-0.35-r4.ebuild
Date: Fri, 20 Mar 2009 04:07:54
Message-Id: E1LkW1Q-0002En-8r@stork.gentoo.org
1 jmbsvicetto 09/03/20 04:07:52
2
3 Modified: shfs-0.35-r3.ebuild metadata.xml ChangeLog
4 shfs-0.35-r4.ebuild
5 Log:
6 Removing compnerd as a maintainer since he was retired. Fixed some QA warnings.
7 (Portage version: 2.2_rc25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 net-fs/shfs/shfs-0.35-r3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild?r1=1.10&r2=1.11
15
16 Index: shfs-0.35-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- shfs-0.35-r3.ebuild 8 May 2007 22:30:25 -0000 1.10
23 +++ shfs-0.35-r3.ebuild 20 Mar 2009 04:07:52 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.10 2007/05/08 22:30:25 genone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.11 2009/03/20 04:07:52 jmbsvicetto Exp $
30
31 inherit linux-mod eutils
32
33 @@ -44,26 +44,26 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39
40 - epatch ${FILESDIR}/0.35/*.patch
41 + epatch "${FILESDIR}/0.35/*.patch"
42
43 # Take care of 2.6 Kernels <= 2.6.6
44 if [[ "${KV_MAJOR}.${KV_MINOR}" == "2.6" ]] ; then
45 - convert_to_m ${S}/shfs/Linux-2.6/Makefile
46 + convert_to_m "${S}/shfs/Linux-2.6/Makefile"
47 fi
48
49 # 2.6.16 has a modified dentry struct. Patch by Miroslav Spousta
50 # <qiq@×××.cz>. Submitted by Torsten Krah (bug #127092).
51 if kernel_is ge 2 6 16 ; then
52 - epatch ${FILESDIR}/${PN}-0.35-2.6.16-dentry.patch
53 + epatch "${FILESDIR}/${PN}-0.35-2.6.16-dentry.patch"
54 fi
55 }
56
57 src_compile() {
58 linux-mod_src_compile
59
60 - cd ${S}/shfsmount
61 + cd "${S}/shfsmount"
62 emake || die "failed to build userland utilities"
63 }
64
65 @@ -72,17 +72,17 @@
66 linux-mod_src_install
67
68 # Install userland utilities
69 - cd ${S}/shfsmount
70 + cd "${S}/shfsmount"
71 dobin shfsmount
72 dobin shfsumount
73
74 if use amd ; then
75 insinto /etc/amd
76 - doins ${FILESDIR}/amd.conf
77 - doins ${FILESDIR}/amd.shfs
78 + doins "${FILESDIR}/amd.conf"
79 + doins "${FILESDIR}/amd.shfs"
80
81 exeinto /etc/amd
82 - doexe ${FILESDIR}/shfs.mount
83 + doexe "${FILESDIR}/shfs.mount"
84 dosym /etc/amd/shfs.mount /etc/amd/shfs.unmount
85 fi
86
87 @@ -97,8 +97,8 @@
88 dosym /usr/bin/shfsmount /sbin/mount.shfs
89
90 # Install docs
91 - doman ${S}/docs/manpages/shfsmount.8 ${S}/docs/manpages/shfsumount.8
92 - use doc && dohtml -r ${S}/docs/html
93 + doman "${S}/docs/manpages/shfsmount.8" "${S}/docs/manpages/shfsumount.8"
94 + use doc && dohtml -r "${S}/docs/html"
95 }
96
97 pkg_postinst() {
98
99
100
101 1.5 net-fs/shfs/metadata.xml
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/metadata.xml?rev=1.5&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/metadata.xml?rev=1.5&content-type=text/plain
105 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/metadata.xml?r1=1.4&r2=1.5
106
107 Index: metadata.xml
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/net-fs/shfs/metadata.xml,v
110 retrieving revision 1.4
111 retrieving revision 1.5
112 diff -u -r1.4 -r1.5
113 --- metadata.xml 16 Aug 2008 03:53:58 -0000 1.4
114 +++ metadata.xml 20 Mar 2009 04:07:52 -0000 1.5
115 @@ -3,11 +3,7 @@
116 <pkgmetadata>
117 <herd>net-fs</herd>
118 <longdescription>Secure Shell File System</longdescription>
119 -<maintainer>
120 - <email>compnerd@g.o</email>
121 - <name>Saleem Abdulrasool</name>
122 -</maintainer>
123 <use>
124 - <flag name='amd'>Enable automounter support</flag>
125 + <flag name="amd">Enable automounter support</flag>
126 </use>
127 </pkgmetadata>
128
129
130
131 1.44 net-fs/shfs/ChangeLog
132
133 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/ChangeLog?rev=1.44&view=markup
134 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/ChangeLog?rev=1.44&content-type=text/plain
135 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/ChangeLog?r1=1.43&r2=1.44
136
137 Index: ChangeLog
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v
140 retrieving revision 1.43
141 retrieving revision 1.44
142 diff -u -r1.43 -r1.44
143 --- ChangeLog 16 Aug 2008 03:53:58 -0000 1.43
144 +++ ChangeLog 20 Mar 2009 04:07:52 -0000 1.44
145 @@ -1,6 +1,11 @@
146 # ChangeLog for net-fs/shfs
147 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
148 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.43 2008/08/16 03:53:58 cardoe Exp $
149 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
150 +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/ChangeLog,v 1.44 2009/03/20 04:07:52 jmbsvicetto Exp $
151 +
152 + 20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
153 + metadata.xml, shfs-0.35-r3.ebuild, shfs-0.35-r4.ebuild:
154 + Removing compnerd as a maintainer since he was retired. Fixed some QA
155 + warnings.
156
157 16 Aug 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
158 add GLEP 56 USE flag desc from use.local.desc
159
160
161
162 1.4 net-fs/shfs/shfs-0.35-r4.ebuild
163
164 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild?rev=1.4&view=markup
165 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild?rev=1.4&content-type=text/plain
166 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild?r1=1.3&r2=1.4
167
168 Index: shfs-0.35-r4.ebuild
169 ===================================================================
170 RCS file: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild,v
171 retrieving revision 1.3
172 retrieving revision 1.4
173 diff -u -r1.3 -r1.4
174 --- shfs-0.35-r4.ebuild 8 May 2007 22:30:25 -0000 1.3
175 +++ shfs-0.35-r4.ebuild 20 Mar 2009 04:07:52 -0000 1.4
176 @@ -1,6 +1,6 @@
177 -# Copyright 1999-2007 Gentoo Foundation
178 +# Copyright 1999-2009 Gentoo Foundation
179 # Distributed under the terms of the GNU General Public License v2
180 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild,v 1.3 2007/05/08 22:30:25 genone Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r4.ebuild,v 1.4 2009/03/20 04:07:52 jmbsvicetto Exp $
182
183 inherit linux-mod eutils
184
185 @@ -38,26 +38,26 @@
186
187 src_unpack() {
188 unpack ${A}
189 - cd ${S}
190 + cd "${S}"
191
192 - epatch ${FILESDIR}/0.35/*.patch
193 + epatch "${FILESDIR}/0.35/*.patch"
194
195 # Take care of 2.6 Kernels <= 2.6.6
196 if [[ "${KV_MAJOR}.${KV_MINOR}" == "2.6" ]] ; then
197 - convert_to_m ${S}/shfs/Linux-2.6/Makefile
198 + convert_to_m "${S}/shfs/Linux-2.6/Makefile"
199 fi
200
201 # 2.6.16 has a modified dentry struct. Patch by Miroslav Spousta
202 # <qiq@×××.cz>. Submitted by Torsten Krah (bug #127092).
203 if kernel_is ge 2 6 16 ; then
204 - epatch ${FILESDIR}/${PN}-0.35-2.6.16-dentry.patch
205 + epatch "${FILESDIR}/${PN}-0.35-2.6.16-dentry.patch"
206 fi
207 }
208
209 src_compile() {
210 linux-mod_src_compile
211
212 - cd ${S}/shfsmount
213 + cd "${S}/shfsmount"
214 emake || die "failed to build userland utilities"
215 }
216
217 @@ -66,17 +66,17 @@
218 linux-mod_src_install
219
220 # Install userland utilities
221 - cd ${S}/shfsmount
222 + cd "${S}/shfsmount"
223 dobin shfsmount
224 dobin shfsumount
225
226 if use amd ; then
227 insinto /etc/amd
228 - doins ${FILESDIR}/amd.conf
229 - doins ${FILESDIR}/amd.shfs
230 + doins "${FILESDIR}/amd.conf"
231 + doins "${FILESDIR}/amd.shfs"
232
233 exeinto /etc/amd
234 - doexe ${FILESDIR}/shfs.mount
235 + doexe "${FILESDIR}/shfs.mount"
236 dosym /etc/amd/shfs.mount /etc/amd/shfs.unmount
237 fi
238
239 @@ -91,8 +91,8 @@
240 dosym /usr/bin/shfsmount /sbin/mount.shfs
241
242 # Install docs
243 - doman ${S}/docs/manpages/shfsmount.8 ${S}/docs/manpages/shfsumount.8
244 - use doc && dohtml -r ${S}/docs/html
245 + doman "${S}/docs/manpages/shfsmount.8" "${S}/docs/manpages/shfsumount.8"
246 + use doc && dohtml -r "${S}/docs/html"
247 }
248
249 pkg_postinst() {