Gentoo Archives: gentoo-dev

From: Christian Faulhammer <fauli@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Re: perl eclass review - EAPI=3 + new helper eclass
Date: Mon, 12 Apr 2010 07:10:27
Message-Id: 20100412100754.33d2b306@gentoo.org
In Reply to: [gentoo-dev] perl eclass review - EAPI=3 + new helper eclass by Torsten Veller
1 Hi,
2
3 Torsten Veller <ml-en@××××××.net>:
4 > find "${S}" -type f -name "._*" -print0 | while read -rd ''
5 > f ; do einfo "Removing AppleDouble encoded Macintosh file: ${f#${S}/}"
6 > rm -f "${f}"
7 > f=${f#${S}/}
8 > # f=${f//\//\/}
9 > # f=${f//\./\.}
10 > # sed -i "/${f}/d" "${S}"/MANIFEST || die
11 > grep -q "${f}" "${S}"/MANIFEST && \
12 > elog "AppleDouble encoded Macintosh file in
13 > MANIFEST: ${f#${S}/}" done
14 > }
15
16 Are those f= lines commented? And what was their purpose? Can they
17 be deleted?
18
19 > if [[ -d ${D}/${VENDOR_LIB} ]] ; then
20
21 Haven't checked, but quotes not needed?
22
23 V-Li
24
25 --
26 Christian Faulhammer, Gentoo Lisp project
27 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
28
29 <URL:http://gentoo.faulhammer.org/>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: perl eclass review - EAPI=3 + new helper eclass Fabian Groffen <grobian@g.o>