summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-03-08 16:54:45 +0000
committerLars Weiler <pylon@gentoo.org>2004-03-08 16:54:45 +0000
commit6440ad2016974b63be1f52e0d1a91bf7d854b678 (patch)
treed43a75fe59237ca02838c443c8d6d7eee5960719 /app-doc/selfhtml
parent(no commit message) (diff)
downloadhistorical-6440ad2016974b63be1f52e0d1a91bf7d854b678.tar.gz
historical-6440ad2016974b63be1f52e0d1a91bf7d854b678.tar.bz2
historical-6440ad2016974b63be1f52e0d1a91bf7d854b678.zip
SELFHTML 8.0 with errata-pack 1 (therefore the initial ebuild is named -r1)
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r--app-doc/selfhtml/ChangeLog8
-rw-r--r--app-doc/selfhtml/Manifest4
-rw-r--r--app-doc/selfhtml/files/digest-selfhtml-8.0-r12
-rw-r--r--app-doc/selfhtml/metadata.xml8
-rw-r--r--app-doc/selfhtml/selfhtml-8.0-r1.ebuild18
5 files changed, 40 insertions, 0 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
new file mode 100644
index 000000000000..417b4abb590e
--- /dev/null
+++ b/app-doc/selfhtml/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-doc/selfhtml
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.1 2004/03/08 16:54:45 pylon Exp $
+
+ 08 Mar 2004; Lars Weiler <pylon@gentoo.org> metadata.xml,
+ selfhtml-8.0-r1.ebuild:
+ sELFHTML 8.0 with errata-pack 1 (therefore the initial ebuild is named -r1)
+
diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest
new file mode 100644
index 000000000000..9b83d0b3479e
--- /dev/null
+++ b/app-doc/selfhtml/Manifest
@@ -0,0 +1,4 @@
+MD5 035613e4ea415232c9b9fea9783994ce metadata.xml 221
+MD5 bb923284251ed8f6855473a38b52cf9f selfhtml-8.0-r1.ebuild 613
+MD5 93d37a71a07d645451d362b18a1cd85c ChangeLog 378
+MD5 7806cf628ae7e19d57618c0fa53ab8fe files/digest-selfhtml-8.0-r1 124
diff --git a/app-doc/selfhtml/files/digest-selfhtml-8.0-r1 b/app-doc/selfhtml/files/digest-selfhtml-8.0-r1
new file mode 100644
index 000000000000..cc3f09a50e48
--- /dev/null
+++ b/app-doc/selfhtml/files/digest-selfhtml-8.0-r1
@@ -0,0 +1,2 @@
+MD5 e62f8cea580eb55c9bb73fa78b2b5542 selfhtml80.zip 7185598
+MD5 64c0121c09b90f855557921c7a53246d selfhtml8err01.zip 1174793
diff --git a/app-doc/selfhtml/metadata.xml b/app-doc/selfhtml/metadata.xml
new file mode 100644
index 000000000000..66e0c3df3934
--- /dev/null
+++ b/app-doc/selfhtml/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>pylon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild
new file mode 100644
index 000000000000..57793934a1e7
--- /dev/null
+++ b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.0-r1.ebuild,v 1.1 2004/03/08 16:54:45 pylon Exp $
+
+S=${WORKDIR}
+DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
+SRC_URI="http://www.stud.uni-goettingen.de/software/selfhtml80.zip
+ http://selfaktuell.teamone.de/extras/selfhtml8err01.zip"
+HOMEPAGE="http://selfhtml.teamone.de"
+DEPEND=""
+SLOT="0"
+LICENSE="selfhtml"
+KEYWORDS="x86 ppc sparc alpha mips hppa"
+IUSE=""
+
+src_install() {
+ dohtml -r *
+}