Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/html401
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/html401/ChangeLog,v 1.18 2008/01/20 16:12:16 grobian Exp $
20 Jan 2008; Fabian Groffen
html401-19991224-r2.ebuild:
Dropped ppc-macos keyword, see you in prefix
12 Mar 2007; Leonardo Boshell
Replacing text-markup herd with the new sgml herd.
05 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
15 Jan 2006; Marcus D. Hanwell
html401-19991224-r2.ebuild:
Marked ~amd64, closes bug 117753.
15 Oct 2005; Fabian Groffen
html401-19991224-r2.ebuild:
Marked ~ppc-macos (bug #108636)
07 Aug 2005; Michael Hanselmann
html401-19991224-r2.ebuild:
Stable on ppc.
15 Jul 2005; Leonardo Boshell
html401-19991224-r2.ebuild:
Call sgml-catalog_cat_include() from the global scope again (bug #98680).
09 Jul 2005; Leonardo Boshell
html401-19991224-r2.ebuild:
Moved sgml-catalog_cat_include into pkg_setup().
21 Jun 2005; Leonardo Boshell
html401-19991224-r2.ebuild:
Stable on x86.
30 May 2005; Stephanie Lockwood-Childs
html401-19991224-r2.ebuild:
mark ~ppc
*html401-19991224-r2 (06 Nov 2004)
06 Nov 2004; Mamoru KOMACHI
+html401-19991224-r2.ebuild, -html401-19991224.ebuild:
Added DTDDECL to HTML4.cat; bug #33517.
16 Apr 2004; Michael McCabe
html401-19991224-r1.ebuild:
added s390 keywords
08 Jan 2003; Matthew Turk
Marked as stable.
*html401-19991224-r1 (30 Dec 2002)
30 Dec 2002; Matthew Turk
changed to inherit sgml-catalog and better deal with catalogs.
*html401-19991224 (25 Nov 2002)
25 Nov 2002; Rendhalver [Peter Brown]
Initial import. Ebuild submitted by Rendhalver [Peter Brown]
AUX html401-decl.diff 469 RMD160 4ff99f866d514bd72daebe232e4ec9dd89a785e2 SHA1 7f5e3c6a24090da825fda1f429c304e33dbdb51d SHA256 3c770826dd4c0c664b3677ac7242e5110385cb1b5132963696d9199c810ce7b0
DIST html40.tgz 369830 RMD160 ab9cba04fa413ee0a6c371bdb1f60150f3bb4c8b SHA1 a9313fc170bbec0b5474b4fc66524ac3557aabf1 SHA256 c5f9af793b0fa71eb94858f2cf659292779f4fba638a6cab7d23d5ea43541a1d
EBUILD html401-19991224-r2.ebuild 804 RMD160 1dcc15f1148dd28cdea6577c862b8f031687d8c9 SHA1 766f649c3678dfa86a4efe9a3fda6a955d06e7be SHA256 ee77564afdd36a113d2f8321c661b148f6c41fd94ce0257bcd87c4628279bfd6
MISC ChangeLog 2132 RMD160 501be8b920d0acb2053be09013451e15c76d3c6e SHA1 1da3e276107c39e1e24c8622c46b25ee186ab182 SHA256 e14fdbbabd6c89c3ca758122fe9a5845db88ed6eb7d2549d4aaccfa68f9527b6
MISC metadata.xml 159 RMD160 a94e7b2c191d1593b8bc416d266571e001c2f673 SHA1 3c1d0831d8acacef390234d20d7711cabded861a SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3
# Copyright 1999-2008 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.11 2008/01/20 16:12:16 grobian Exp $
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"
S=${WORKDIR}
LICENSE="W3C"
SLOT="0"
KEYWORDS="~amd64 ppc s390 x86"
IUSE=""
DEPEND="app-text/sgml-common"
sgml-catalog_cat_include "/etc/sgml/${PN}.cat" \
"/usr/share/sgml/${PN}/HTML4.cat"
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 */*
}