Bug: https://bugs.gentoo.org/697290
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-S=${WORKDIR}/vdrsymbols
+EAPI=7
inherit font
DESCRIPTION="Font that contains symbols needed for VDR"
-
HOMEPAGE="http://andreas.vdr-developer.org/fonts/"
SRC_URI="http://andreas.vdr-developer.org/fonts/download/${P}.tgz"
LICENSE="BitstreamVera"
-
SLOT="0"
KEYWORDS="amd64 ~arm x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
+S="${WORKDIR}/vdrsymbols"
+
+FONT_S="${S}"
FONT_SUFFIX="ttf"
pkg_postinst() {