From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A6571386E6 for ; Sun, 27 Jan 2013 17:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE9821C0A7; Sun, 27 Jan 2013 17:47:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C325521C001 for ; Sun, 27 Jan 2013 17:47:39 +0000 (UTC) Received: from [192.168.1.33] (210.Red-2-137-15.dynamicIP.rima-tde.net [2.137.15.210]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pacho) by smtp.gentoo.org (Postfix) with ESMTPSA id 1DC7B33DB58 for ; Sun, 27 Jan 2013 17:47:37 +0000 (UTC) Subject: readme.gentoo.eclass: use echo -e instead of plain echo (Was: Re: [gentoo-dev] readme.gentoo.eclass: Add a DISABLE_AUTOFORMATTING variable= From: Pacho Ramos To: gentoo-dev@lists.gentoo.org In-Reply-To: <1359295221.2927.24.camel@belkin4> References: <1359295221.2927.24.camel@belkin4> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-c8FnLYlSv+2t3J9Unogv" Date: Sun, 27 Jan 2013 18:47:28 +0100 Message-ID: <1359308848.2927.32.camel@belkin4> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 X-Archives-Salt: f35c7799-98d3-4a7e-a21c-50e3fc588ef2 X-Archives-Hash: 6381f367c00abe8ceb294f14913bbb20 --=-c8FnLYlSv+2t3J9Unogv Content-Type: multipart/mixed; boundary="=-JW7Ot1S7w+Qg5gtjRg4j" --=-JW7Ot1S7w+Qg5gtjRg4j Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El dom, 27-01-2013 a las 15:00 +0100, Pacho Ramos escribi=C3=B3: > Currently, when people uses DOC_CONTENTS variable to place their desired > messages, they are automatically reformatted by "fmt" to get proper > messages (for example, splitting long lines). >=20 > But, in some cases, may be useful to disable this behavior and respect > strictly how DOC_CONTENTS was formatted, for example in that kind of > messages telling people to run a command and, then, requiring a new line > to be used. This can also be useful to append extra information to > DOC_CONTENTS when, for example, additional info is needed when enabling > a USE flag. >=20 >=20 Well, after reading man echo I see all this is not needed, I simply need to use echo -e to get it understand "\n" to create new lines New patch attached --=-JW7Ot1S7w+Qg5gtjRg4j Content-Disposition: attachment; filename="1.patch" Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="1.patch"; charset="UTF-8" LS0tIC9ob21lL3BhY2hvL2dlbnRvby14ODYvZWNsYXNzL3JlYWRtZS5nZW50b28uZWNsYXNzCTIw MTMtMDEtMjQgMjI6Mzg6NDEuMDAwMDAwMDAwICswMTAwDQorKysgL3Vzci9wb3J0YWdlL2VjbGFz cy8uL3JlYWRtZS5nZW50b28uZWNsYXNzCTIwMTMtMDEtMjcgMTg6NDE6NDAuMDAwMDAwMDAwICsw MTAwDQpAQCAtNTMsNyArNTMsNyBAQA0KIAlpZiBbWyAtbiAiJHtET0NfQ09OVEVOVFN9IiBdXTsg dGhlbg0KIAkJZXNob3B0c19wdXNoDQogCQlzZXQgLWYNCi0JCWVjaG8gJHtET0NfQ09OVEVOVFN9 IHwgZm10ID4gIiR7VH0iL1JFQURNRS5nZW50b28NCisJCWVjaG8gLWUgJHtET0NfQ09OVEVOVFN9 IHwgZm10ID4gIiR7VH0iL1JFQURNRS5nZW50b28NCiAJCWVzaG9wdHNfcG9wDQogCQlkb2RvYyAi JHtUfSIvUkVBRE1FLmdlbnRvbw0KIAllbHNlDQo= --=-JW7Ot1S7w+Qg5gtjRg4j-- --=-c8FnLYlSv+2t3J9Unogv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEABECAAYFAlEFaDAACgkQCaWpQKGI+9QihgCeJAtDkHCLjqC978aiUeSi7F7T 0McAn0If7HzJ/cyC8QTd7p7MEh/xFM4v =JiS+ -----END PGP SIGNATURE----- --=-c8FnLYlSv+2t3J9Unogv--