From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-887946-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA5D91382AC for <garchives@archives.gentoo.org>; Mon, 20 Jun 2016 15:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39737E0B20; Mon, 20 Jun 2016 15:50:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA605E0B20 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2016 15:50:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2CAE33FD24 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2016 15:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B3D209B for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jun 2016 15:50:47 +0000 (UTC) From: "Andrew Savchenko" <bircoph@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" <bircoph@gentoo.org> Message-ID: <1466437818.05bd5e3d17445ed7e2a410113d12badd60b3c964.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/root-docs/files/, app-doc/root-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/root-docs/files/root-docs-6.04.06-tightlist.patch app-doc/root-docs/root-docs-6.04.06.ebuild X-VCS-Directories: app-doc/root-docs/ app-doc/root-docs/files/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 05bd5e3d17445ed7e2a410113d12badd60b3c964 X-VCS-Branch: master Date: Mon, 20 Jun 2016 15:50:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04e54e53-e508-47d0-a1ef-900135f43fa6 X-Archives-Hash: 173929ee7febed7f5043bd7386bafdc2 commit: 05bd5e3d17445ed7e2a410113d12badd60b3c964 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Mon Jun 20 15:50:18 2016 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Mon Jun 20 15:50:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bd5e3d app-doc/root-docs: fix bug 564482 pandoc-1.14 has problems with \tightlist command (it is referenced, but not included), this can be fixed by introducing manual definition. Patch by Juergen Rose <rose <AT> rz.uni-potsdam.de>. Package-Manager: portage-2.3.0_rc1 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> app-doc/root-docs/files/root-docs-6.04.06-tightlist.patch | 11 +++++++++++ app-doc/root-docs/root-docs-6.04.06.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app-doc/root-docs/files/root-docs-6.04.06-tightlist.patch b/app-doc/root-docs/files/root-docs-6.04.06-tightlist.patch new file mode 100644 index 0000000..1eec11d --- /dev/null +++ b/app-doc/root-docs/files/root-docs-6.04.06-tightlist.patch @@ -0,0 +1,11 @@ +diff -r -U2 root-6.04.06/documentation/primer/template.tex root-6.04.06_new/documentation/primer/template.tex +--- root-6.04.06/documentation/primer/template.tex 2015-10-13 12:41:18.000000000 +0200 ++++ root-6.04.06_new/documentation/primer/template.tex 2015-12-22 20:38:25.454396212 +0100 +@@ -130,4 +130,6 @@ + \setlength{\parskip}{6pt plus 2pt minus 1pt} + \setlength{\emergencystretch}{3em} % prevent overfull lines ++\providecommand{\tightlist}{% ++ \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} + $if(numbersections)$ + \setcounter{secnumdepth}{5} +Only in root-6.04.06_new/documentation/primer: template.tex~ diff --git a/app-doc/root-docs/root-docs-6.04.06.ebuild b/app-doc/root-docs/root-docs-6.04.06.ebuild index 8730ea2..bb0f876 100644 --- a/app-doc/root-docs/root-docs-6.04.06.ebuild +++ b/app-doc/root-docs/root-docs-6.04.06.ebuild @@ -49,7 +49,8 @@ S="${WORKDIR}/${ROOT_PN}-${PV}" src_prepare() { epatch \ - "${FILESDIR}/${PN}-6.00.01-makehtml.patch" + "${FILESDIR}/${PN}-6.00.01-makehtml.patch" \ + "${FILESDIR}/${PN}-6.04.06-tightlist.patch" # prefixify the configure script sed -i \