diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-10 13:19:17 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-10 13:48:39 +0100 |
commit | 5a39bd7bf25e78e5ac91f588d2b5b9da1853f781 (patch) | |
tree | 7ff5ecc1829c090d8fdce6f23d6d991eeaa8efc2 /app-text | |
parent | dev-util/perf: drop old (diff) | |
download | gentoo-5a39bd7bf25e78e5ac91f588d2b5b9da1853f781.tar.gz gentoo-5a39bd7bf25e78e5ac91f588d2b5b9da1853f781.tar.bz2 gentoo-5a39bd7bf25e78e5ac91f588d2b5b9da1853f781.zip |
app-text/tidy-html5: treeclean
Closes: https://bugs.gentoo.org/564884
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tidy-html5/Manifest | 2 | ||||
-rw-r--r-- | app-text/tidy-html5/metadata.xml | 11 | ||||
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.6.0.ebuild | 25 | ||||
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild | 26 | ||||
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.7.28.ebuild | 25 |
5 files changed, 0 insertions, 89 deletions
diff --git a/app-text/tidy-html5/Manifest b/app-text/tidy-html5/Manifest deleted file mode 100644 index 816c0efd3750..000000000000 --- a/app-text/tidy-html5/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST tidy-html5-5.6.0.tar.gz 665438 BLAKE2B 3e362c8a22a5de827ec14110bad08985ff326c061043cd3cb0ffefd6b3af9a178197fca6a97bbb42b94760e530ec44646f13f6429736f7989effe52515580f21 SHA512 179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1 -DIST tidy-html5-5.7.28.tar.gz 670474 BLAKE2B f1f030bda478f09f1786b34f62ac547249cbfe9d7d06aa7a3a07fb993ee64cf9911d04e4c487c9854e86493da08ef8ca5ee65faf0ce6473cd5914c74ad8c9251 SHA512 557cae0c00d581c9272649e0b3c143b70bc1941a59c497dd0b7266d70b3b2ff652dea075a855737d2d02ea58bb57d9403d61287c1ae40ec0281e7801991b57d7 diff --git a/app-text/tidy-html5/metadata.xml b/app-text/tidy-html5/metadata.xml deleted file mode 100644 index 541e52bb72b7..000000000000 --- a/app-text/tidy-html5/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>monsieurp@gentoo.org</email> - <name>Patrice Clement</name> - </maintainer> - <upstream> - <remote-id type="github">htacg/tidy-html5</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild b/app-text/tidy-html5/tidy-html5-5.6.0.ebuild deleted file mode 100644 index e4bc1edc7095..000000000000 --- a/app-text/tidy-html5/tidy-html5-5.6.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents" -HOMEPAGE="https://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 arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND="!app-text/htmltidy" - -DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md ) - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR="$(get_libdir)" - ) - cmake_src_configure -} diff --git a/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild b/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild deleted file mode 100644 index f3f78ced3cec..000000000000 --- a/app-text/tidy-html5/tidy-html5-5.7.28-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents" -HOMEPAGE="https://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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" - -RDEPEND="!app-text/htmltidy" - -DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md ) - -src_configure() { - local mycmakeargs=( - -DTIDY_CONSOLE_SHARED=yes - -DLIB_INSTALL_DIR="$(get_libdir)" - ) - cmake_src_configure -} diff --git a/app-text/tidy-html5/tidy-html5-5.7.28.ebuild b/app-text/tidy-html5/tidy-html5-5.7.28.ebuild deleted file mode 100644 index 2ac01ddec292..000000000000 --- a/app-text/tidy-html5/tidy-html5-5.7.28.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Tidy the layout and correct errors in HTML, HTML5 and XML documents" -HOMEPAGE="https://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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" - -RDEPEND="!app-text/htmltidy" - -DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md ) - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR="$(get_libdir)" - ) - cmake_src_configure -} |