public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/
Date: Sat, 21 Nov 2015 11:00:21 +0000 (UTC)	[thread overview]
Message-ID: <1448103113.0e411eaaa9924a84d93ca4ff847375725c5e5096.monsieurp@gentoo> (raw)

commit:     0e411eaaa9924a84d93ca4ff847375725c5e5096
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 10:48:53 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">nhatminhle/cofoja</remote-id>
+	</upstream>
+</pkgmetadata>

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
+}


             reply	other threads:[~2015-11-21 11:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-21 11:00 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-12 19:59 [gentoo-commits] repo/gentoo:master commit in: app-text/tidy-html5/ Patrice Clement
2016-06-06  9:42 Patrice Clement
2017-03-14 23:46 Patrice Clement
2017-05-25 10:51 David Seifert
2017-06-06 21:34 Patrice Clement
2017-12-05  8:50 Patrice Clement
2017-12-05  8:50 Patrice Clement
2017-12-08 20:39 Thomas Deutschmann
2018-01-28 18:23 Tobias Klausmann
2018-03-03 22:16 Sergei Trofimovich
2018-03-13 22:33 Sergei Trofimovich
2018-03-15 15:09 Mikle Kolyada
2018-03-21 22:16 Patrice Clement
2018-03-21 22:29 Patrice Clement
2021-02-28 12:51 Andreas Sturmlechner
2021-03-21 20:48 Patrice Clement
2021-06-04 19:40 Mike Frysinger
2021-09-23 19:10 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448103113.0e411eaaa9924a84d93ca4ff847375725c5e5096.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox