[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2021-09-23 Thread Conrad Kostecki
commit: 631861309335414888acc73a2fb163d02534f443
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Sep 23 19:09:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Sep 23 19:10:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63186130

app-text/tidy-html5: update metadata.xml

Updating metadata.xml to use correct upstream.

Closes: https://bugs.gentoo.org/814506
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/tidy-html5/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/metadata.xml b/app-text/tidy-html5/metadata.xml
index 42d16d811ef..541e52bb72b 100644
--- a/app-text/tidy-html5/metadata.xml
+++ b/app-text/tidy-html5/metadata.xml
@@ -6,6 +6,6 @@
Patrice Clement


-   nhatminhle/cofoja
+   htacg/tidy-html5

 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2021-06-04 Thread Mike Frysinger
commit: 43d663de10b438732b69882326a7088f5e07cad9
Author: Mike Frysinger  chromium  org>
AuthorDate: Fri Jun  4 19:37:12 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jun  4 19:39:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d663de

app-text/tidy-html5: fix self linkage

Don't statically link the libtidy library into the tidy program.
This saves a lot of space.

Signed-off-by: Mike Frysinger  gentoo.org>

 app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild | 26 +
 1 file changed, 26 insertions(+)

diff --git a/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild 
b/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild
new file mode 100644
index 000..f3f78ced3ce
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="https://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="!app-text/htmltidy"
+
+DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DTIDY_CONSOLE_SHARED=yes
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2021-03-21 Thread Patrice Clement
commit: 2e77a6726250556d92f9137edbf221363c77c7a3
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Mar 21 20:48:32 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 21 20:48:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e77a672

app-text/tidy-html5: version bump.

Closes: https://bugs.gentoo.org/773094
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 app-text/tidy-html5/Manifest |  1 +
 app-text/tidy-html5/tidy-html5-5.7.28.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 32cebdfd03b..816c0efd375 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1 +1,2 @@
 DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 
3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21
 SHA512 
179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1
+DIST tidy-html5-5.7.28.tar.gz 670474 BLAKE2B 
f1f030bda478f09f1786b34f62ac547249cbfe9d7d06aa7a3a07fb993ee64cf9911d04e4c487c9854e86493da08ef8ca5ee65faf0ce6473cd5914c74ad8c9251
 SHA512 
557cae0c00d581c9272649e0b3c143b70bc1941a59c497dd0b7266d70b3b2ff652dea075a855737d2d02ea58bb57d9403d61287c1ae40ec0281e7801991b57d7

diff --git a/app-text/tidy-html5/tidy-html5-5.7.28.ebuild 
b/app-text/tidy-html5/tidy-html5-5.7.28.ebuild
new file mode 100644
index 000..2ac01ddec29
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.7.28.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="https://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="!app-text/htmltidy"
+
+DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2021-02-28 Thread Andreas Sturmlechner
commit: abef647edabeba8e01770c4e901815d49820ee7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 26 19:26:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 28 12:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abef647e

app-text/tidy-html5: EAPI-7 bump

Trivial change.

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index a679ee9a15e..e4bc1edc709 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
-HOMEPAGE="http://www.html-tidy.org/;
+HOMEPAGE="https://www.html-tidy.org/;
 SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -21,5 +21,5 @@ src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR="$(get_libdir)"
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-03-21 Thread Patrice Clement
commit: 502bf248cb89da892404598cbb7536fe4819eb6a
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 21 22:29:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 21 22:29:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502bf248

app-text/tidy-html5: mark stable for the remaining arches.

Closes: https://bugs.gentoo.org/628282
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 84540eb7536..57460fad43e 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-03-21 Thread Patrice Clement
commit: f64f6e56951e03a5f82cc6a4a10b3abc0388121f
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 21 22:15:42 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 21 22:16:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64f6e56

app-text/tidy-html5: enforce library installation in $(get_libdir).

Closes: https://bugs.gentoo.org/567812
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 0e36ac1d27d..84540eb7536 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -16,3 +16,10 @@ KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
 RDEPEND="!app-text/htmltidy"
 
 DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-03-15 Thread Mikle Kolyada
commit: 98ce2b8d7407a6f708b5911bb188dbdd1c490c3c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 15:09:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 15:09:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ce2b8d

app-text/tidy-html5: arm stable wrt bug #628282

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 751347fc22a..0e36ac1d27d 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-03-13 Thread Sergei Trofimovich
commit: 6e4072df0c4a171bc65ec55942c70330e91db13a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 13 22:32:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 13 22:33:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4072df

app-text/tidy-html5: stable 5.6.0 for ppc64, bug #628282

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index da2a67fa92a..751347fc22a 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-03-03 Thread Sergei Trofimovich
commit: 9d81966979660a5b051e0c589416b7c1dfc5856e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  3 22:13:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  3 22:16:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d819669

app-text/tidy-html5: stable 5.6.0 for ppc, bug #628282

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 23a1560f72d..da2a67fa92a 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2018-01-28 Thread Tobias Klausmann
commit: 3374b962d2aa609b398657d4cb20bce3f537aa32
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jan 28 17:03:17 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jan 28 18:22:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3374b962

app-text/tidy-html5-5.6.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/628282

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 6444b8b13fd..23a1560f72d 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-12-08 Thread Thomas Deutschmann
commit: d436f342b50ca5b7bf42a05edb1adf517d02d12e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  8 20:14:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  8 20:14:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d436f342

app-text/tidy-html5: x86 stable (bug #628282)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
index 4b81aaea49f..e692c618c60 100644
--- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 
 RDEPEND="!app-text/htmltidy"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-12-05 Thread Patrice Clement
commit: 0ea88983f166a3f0eb1d8a2318734c887cc27895
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  5 08:49:36 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  5 08:50:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea88983

app-text/tidy-html5: version bump.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/tidy-html5/Manifest|  1 +
 app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 4c5f9fd3ce6..b6b5053353f 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1 +1,2 @@
 DIST tidy-html5-5.4.0.zip 573217 SHA256 
aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 
788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8
 WHIRLPOOL 
f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86
+DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 
3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21
 SHA512 
179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1

diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
new file mode 100644
index 000..4b81aaea49f
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="http://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+
+RDEPEND="!app-text/htmltidy"
+
+DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-12-05 Thread Patrice Clement
commit: 2fc0b0a419fc700661debdba8d119290d83c70c8
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  5 08:50:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  5 08:50:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc0b0a4

app-text/tidy-html5: clean up old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/tidy-html5/Manifest|  1 -
 app-text/tidy-html5/tidy-html5-5.4.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index b6b5053353f..32cebdfd03b 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1,2 +1 @@
-DIST tidy-html5-5.4.0.zip 573217 SHA256 
aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 
788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8
 WHIRLPOOL 
f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86
 DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 
3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21
 SHA512 
179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1

diff --git a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
deleted file mode 100644
index fffb62956b1..000
--- a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
-HOMEPAGE="http://www.html-tidy.org/;
-SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
-
-RDEPEND="!app-text/htmltidy"
-
-DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-06-06 Thread Patrice Clement
commit: b217e7823d2981d8d6715c3c1d2e369b2560db38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 22:41:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun  6 21:34:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b217e782

app-text/tidy-html5: remove vulnerable version.

Gentoo-Bug: https://bugs.gentoo.org/611424

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4854

 app-text/tidy-html5/Manifest|  1 -
 app-text/tidy-html5/tidy-html5-5.2.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 7561ff6e05f..4c5f9fd3ce6 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1,2 +1 @@
-DIST tidy-html5-5.2.0.zip 578494 SHA256 
7f6ef14e41a0e9611fcb95e4926287e0d4a46c53335ae7e3aa4fc11ae69d32e2 SHA512 
0559bbe24711606b391057b3dbf2692b54e548294f68b310be306b5be80c9265ba7c4aa8da2b13ba0c89dae1dd6d233aebebdba761e25193439a0c0d713e59d8
 WHIRLPOOL 
7040ad176d2a96936cf250afc16f8376c9febd80ef98976bca318407299e52896c34a23964654efb1d69a2bf49438f6402d4af9d140ce45f6fe7d27bda010dce
 DIST tidy-html5-5.4.0.zip 573217 SHA256 
aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 
788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8
 WHIRLPOOL 
f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86

diff --git a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
deleted file mode 100644
index 2e92cdf9462..000
--- a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
-HOMEPAGE="http://www.html-tidy.org/;
-SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-text/htmltidy"
-
-DOCS=( README/{CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
-HTML_DOCS=( README/README.html )



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-05-25 Thread David Seifert
commit: c33cd1e47216597db5384eb1092558785dced9b1
Author: David Seifert  gentoo  org>
AuthorDate: Thu May 25 09:43:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 25 10:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33cd1e4

app-text/tidy-html5: Remove unnecessary explicit phase functions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/tidy-html5/tidy-html5-5.2.0.ebuild | 24 +---
 app-text/tidy-html5/tidy-html5-5.4.0.ebuild | 20 
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
index f6a270245ed..2e92cdf9462 100644
--- a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,27 +17,5 @@ IUSE=""
 DEPEND=""
 RDEPEND="!app-text/htmltidy"
 
-S="${WORKDIR}/${P}"
-
 DOCS=( README/{CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
 HTML_DOCS=( README/README.html )
-
-BUILD_DIR="${S}/build/cmake"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_BUILD_TYPE=Release
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cd build/cmake || die
-   cmake-utils_src_compile
-}
-
-src_install() {
-   cmake-utils_src_install
-}

diff --git a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
index 4632b3e1a37..fffb62956b1 100644
--- a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
+++ b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
@@ -16,23 +16,3 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
 RDEPEND="!app-text/htmltidy"
 
 DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
-
-BUILD_DIR="${S}/build/cmake"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_BUILD_TYPE=Release
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cd build/cmake || die
-   cmake-utils_src_compile
-}
-
-src_install() {
-   cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2017-03-14 Thread Patrice Clement
commit: 6f241a1740eea1219f58a3eab8e5c0b1bad277da
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 14 22:46:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 14 23:45:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f241a17

app-text/tidy-html5: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/tidy-html5/Manifest|  1 +
 app-text/tidy-html5/tidy-html5-5.4.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 950d96c8ae8..7561ff6e05f 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1 +1,2 @@
 DIST tidy-html5-5.2.0.zip 578494 SHA256 
7f6ef14e41a0e9611fcb95e4926287e0d4a46c53335ae7e3aa4fc11ae69d32e2 SHA512 
0559bbe24711606b391057b3dbf2692b54e548294f68b310be306b5be80c9265ba7c4aa8da2b13ba0c89dae1dd6d233aebebdba761e25193439a0c0d713e59d8
 WHIRLPOOL 
7040ad176d2a96936cf250afc16f8376c9febd80ef98976bca318407299e52896c34a23964654efb1d69a2bf49438f6402d4af9d140ce45f6fe7d27bda010dce
+DIST tidy-html5-5.4.0.zip 573217 SHA256 
aa9d611cdee60ef0d20941f6c5f09240189e3a90e4ef8994b15bf561ce3ed691 SHA512 
788646c0c15a1be58695469977c340cbe7d37fada63faea34b67c1d7ffe6074ed2b6dcd6cc946a0ae99cd5319c9a8c5ffb81958f82b6097a35a3215bc1776fa8
 WHIRLPOOL 
f081b17b22feb05c436756dea7e55cdd98608bc99d085db0121e0fdb297761dc7a87b4793586cdaf841bcc4a6bd1e08a566620030702482bd1ecce7dcdd94c86

diff --git a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
new file mode 100644
index 000..4632b3e1a37
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="http://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+
+RDEPEND="!app-text/htmltidy"
+
+DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )
+
+BUILD_DIR="${S}/build/cmake"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_BUILD_TYPE=Release
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cd build/cmake || die
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2016-06-06 Thread Patrice Clement
commit: ccfca3d5a04c73a608bb42fd06845ca0f621ec28
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jun  6 09:13:19 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  6 09:14:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfca3d5

app-text/tidy-html5: Clean up vulnerable version.

Gentoo-Bug: https://bugs.gentoo.org/576870
Gentoo-Bug: https://bugs.gentoo.org/576138

Package-Manager: portage-2.2.28

 app-text/tidy-html5/Manifest|  1 -
 app-text/tidy-html5/tidy-html5-5.1.9.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index 6263ba9..950d96c 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1,2 +1 @@
-DIST tidy-html5-5.1.9.zip 1077163 SHA256 
1c414aea63e168c5d28ec8aad047d68e12d07f67b891f4450252d0cb68154fab SHA512 
a5f18d4f5acb6a4290bd9960fbccb1fa07b180ac3e02ee0a1ec890fd3ebef6f0f2811df05f9808220945d9810f94059f328c2d0d6827543c6697d73e0dc5
 WHIRLPOOL 
8b10a34ce247077c9f7450b41fbbd0135f0a88214445adddbbf70bdb296d541b75188d491961e3f9fde465c80b1e09d060160e5c0609c9ba923548ad2981aa04
 DIST tidy-html5-5.2.0.zip 578494 SHA256 
7f6ef14e41a0e9611fcb95e4926287e0d4a46c53335ae7e3aa4fc11ae69d32e2 SHA512 
0559bbe24711606b391057b3dbf2692b54e548294f68b310be306b5be80c9265ba7c4aa8da2b13ba0c89dae1dd6d233aebebdba761e25193439a0c0d713e59d8
 WHIRLPOOL 
7040ad176d2a96936cf250afc16f8376c9febd80ef98976bca318407299e52896c34a23964654efb1d69a2bf49438f6402d4af9d140ce45f6fe7d27bda010dce

diff --git a/app-text/tidy-html5/tidy-html5-5.1.9.ebuild 
b/app-text/tidy-html5/tidy-html5-5.1.9.ebuild
deleted file mode 100644
index 9879005..000
--- a/app-text/tidy-html5/tidy-html5-5.1.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
-HOMEPAGE="http://www.html-tidy.org/;
-SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-text/htmltidy"
-
-S="${WORKDIR}/${P}"
-
-DOCS=( {CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
-HTML_DOCS=( README.html )
-
-BUILD_DIR="${S}/build/cmake"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DCMAKE_BUILD_TYPE=Release
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cd build/cmake || die
-   cmake-utils_src_compile
-}
-
-src_install() {
-   cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2016-04-12 Thread Patrice Clement
commit: 8548d4d17e26b99afb9cf7728d97af6304f535a1
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Apr 12 19:45:30 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 12 19:45:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8548d4d1

app-text/tidy-html5: Version bump.

Gentoo-Bug: https://bugs.gentoo.org/579764

Package-Manager: portage-2.2.26

 app-text/tidy-html5/Manifest|  1 +
 app-text/tidy-html5/tidy-html5-5.2.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
index d0c4cfa..6263ba9 100644
--- a/app-text/tidy-html5/Manifest
+++ b/app-text/tidy-html5/Manifest
@@ -1 +1,2 @@
 DIST tidy-html5-5.1.9.zip 1077163 SHA256 
1c414aea63e168c5d28ec8aad047d68e12d07f67b891f4450252d0cb68154fab SHA512 
a5f18d4f5acb6a4290bd9960fbccb1fa07b180ac3e02ee0a1ec890fd3ebef6f0f2811df05f9808220945d9810f94059f328c2d0d6827543c6697d73e0dc5
 WHIRLPOOL 
8b10a34ce247077c9f7450b41fbbd0135f0a88214445adddbbf70bdb296d541b75188d491961e3f9fde465c80b1e09d060160e5c0609c9ba923548ad2981aa04
+DIST tidy-html5-5.2.0.zip 578494 SHA256 
7f6ef14e41a0e9611fcb95e4926287e0d4a46c53335ae7e3aa4fc11ae69d32e2 SHA512 
0559bbe24711606b391057b3dbf2692b54e548294f68b310be306b5be80c9265ba7c4aa8da2b13ba0c89dae1dd6d233aebebdba761e25193439a0c0d713e59d8
 WHIRLPOOL 
7040ad176d2a96936cf250afc16f8376c9febd80ef98976bca318407299e52896c34a23964654efb1d69a2bf49438f6402d4af9d140ce45f6fe7d27bda010dce

diff --git a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild 
b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
new file mode 100644
index 000..6220f31
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="http://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="!app-text/htmltidy"
+
+S="${WORKDIR}/${P}"
+
+DOCS=( README/{CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
+HTML_DOCS=( README/README.html )
+
+BUILD_DIR="${S}/build/cmake"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_BUILD_TYPE=Release
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cd build/cmake || die
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/

2015-11-21 Thread Patrice Clement
commit: 0e411eaaa9924a84d93ca4ff847375725c5e5096
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Nov 21 10:48:53 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 21 10:51:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e411eaa

app-text/tidy-html5: Initial import. Fixes bug 564884.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-text/tidy-html5/Manifest|  1 +
 app-text/tidy-html5/metadata.xml| 11 
 app-text/tidy-html5/tidy-html5-5.1.9.ebuild | 44 +
 3 files changed, 56 insertions(+)

diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest
new file mode 100644
index 000..d0c4cfa
--- /dev/null
+++ b/app-text/tidy-html5/Manifest
@@ -0,0 +1 @@
+DIST tidy-html5-5.1.9.zip 1077163 SHA256 
1c414aea63e168c5d28ec8aad047d68e12d07f67b891f4450252d0cb68154fab SHA512 
a5f18d4f5acb6a4290bd9960fbccb1fa07b180ac3e02ee0a1ec890fd3ebef6f0f2811df05f9808220945d9810f94059f328c2d0d6827543c6697d73e0dc5
 WHIRLPOOL 
8b10a34ce247077c9f7450b41fbbd0135f0a88214445adddbbf70bdb296d541b75188d491961e3f9fde465c80b1e09d060160e5c0609c9ba923548ad2981aa04

diff --git a/app-text/tidy-html5/metadata.xml b/app-text/tidy-html5/metadata.xml
new file mode 100644
index 000..932d6cc
--- /dev/null
+++ b/app-text/tidy-html5/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
+   nhatminhle/cofoja
+   
+

diff --git a/app-text/tidy-html5/tidy-html5-5.1.9.ebuild 
b/app-text/tidy-html5/tidy-html5-5.1.9.ebuild
new file mode 100644
index 000..9879005
--- /dev/null
+++ b/app-text/tidy-html5/tidy-html5-5.1.9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML 
documents"
+HOMEPAGE="http://www.html-tidy.org/;
+SRC_URI="https://github.com/htacg/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="!app-text/htmltidy"
+
+S="${WORKDIR}/${P}"
+
+DOCS=( {CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
+HTML_DOCS=( README.html )
+
+BUILD_DIR="${S}/build/cmake"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_BUILD_TYPE=Release
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cd build/cmake || die
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+}