app-doc/selflinux: Drop 0.13.0 (r0), EAPI5--

Closes: https://bugs.gentoo.org/799689
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-08-03 14:40:51 +02:00
parent 0bedc7744b
commit 6828e6fa4c
No known key found for this signature in database
GPG Key ID: 444B0F96FFD22CCB
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MY_P="SelfLinux-${PV}"
DESCRIPTION="german-language hypertext tutorial about Linux"
HOMEPAGE="http://selflinux.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="FDL-1.1+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
src_install() {
dohtml * -r
}