diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-text/html401 | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-text/html401')
-rw-r--r-- | app-text/html401/Manifest | 1 | ||||
-rw-r--r-- | app-text/html401/files/html401-decl.diff | 12 | ||||
-rw-r--r-- | app-text/html401/html401-19991224-r2.ebuild | 33 | ||||
-rw-r--r-- | app-text/html401/metadata.xml | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/app-text/html401/Manifest b/app-text/html401/Manifest new file mode 100644 index 000000000000..6d5ba68bc363 --- /dev/null +++ b/app-text/html401/Manifest @@ -0,0 +1 @@ +DIST html40.tgz 369830 SHA256 c5f9af793b0fa71eb94858f2cf659292779f4fba638a6cab7d23d5ea43541a1d SHA512 f7423b55f8a5ad2806555700f450e1f46ba4370d1e47f1332e18b01ecd5a41217fc4426ad29c852b6e17100dc4c0a7add9961df35e87660df0e087ad03e4918e WHIRLPOOL c8435e1ee2f3d9f3cb8dc861849b9910b9b3dc33808d7f2cc95d91cd80669758534f761bf028a848dd4a97fa56f3e6a73f9bc0a1fcd03743e65cb775d15fc231 diff --git a/app-text/html401/files/html401-decl.diff b/app-text/html401/files/html401-decl.diff new file mode 100644 index 000000000000..27819a8afd17 --- /dev/null +++ b/app-text/html401/files/html401-decl.diff @@ -0,0 +1,12 @@ +--- HTML4.cat.orig 2004-11-06 20:25:39.000000000 +0900 ++++ HTML4.cat 2004-11-06 21:16:08.543377286 +0900 +@@ -1,5 +1,9 @@ + OVERRIDE YES + ++DTDDECL "-//W3C//DTD HTML 4.01//EN" HTML4.decl ++DTDDECL "-//W3C//DTD HTML 4.01 Transitional//EN" HTML4.decl ++DTDDECL "-//W3C//DTD HTML 4.01 Frameset//EN" HTML4.decl ++ + PUBLIC "-//W3C//DTD HTML 4.01//EN" strict.dtd + PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" loose.dtd + PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" frameset.dtd diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild new file mode 100644 index 000000000000..91ceb588c97d --- /dev/null +++ b/app-text/html401/html401-19991224-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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#/##") +} diff --git a/app-text/html401/metadata.xml b/app-text/html401/metadata.xml new file mode 100644 index 000000000000..4538a68724a6 --- /dev/null +++ b/app-text/html401/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> +</pkgmetadata> |