diff options
Diffstat (limited to 'app-doc/selfhtml/selfhtml-8.0-r1.ebuild')
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.0-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild b/app-doc/selfhtml/selfhtml-8.0-r1.ebuild deleted file mode 100644 index 29d8e3a09ef5..000000000000 --- a/app-doc/selfhtml/selfhtml-8.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.9 2005/01/01 13:20:17 eradicator Exp $ - -S=${WORKDIR} -TARGET=/usr/share/doc/${PF}/html -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.org" -DEPEND="app-arch/unzip" -SLOT="0" -LICENSE="selfhtml" -KEYWORDS="x86 ppc sparc alpha mips hppa amd64" -IUSE="" - -src_install() { - dodir ${TARGET} - cp -a ${S}/* ${D}${TARGET} -} |