Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/
Date: Tue, 05 Dec 2017 08:50:43
Message-Id: 1512463831.0ea88983f166a3f0eb1d8a2318734c887cc27895.monsieurp@gentoo
1 commit: 0ea88983f166a3f0eb1d8a2318734c887cc27895
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 08:49:36 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 08:50:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea88983
7
8 app-text/tidy-html5: version bump.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-text/tidy-html5/Manifest | 1 +
13 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
17 index 4c5f9fd3ce6..b6b5053353f 100644
18 --- a/app-text/tidy-html5/Manifest
19 +++ b/app-text/tidy-html5/Manifest
20 @@ -1 +1,2 @@
21 DIST tidy-html5-5.4.0.zip 573217 SHA256 aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8 WHIRLPOOL f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86
22 +DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21 SHA512 179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1
23
24 diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
25 new file mode 100644
26 index 00000000000..4b81aaea49f
27 --- /dev/null
28 +++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents"
38 +HOMEPAGE="http://www.html-tidy.org/"
39 +SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
44 +
45 +RDEPEND="!app-text/htmltidy"
46 +
47 +DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )