diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 15:52:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 15:52:16 +0300 |
commit | 23ebe5a844941977f97722274a37cc894ff4c36c (patch) | |
tree | 7fedfe4b41e0c4c363d50de9fda93e2dc5d29867 /app-text/html401 | |
parent | app-text/html401: x86 stable wrt bug #644256 (diff) | |
download | gentoo-23ebe5a844941977f97722274a37cc894ff4c36c.tar.gz gentoo-23ebe5a844941977f97722274a37cc894ff4c36c.tar.bz2 gentoo-23ebe5a844941977f97722274a37cc894ff4c36c.zip |
app-text/html401: Drop old
Closes: https://bugs.gentoo.org/644256
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/html401')
-rw-r--r-- | app-text/html401/html401-19991224-r2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild deleted file mode 100644 index 807d1d6eaeef..000000000000 --- a/app-text/html401/html401-19991224-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -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 /etc/sgml - dohtml -r *.html $(ls -p | fgrep "/" | sed "s#/##") -} |