summaryrefslogtreecommitdiff
path: root/app-text/html401
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/html401
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/html401')
-rw-r--r--app-text/html401/Manifest4
-rw-r--r--app-text/html401/files/html401-decl.diff12
-rw-r--r--app-text/html401/html401-19991224-r3.ebuild32
-rw-r--r--app-text/html401/metadata.xml5
4 files changed, 0 insertions, 53 deletions
diff --git a/app-text/html401/Manifest b/app-text/html401/Manifest
deleted file mode 100644
index ab5253bddb28..000000000000
--- a/app-text/html401/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX html401-decl.diff 469 BLAKE2B 7b7e98352b9650b06fa7c9e792e1538873827ffd8d7c043d45a3035c1c1099be9c2aed632717f959a92b2b5f0dc646104c81f13fe612cbcabb3531afcf3d4b9a SHA512 066d1c3672e2b8fd86a696c511c4eab92c8772f147503a986f6c89d1c33720325d15c22157c81d7f121ee441328b89f73a194d5e7e40af4408b0f9b8e0cc65d2
-DIST html40.tgz 369830 BLAKE2B c6fc0f65a9c65df34f534ce1db3cc53ba6ded4481df78f168c1b05b7e3b81fad7ddf3ee519ff1a901f0256af89285eefb39400ebc5b4089c1a16dfe935c6cf21 SHA512 f7423b55f8a5ad2806555700f450e1f46ba4370d1e47f1332e18b01ecd5a41217fc4426ad29c852b6e17100dc4c0a7add9961df35e87660df0e087ad03e4918e
-EBUILD html401-19991224-r3.ebuild 767 BLAKE2B fb6c509178154e010191683b1b3a26449b3136e6e662b9033134314b7587ba69c2583046366e1d7b0cead226dd2e6e3f24e1ba97eb4270a15080d4fa3086164f SHA512 f1669367c90b57b5d53e296736e511fc84561532d61f58caf6b7d76064ec178dcda9b0b02f6f27467c2e0f50059e0cfa37ba78edd6fd0841dbd4eb5d4d296e4b
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-text/html401/files/html401-decl.diff b/app-text/html401/files/html401-decl.diff
deleted file mode 100644
index 27819a8afd17..000000000000
--- a/app-text/html401/files/html401-decl.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- HTML4.cat.orig 2004-11-06 20:25:39.000000000 +0900
-+++ HTML4.cat 2004-11-06 21:16:08.543377286 +0900
-@@ -1,5 +1,9 @@
- OVERRIDE YES
-
-+DTDDECL "-//W3C//DTD HTML 4.01//EN" HTML4.decl
-+DTDDECL "-//W3C//DTD HTML 4.01 Transitional//EN" HTML4.decl
-+DTDDECL "-//W3C//DTD HTML 4.01 Frameset//EN" HTML4.decl
-+
- PUBLIC "-//W3C//DTD HTML 4.01//EN" strict.dtd
- PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" loose.dtd
- PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" frameset.dtd
diff --git a/app-text/html401/html401-19991224-r3.ebuild b/app-text/html401/html401-19991224-r3.ebuild
deleted file mode 100644
index 777837fcc2f2..000000000000
--- a/app-text/html401/html401-19991224-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit sgml-catalog eutils
-
-DESCRIPTION="DTDs for the HyperText Markup Language 4.01"
-HOMEPAGE="http://www.w3.org/TR/html401/"
-SRC_URI="http://www.w3.org/TR/html401/html40.tgz"
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="amd64 ppc ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-DEPEND="app-text/sgml-common"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
- "/usr/share/sgml/${PN}/HTML4.cat"
- epatch "${FILESDIR}"/${PN}-decl.diff
-}
-
-src_install() {
- insinto /usr/share/sgml/${PN}
- doins HTML4.cat HTML4.decl *.dtd *.ent
- insinto /usr/share/doc/${PF}/html
- doins -r *.html $(ls -p | fgrep "/" | sed "s#/##")
-}
diff --git a/app-text/html401/metadata.xml b/app-text/html401/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-text/html401/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-needed -->
-</pkgmetadata>