From 4ce77fa5de068b5cdab12e64c99d9f2c9b33ba25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 8 Nov 2019 22:08:24 +0100 Subject: [PATCH] app-text/html401: Drop old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/html401/html401-19991224-r3.ebuild | 32 --------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-text/html401/html401-19991224-r3.ebuild 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#/##") -} -- 2.26.2