Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/
Date: Sun, 03 May 2020 08:33:43
Message-Id: 1588494808.21d1b83ab2f0dba0fb1d37f10b145118d3a3b503.graaff@gentoo
1 commit: 21d1b83ab2f0dba0fb1d37f10b145118d3a3b503
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 08:33:28 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 08:33:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d1b83a
7
8 dev-ruby/kramdown: use a modern tidy for tests
9
10 This is required for kramdown 2.x, but also works with kramdown 0.x.
11
12 Closes: https://bugs.gentoo.org/720406
13 Package-Manager: Portage-2.3.89, Repoman-2.3.20
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15
16 dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild | 2 +-
17 dev-ruby/kramdown/kramdown-1.17.0.ebuild | 4 ++--
18 dev-ruby/kramdown/kramdown-2.1.0.ebuild | 2 +-
19 dev-ruby/kramdown/kramdown-2.2.1.ebuild | 2 +-
20 4 files changed, 5 insertions(+), 5 deletions(-)
21
22 diff --git a/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
23 index d3d8e3605e0..fa09fd3b689 100644
24 --- a/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
25 +++ b/dev-ruby/kramdown/kramdown-1.17.0-r2.ebuild
26 @@ -23,7 +23,7 @@ IUSE="latex"
27
28 LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
29 RDEPEND+=" ${LATEX_DEPS}"
30 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
31 +DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
32
33 ruby_add_rdepend "dev-ruby/prawn:2
34 >=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2*
35
36 diff --git a/dev-ruby/kramdown/kramdown-1.17.0.ebuild b/dev-ruby/kramdown/kramdown-1.17.0.ebuild
37 index ae8762dcc1b..ea509c6f744 100644
38 --- a/dev-ruby/kramdown/kramdown-1.17.0.ebuild
39 +++ b/dev-ruby/kramdown/kramdown-1.17.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -21,7 +21,7 @@ IUSE="latex"
47
48 LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
49 RDEPEND+=" ${LATEX_DEPS}"
50 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
51 +DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
52
53 ruby_add_rdepend "dev-ruby/prawn:2
54 >=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2*
55
56 diff --git a/dev-ruby/kramdown/kramdown-2.1.0.ebuild b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
57 index 68d41499af3..9c204f1bac7 100644
58 --- a/dev-ruby/kramdown/kramdown-2.1.0.ebuild
59 +++ b/dev-ruby/kramdown/kramdown-2.1.0.ebuild
60 @@ -21,7 +21,7 @@ IUSE="latex"
61
62 LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
63 RDEPEND+=" ${LATEX_DEPS}"
64 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
65 +DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
66
67 ruby_add_rdepend "
68 >=dev-ruby/rouge-1.8
69
70 diff --git a/dev-ruby/kramdown/kramdown-2.2.1.ebuild b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
71 index 043e2577000..9deca750988 100644
72 --- a/dev-ruby/kramdown/kramdown-2.2.1.ebuild
73 +++ b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
74 @@ -21,7 +21,7 @@ IUSE="latex"
75
76 LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
77 RDEPEND+=" ${LATEX_DEPS}"
78 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
79 +DEPEND+=" test? ( ${LATEX_DEPS} app-text/tidy-html5 )"
80
81 ruby_add_rdepend "
82 dev-ruby/rexml