From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7DE431384B4 for ; Sat, 21 Nov 2015 11:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 173D8E07FA; Sat, 21 Nov 2015 11:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93E50E07FA for ; Sat, 21 Nov 2015 11:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADCE93409F9 for ; Sat, 21 Nov 2015 11:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F44706 for ; Sat, 21 Nov 2015 11:00:21 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448103113.0e411eaaa9924a84d93ca4ff847375725c5e5096.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tidy-html5/Manifest app-text/tidy-html5/metadata.xml app-text/tidy-html5/tidy-html5-5.1.9.ebuild X-VCS-Directories: app-text/tidy-html5/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0e411eaaa9924a84d93ca4ff847375725c5e5096 X-VCS-Branch: master Date: Sat, 21 Nov 2015 11:00:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a1aa78f-614b-4ae3-a840-badcd9ff1c32 X-Archives-Hash: 1571096a79dcc406dda06af9bc622cfd commit: 0e411eaaa9924a84d93ca4ff847375725c5e5096 Author: Patrice Clement gentoo org> AuthorDate: Sat Nov 21 10:48:53 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Nov 21 10:51:53 2015 +0000 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 0000000..d0c4cfa --- /dev/null +++ b/app-text/tidy-html5/Manifest @@ -0,0 +1 @@ +DIST tidy-html5-5.1.9.zip 1077163 SHA256 1c414aea63e168c5d28ec8aad047d68e12d07f67b891f4450252d0cb68154fab SHA512 a5f18d43333f5acb6a4290bd9960fbccb1fa07b180ac3e02ee0a1ec890fd3ebef6f0f2811df05f9808220945d9810f94059f328c2d0d6827543c6697d73e0dc5 WHIRLPOOL 8b10a34ce247077c9f7450b41fbbd0135f0a88214445adddbbf70bdb296d541b75188d491961e3f9fde465c80b1e09d060160e5c0609c9ba923548ad2981aa04 diff --git a/app-text/tidy-html5/metadata.xml b/app-text/tidy-html5/metadata.xml new file mode 100644 index 0000000..932d6cc --- /dev/null +++ b/app-text/tidy-html5/metadata.xml @@ -0,0 +1,11 @@ + + + + + monsieurp@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 0000000..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 +}