public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: app-text/htmltidy5/
@ 2013-01-10 16:13 Hans de Graaff
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2013-01-10 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3eff17909187036d3e07b886da2acc9ddaa0baad
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Jan 10 16:13:45 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 10 16:13:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3eff1790

Initial import.

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 0x8883FA56A308A8D7!

---
 app-text/htmltidy5/ChangeLog                   |   10 ++++
 app-text/htmltidy5/Manifest                    |   11 ++++
 app-text/htmltidy5/htmltidy5-0.20120821.ebuild |   61 ++++++++++++++++++++++++
 app-text/htmltidy5/metadata.xml                |    5 ++
 4 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/app-text/htmltidy5/ChangeLog b/app-text/htmltidy5/ChangeLog
new file mode 100644
index 0000000..72e8233
--- /dev/null
+++ b/app-text/htmltidy5/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-text/htmltidy5
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*htmltidy5-0.20120821 (10 Jan 2013)
+
+  10 Jan 2013; Hans de Graaff <graaff@gentoo.org> +htmltidy5-0.20120821.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/app-text/htmltidy5/Manifest b/app-text/htmltidy5/Manifest
new file mode 100644
index 0000000..615745b
--- /dev/null
+++ b/app-text/htmltidy5/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST htmltidy5-0.20120821-git.zip 909470 SHA256 bfffdd04cb545eaf554da8199db2949a5a07ab3cf26f69bde4e53ce481b02d16 SHA512 7ec04bd7c4eb7988d71ea235714686a5c56c230976f5d951c1d014db5e84887b433363c1cce378093ec5420e91f39765c37b8a8ad17032743ea48a86f8784beb WHIRLPOOL 3569c232825f30c6ce55791fcda2c0b911e468f8113372b905ed119b4f7f58a24cd4eb2456268916bd2c7df2654ccb775fa8688d70052e3e4f879b9823d47769
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlDu6LkACgkQiIP6VqMIqNdMRAD+PNTPViexKeLY8W9h7SADI1e1
+hcULOcoQjIcqrsOLxToA/3b1KIWbWch/3X03H1nz5vo8pVuuZsS4tcvmEboiZb5i
+=4RdM
+-----END PGP SIGNATURE-----

