summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-12-05 09:49:36 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-05 09:50:31 +0100
commit0ea88983f166a3f0eb1d8a2318734c887cc27895 (patch)
treea2ccae6678bed82805807731a41c16412cfde126 /app-text/tidy-html5/tidy-html5-5.6.0.ebuild
parentsys-kernel/linux-firmware: stable 20170314 for hppa, bug #619358 (diff)
downloadgentoo-0ea88983f166a3f0eb1d8a2318734c887cc27895.tar.gz
gentoo-0ea88983f166a3f0eb1d8a2318734c887cc27895.tar.bz2
gentoo-0ea88983f166a3f0eb1d8a2318734c887cc27895.zip
app-text/tidy-html5: version bump.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-text/tidy-html5/tidy-html5-5.6.0.ebuild')
-rw-r--r--app-text/tidy-html5/tidy-html5-5.6.0.ebuild18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000000..4b81aaea49f2
--- /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 )