summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/selfhtml/selfhtml-8.1.2.ebuild')
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
deleted file mode 100644
index a856a39ecf60..000000000000
--- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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}"
-}