Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkzinc/files/, dev-tcltk/tkzinc/
Date: Thu, 30 Dec 2021 20:37:57
Message-Id: 1640896657.b1c56b2b2e2c0551380e74411b27b88b91a38f3e.tupone@gentoo
1 commit: b1c56b2b2e2c0551380e74411b27b88b91a38f3e
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 20:37:37 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 20:37:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c56b2b
7
8 dev-tcltk/tkzinc: fix build of doc
9
10 Closes: https://bugs.gentoo.org/828121
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch | 9 +++------
15 dev-tcltk/tkzinc/{tkzinc-3.3.6.ebuild => tkzinc-3.3.6-r1.ebuild} | 4 ++--
16 2 files changed, 5 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch
19 index 6b697a7bfd78..f89ab9ac8e0e 100644
20 --- a/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch
21 +++ b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch
22 @@ -1,12 +1,9 @@
23 - doc/refman.tex | 1 +
24 - 1 file changed, 1 insertion(+)
25 -
26 -diff --git a/doc/refman.tex b/doc/refman.tex
27 -index b384e97..be88fde 100644
28 --- a/doc/refman.tex
29 +++ b/doc/refman.tex
30 -@@ -1,3 +1,4 @@
31 +@@ -1,4 +1,6 @@
32 +\RequirePackage{ifpdf}
33 \documentclass[11pt,twoside,a4paper]{book}
34 ++\usepackage [latin1]{inputenc}
35
36 %----------------------------------------------------------------------
37 + % $Revision: 1.94 $
38
39 diff --git a/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
40 similarity index 95%
41 rename from dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild
42 rename to dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
43 index 7f39c89740af..a94dde7d11fe 100644
44 --- a/dev-tcltk/tkzinc/tkzinc-3.3.6.ebuild
45 +++ b/dev-tcltk/tkzinc/tkzinc-3.3.6-r1.ebuild
46 @@ -1,7 +1,7 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2021 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI=6
52 +EAPI=8
53
54 inherit autotools