diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-03-08 16:54:45 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-03-08 16:54:45 +0000 |
commit | 6440ad2016974b63be1f52e0d1a91bf7d854b678 (patch) | |
tree | d43a75fe59237ca02838c443c8d6d7eee5960719 /app-doc/selfhtml/selfhtml-8.0-r1.ebuild | |
parent | (no commit message) (diff) | |
download | historical-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/selfhtml-8.0-r1.ebuild')
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.0-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 * +} |