summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-03-03 12:05:08 +0000
committerPacho Ramos <pacho@gentoo.org>2013-03-03 12:05:08 +0000
commit3f9cdecb18c6776454b6566e638181acc3c7c4a5 (patch)
tree2361317d6850bc9e9c0b6293d89b319a50f08697
parentUnconditionally set proper Python version for build-time. Fixes bug #459708. (diff)
downloadgentoo-2-3f9cdecb18c6776454b6566e638181acc3c7c4a5.tar.gz
gentoo-2-3f9cdecb18c6776454b6566e638181acc3c7c4a5.tar.bz2
gentoo-2-3f9cdecb18c6776454b6566e638181acc3c7c4a5.zip
Change formatting tool as discussed with Ulrich Müller in bug #460050, thanks a lot to him for his help.
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/readme.gentoo.eclass4
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 9e021b31677f..ca3334d779d8 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.702 2013/03/03 00:22:56 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.703 2013/03/03 12:05:08 pacho Exp $
+
+ 03 Mar 2013; Pacho Ramos <pacho@gentoo.org> readme.gentoo.eclass:
+ Change formatting tool as discussed with Ulrich Müller in bug #460050,
+ thanks a lot to him for his help.
03 Mar 2013; Davide Pesavento <pesa@gentoo.org> autotools-utils.eclass,
kde4-base.eclass, qt4-build.eclass:
diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass
index edfbd3e2421a..548b37692dfa 100644
--- a/eclass/readme.gentoo.eclass
+++ b/eclass/readme.gentoo.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/readme.gentoo.eclass,v 1.3 2013/02/04 18:39:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/readme.gentoo.eclass,v 1.4 2013/03/03 12:05:08 pacho Exp $
# @ECLASS: readme.gentoo
# @MAINTAINER:
@@ -63,7 +63,7 @@ readme.gentoo_create_doc() {
if [[ -n "${DISABLE_AUTOFORMATTING}" ]]; then
echo "${DOC_CONTENTS}" > "${T}"/README.gentoo
else
- echo -e ${DOC_CONTENTS} | fmt > "${T}"/README.gentoo
+ echo -e ${DOC_CONTENTS} | fold -s -w 70 > "${T}"/README.gentoo
fi
eshopts_pop
elif [[ -f "${FILESDIR}/README.gentoo-${SLOT%/*}" ]]; then