summaryrefslogtreecommitdiff
path: root/app-text/html401
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /app-text/html401
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'app-text/html401')
-rw-r--r--app-text/html401/Manifest3
-rw-r--r--app-text/html401/html401-19991224-r3.ebuild32
-rw-r--r--app-text/html401/html401-19991224-r4.ebuild4
3 files changed, 3 insertions, 36 deletions
diff --git a/app-text/html401/Manifest b/app-text/html401/Manifest
index f7317e40a8e2..a69fb43d67a1 100644
--- a/app-text/html401/Manifest
+++ b/app-text/html401/Manifest
@@ -1,5 +1,4 @@
AUX html401-decl.diff 468 BLAKE2B 4854afffaf01650a2c7997976a17d0e72e0fe71271047c362fa2956fa533035b5f2df4363c46c86fe39f3373357716d5913f5727644ecb91cbf65411bc697f42 SHA512 3f79a67c39f8c7a07b1bf0ec451620dd2ba1a8ee935751714262488bb50a5191c4f92362cd26f0438e0251d138d923ff2ebf6e216fbbbf8312c4010b7e3ce7e0
DIST html40.tgz 369830 BLAKE2B c6fc0f65a9c65df34f534ce1db3cc53ba6ded4481df78f168c1b05b7e3b81fad7ddf3ee519ff1a901f0256af89285eefb39400ebc5b4089c1a16dfe935c6cf21 SHA512 f7423b55f8a5ad2806555700f450e1f46ba4370d1e47f1332e18b01ecd5a41217fc4426ad29c852b6e17100dc4c0a7add9961df35e87660df0e087ad03e4918e
-EBUILD html401-19991224-r3.ebuild 767 BLAKE2B fb6c509178154e010191683b1b3a26449b3136e6e662b9033134314b7587ba69c2583046366e1d7b0cead226dd2e6e3f24e1ba97eb4270a15080d4fa3086164f SHA512 f1669367c90b57b5d53e296736e511fc84561532d61f58caf6b7d76064ec178dcda9b0b02f6f27467c2e0f50059e0cfa37ba78edd6fd0841dbd4eb5d4d296e4b
-EBUILD html401-19991224-r4.ebuild 1014 BLAKE2B f790eb16c25ce67611295a20b6fdc63760fab22aa7c48a0fb331cd4a7079e563937115d0d5f96e931cab17f33fee5da90038c5e4b319a3e63fa1059e031abc74 SHA512 8539faf00e908a5354a6a8a6e5cf38a133c53a3acb720b0adce89c094e183ee72e2279023f2bc3f9e7a1e00f0af47255e6a90c9aaba373f5ae4653b5f9541b15
+EBUILD html401-19991224-r4.ebuild 1034 BLAKE2B f6b45a48b4e7e3654c4a719163fa8ad0c79966e091e082006766f7c032691427685e1031f93311906a3c56c0512cc254baf48a8c82a6f0c5243f56fb1b9198c8 SHA512 f35596fef49c99fd6f7d2257a06a540192ec053e3fe1828f6ad2cd008b34de5aebcd243ac62d64e7d1790f9e9f64222c8771718f45e6a2727fdf7dfd228c2747
MISC metadata.xml 247 BLAKE2B 1750cec57189e711ca5eba89a78e1d317f0839fa53564fbd39b4e955c28d98f4ae04caf9069afc20a18536cdc92b30fe7b15eb086767c742bad07d9980cfd24b SHA512 d6e2ea8a9d74791bcbf3d6311a66bafc20b8f4db3a576d9a8d54b86d7afb231122b8d87f71f3f46360980adf8d815c633b6d5041f9a30fc8656e8fb66057a282
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/html401-19991224-r4.ebuild b/app-text/html401/html401-19991224-r4.ebuild
index c51da3def031..8b2044b87896 100644
--- a/app-text/html401/html401-19991224-r4.ebuild
+++ b/app-text/html401/html401-19991224-r4.ebuild
@@ -5,8 +5,8 @@ EAPI=7
inherit sgml-catalog-r1
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"
+HOMEPAGE="https://www.w3.org/TR/html401/"
+SRC_URI="https://www.w3.org/TR/1999/REC-html401-19991224/html40.tgz"
LICENSE="W3C"
SLOT="0"