summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-11-06 12:56:17 +0000
committerMamoru Komachi <usata@gentoo.org>2004-11-06 12:56:17 +0000
commit135634b93b5bf04370961425d0124444f73bb217 (patch)
tree17f0437f8e9f7e507c2c2e4764da2209e79d6665 /app-text/html401/html401-19991224-r2.ebuild
parentStable on ppc64; bug #68661 (Manifest recommit) (diff)
downloadgentoo-2-135634b93b5bf04370961425d0124444f73bb217.tar.gz
gentoo-2-135634b93b5bf04370961425d0124444f73bb217.tar.bz2
gentoo-2-135634b93b5bf04370961425d0124444f73bb217.zip
Added DTDDECL to HTML4.cat; bug #33517.
Diffstat (limited to 'app-text/html401/html401-19991224-r2.ebuild')
-rw-r--r--app-text/html401/html401-19991224-r2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild
new file mode 100644
index 000000000000..98f8f26e4ade
--- /dev/null
+++ b/app-text/html401/html401-19991224-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.1 2004/11/06 12:56:17 usata Exp $
+
+inherit sgml-catalog eutils
+
+DESCRIPTION="DTDs for the HyperText Markup Language 4.01"
+HOMEPAGE="http://www.w3.org/TR/${PN}/"
+SRC_URI="http://www.w3.org/TR/html401/html40.tgz"
+S=${WORKDIR}
+LICENSE="W3C"
+SLOT="0"
+KEYWORDS="~x86 ~s390"
+IUSE=""
+DEPEND="app-text/sgml-common"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-decl.diff
+}
+
+src_install() {
+ insinto /usr/share/sgml/${PN}
+ doins HTML4.cat HTML4.decl *.dtd *.ent
+ insinto /etc/sgml
+ dohtml *.html */*
+}
+
+sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
+ "/usr/share/sgml/${PN}/HTML4.cat"