From c1f980accc89dfc8cf7c309cac97149c53982b56 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Thu, 5 Apr 2001 05:09:39 +0000 Subject: *** empty log message *** --- app-text/gentoo-guide-xml-dtd/files/catalog | 5 +- .../gentoo-guide-xml-dtd/files/guide/guide-2.1.dtd | 163 +++++++++++++++++++++ .../gentoo-guide-xml-dtd-2.1.ebuild | 30 ++++ 3 files changed, 195 insertions(+), 3 deletions(-) create mode 100644 app-text/gentoo-guide-xml-dtd/files/guide/guide-2.1.dtd create mode 100644 app-text/gentoo-guide-xml-dtd/gentoo-guide-xml-dtd-2.1.ebuild (limited to 'app-text/gentoo-guide-xml-dtd') diff --git a/app-text/gentoo-guide-xml-dtd/files/catalog b/app-text/gentoo-guide-xml-dtd/files/catalog index a3827684c7d5..48f011faf9c3 100644 --- a/app-text/gentoo-guide-xml-dtd/files/catalog +++ b/app-text/gentoo-guide-xml-dtd/files/catalog @@ -1,11 +1,10 @@ - -- Catalog data for Gentoo Guide XML V1.0 -- + -- Catalog data for Gentoo Guide XML V2.1 -- -- File catalog -- -- Gentoo Guide driver file .................................................. -- -PUBLIC "-//Gentoo//DTD Guide XML V1.0//EN" "xml-dtd-1.0/guide.dtd" -PUBLIC "-//Gentoo//DTD Guide XML V2.0//EN" "xml-dtd-2.0/guide.dtd" +PUBLIC "-//Gentoo//DTD Guide XML V2.1//EN" "xml-dtd-2.1/guide.dtd" -- ISO entity sets ...................................................... -- diff --git a/app-text/gentoo-guide-xml-dtd/files/guide/guide-2.1.dtd b/app-text/gentoo-guide-xml-dtd/files/guide/guide-2.1.dtd new file mode 100644 index 000000000000..eff2db9d8bc9 --- /dev/null +++ b/app-text/gentoo-guide-xml-dtd/files/guide/guide-2.1.dtd @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app-text/gentoo-guide-xml-dtd/gentoo-guide-xml-dtd-2.1.ebuild b/app-text/gentoo-guide-xml-dtd/gentoo-guide-xml-dtd-2.1.ebuild new file mode 100644 index 000000000000..1cf0b9c2ea3a --- /dev/null +++ b/app-text/gentoo-guide-xml-dtd/gentoo-guide-xml-dtd-2.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name +# $Header: /var/cvsroot/gentoo-x86/app-text/gentoo-guide-xml-dtd/gentoo-guide-xml-dtd-2.1.ebuild,v 1.1 2001/04/05 05:09:39 achim Exp $ + +S=${WORKDIR} +DESCRIPTION="DTD for Gentoo-Guide Style XML Files" + +DEPEND=">=app-text/sgml-common-0.6.1" + +src_install () { + + cd ${FILESDIR} + + insinto /usr/share/sgml/guide + doins catalog + insinto /usr/share/sgml/guide/ent + doins ent/*.ent + insinto /usr/share/sgml/guide/xml-dtd-2.1 + newins guide/guide-2.1.dtd guide.dtd + +} + +pkg_postinst() { + install-catalog --add /etc/sgml/gentoo-guide.cat /usr/share/sgml/guide/catalog +} + +pkg_prerm() { + install-catalog --remove /etc/sgml/gentoo-guide.cat /usr/share/sgml/guide/catalog +} -- cgit v1.2.3-65-gdbad