Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/
Date: Sun, 28 Feb 2021 12:51:32
Message-Id: 1614516554.abef647edabeba8e01770c4e901815d49820ee7f.asturm@gentoo
1 commit: abef647edabeba8e01770c4e901815d49820ee7f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 19:26:03 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 12:49:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abef647e
7
8 app-text/tidy-html5: EAPI-7 bump
9
10 Trivial change.
11
12 Package-Manager: Portage-3.0.15, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
19 index a679ee9a15e..e4bc1edc709 100644
20 --- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
21 +++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
22 @@ -1,12 +1,12 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 -inherit cmake-utils
31 +inherit cmake
32
33 DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents"
34 -HOMEPAGE="http://www.html-tidy.org/"
35 +HOMEPAGE="https://www.html-tidy.org/"
36 SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 @@ -21,5 +21,5 @@ src_configure() {
40 local mycmakeargs=(
41 -DLIB_INSTALL_DIR="$(get_libdir)"
42 )
43 - cmake-utils_src_configure
44 + cmake_src_configure
45 }