Re: [gentoo-dev] Re: [PATCH] readme.gentoo-r1.eclass: Do not inherit eutils.

2015-12-20 Thread Andrew Savchenko
On Sat, 19 Dec 2015 18:47:45 -0500 Jonathan Callen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 12/19/2015 05:56 PM, Michał Górny wrote: > > On Sat, 19 Dec 2015 23:51:47 +0100 Ulrich Mueller > > wrote: > > > >>> On Sat, 19 Dec 2015, Michał Górny wrote: > >> > (I gu

[gentoo-dev] Re: [PATCH] readme.gentoo-r1.eclass: Do not inherit eutils.

2015-12-19 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 12/19/2015 05:56 PM, Michał Górny wrote: > On Sat, 19 Dec 2015 23:51:47 +0100 Ulrich Mueller > wrote: > >>> On Sat, 19 Dec 2015, Michał Górny wrote: >> (I guess it is encountering EOF on the temporary file created by the string re

[gentoo-dev] Re: [PATCH] readme.gentoo-r1.eclass: Do not inherit eutils.

2015-12-19 Thread Martin Vaeth
Michał Górny wrote: >> if [[ -n "${DISABLE_AUTOFORMATTING}" ]]; then >> echo "${DOC_CONTENTS}" > "${T}"/README.gentoo || die >> else >> echo -e ${DOC_CONTENTS} | fold -s -w 70 \ >> | sed 's/[[:space:]]*$//' > "${T}"/README.gentoo (omitted some line