diff --git a/app-text/htmltidy5/htmltidy5-0.20120821.ebuild b/app-text/htmltidy5/htmltidy5-0.20120821.ebuild
new file mode 100644
index 0000000..f3812ab
--- /dev/null
+++ b/app-text/htmltidy5/htmltidy5-0.20120821.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-20090325-r1.ebuild,v 1.4 2012/05/29 17:01:06 aballier Exp $
+
+EAPI=4
+
+GIT_COMMIT="0cf6d998431a61f1bd630e7883d4d43df4ad8ccc"
+
+inherit eutils autotools
+
+DESCRIPTION="Tidy the layout and correct errors in HTML and XML documents"
+HOMEPAGE="http://tidy.sourceforge.net/"
+SRC_URI="https://github.com/w3c/tidy-html5/archive/${GIT_COMMIT}.zip -> ${P}-git.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug doc static-libs"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND="!!app-text/htmltidy"
+
+S="${WORKDIR}"/tidy-html5-${GIT_COMMIT}
+
+src_prepare() {
+	# Required to setup the source dist for autotools
+	einfo "Setting up autotools for source build"
+	cp -R  ./build/gnuauto/* . || die "could not prepare autotools environment"
+
+	# Stop tidy from appending -O2 to our CFLAGS
+#	epatch "${FILESDIR}"/htmltidy-5.10.26-strip-O2-flag.patch
+
+	# Define /etc/tidyrc for system wide config, bug 154834
+#	epatch "${FILESDIR}"/htmltidy-20090325-tidyrc.patch
+
+	eautoreconf
+}
+
+src_compile() {
+	default
+
+	if use doc ; then
+		doxygen htmldoc/doxygen.cfg  || die "error making apidocs"
+	fi
+}
+
+src_configure() {
+	econf \
+		$(use_enable debug) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -exec rm -f {} +
+
+	# If use 'doc' is set, then we also want to install the
+	# api documentation
+	use doc && dohtml -r htmldoc/api
+}

diff --git a/app-text/htmltidy5/metadata.xml b/app-text/htmltidy5/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/app-text/htmltidy5/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: app-text/htmltidy5/
@ 2015-11-30  6:50 Hans de Graaff
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2015-11-30  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ecb42b49948092f253c47bcd3134357d20871784
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Nov 30 06:50:32 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 06:50:32 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=ecb42b49

Use app-text/tidy-html5 from the gentoo tree

 app-text/htmltidy5/ChangeLog                   | 10 -----
 app-text/htmltidy5/Manifest                    | 11 -----
 app-text/htmltidy5/htmltidy5-0.20120821.ebuild | 61 --------------------------
 app-text/htmltidy5/metadata.xml                |  5 ---
 4 files changed, 87 deletions(-)

diff --git a/app-text/htmltidy5/ChangeLog b/app-text/htmltidy5/ChangeLog
deleted file mode 100644
index 72e8233..0000000
--- a/app-text/htmltidy5/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for app-text/htmltidy5
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*htmltidy5-0.20120821 (10 Jan 2013)
-
-  10 Jan 2013; Hans de Graaff <graaff@gentoo.org> +htmltidy5-0.20120821.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/app-text/htmltidy5/Manifest b/app-text/htmltidy5/Manifest
deleted file mode 100644
index 615745b..0000000
--- a/app-text/htmltidy5/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST htmltidy5-0.20120821-git.zip 909470 SHA256 bfffdd04cb545eaf554da8199db2949a5a07ab3cf26f69bde4e53ce481b02d16 SHA512 7ec04bd7c4eb7988d71ea235714686a5c56c230976f5d951c1d014db5e84887b433363c1cce378093ec5420e91f39765c37b8a8ad17032743ea48a86f8784beb WHIRLPOOL 3569c232825f30c6ce55791fcda2c0b911e468f8113372b905ed119b4f7f58a24cd4eb2456268916bd2c7df2654ccb775fa8688d70052e3e4f879b9823d47769
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlDu6LkACgkQiIP6VqMIqNdMRAD+PNTPViexKeLY8W9h7SADI1e1
-hcULOcoQjIcqrsOLxToA/3b1KIWbWch/3X03H1nz5vo8pVuuZsS4tcvmEboiZb5i
-=4RdM
------END PGP SIGNATURE-----

diff --git a/app-text/htmltidy5/htmltidy5-0.20120821.ebuild b/app-text/htmltidy5/htmltidy5-0.20120821.ebuild
deleted file mode 100644
index f3812ab..0000000
--- a/app-text/htmltidy5/htmltidy5-0.20120821.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/htmltidy/htmltidy-20090325-r1.ebuild,v 1.4 2012/05/29 17:01:06 aballier Exp $
-
-EAPI=4
-
-GIT_COMMIT="0cf6d998431a61f1bd630e7883d4d43df4ad8ccc"
-
-inherit eutils autotools
-
-DESCRIPTION="Tidy the layout and correct errors in HTML and XML documents"
-HOMEPAGE="http://tidy.sourceforge.net/"
-SRC_URI="https://github.com/w3c/tidy-html5/archive/${GIT_COMMIT}.zip -> ${P}-git.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug doc static-libs"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND="!!app-text/htmltidy"
-
-S="${WORKDIR}"/tidy-html5-${GIT_COMMIT}
-
-src_prepare() {
-	# Required to setup the source dist for autotools
-	einfo "Setting up autotools for source build"
-	cp -R  ./build/gnuauto/* . || die "could not prepare autotools environment"
-
-	# Stop tidy from appending -O2 to our CFLAGS
-#	epatch "${FILESDIR}"/htmltidy-5.10.26-strip-O2-flag.patch
-
-	# Define /etc/tidyrc for system wide config, bug 154834
-#	epatch "${FILESDIR}"/htmltidy-20090325-tidyrc.patch
-
-	eautoreconf
-}
-
-src_compile() {
-	default
-
-	if use doc ; then
-		doxygen htmldoc/doxygen.cfg  || die "error making apidocs"
-	fi
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -exec rm -f {} +
-
-	# If use 'doc' is set, then we also want to install the
-	# api documentation
-	use doc && dohtml -r htmldoc/api
-}

diff --git a/app-text/htmltidy5/metadata.xml b/app-text/htmltidy5/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/app-text/htmltidy5/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-30  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 16:13 [gentoo-commits] dev/graaff:master commit in: app-text/htmltidy5/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2015-11-30  6:50 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox