summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2007-03-02 00:10:12 +0000
committerLars Weiler <pylon@gentoo.org>2007-03-02 00:10:12 +0000
commitbc1043c545a4f82d628136ac89287a70be4f0bd1 (patch)
tree7fde8c08884fc1762477045b13fc1b3bb0dab7aa /app-doc/selfhtml/selfhtml-8.1.2.ebuild
parentRemoved old version and dependency on libzvt for 4.x ebuilds (see bug #147550). (diff)
downloadhistorical-bc1043c545a4f82d628136ac89287a70be4f0bd1.tar.gz
historical-bc1043c545a4f82d628136ac89287a70be4f0bd1.tar.bz2
historical-bc1043c545a4f82d628136ac89287a70be4f0bd1.zip
Version bump.
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'app-doc/selfhtml/selfhtml-8.1.2.ebuild')
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
new file mode 100644
index 000000000000..a0c1704a4fbc
--- /dev/null
+++ b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.1 2007/03/02 00:10:11 pylon Exp $
+
+S=${WORKDIR}
+TARGET=/usr/share/doc/${PF}/html
+DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript Documentation"
+SRC_URI="http://aktuell.de.selfhtml.org/cgi-bin/selfdown/download.pl/${PN}${PV//\./}.zip"
+HOMEPAGE="http://selfhtml.org"
+DEPEND="app-arch/unzip"
+SLOT="0"
+LICENSE="selfhtml"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ dodir ${TARGET}
+ cp -pR ${S}/* ${D}${TARGET}
+}