summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2015-11-30 07:50:32 +0100
committerHans de Graaff <hans@degraaff.org>2015-11-30 07:50:32 +0100
commitecb42b49948092f253c47bcd3134357d20871784 (patch)
tree608b5307216804e03fd52403c6fd9d244a2e47c6 /app-text
parentdev-ruby/require_all: add 1.3.3 (diff)
downloadgraaff-ecb42b49948092f253c47bcd3134357d20871784.tar.gz
graaff-ecb42b49948092f253c47bcd3134357d20871784.tar.bz2
graaff-ecb42b49948092f253c47bcd3134357d20871784.zip
Use app-text/tidy-html5 from the gentoo tree
Diffstat (limited to 'app-text')
-rw-r--r--app-text/htmltidy5/ChangeLog10
-rw-r--r--app-text/htmltidy5/Manifest11
-rw-r--r--app-text/htmltidy5/htmltidy5-0.20120821.ebuild61
-rw-r--r--app-text/htmltidy5/metadata.xml5
4 files changed, 0 insertions, 87 deletions
diff --git a/app-text/htmltidy5/ChangeLog b/app-text/htmltidy5/ChangeLog
deleted file mode 100644
index 72e82336..00000000
--- 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 615745b5..00000000
--- 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 f3812ab0..00000000
--- 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 f9772993..00000000
--- 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>