Bug: https://bugs.gentoo.org/697296
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
MY_PN="un-fonts"
-MY_PV=${PV/_pre/-}
-S=${WORKDIR}/${MY_PN}
+MY_PV="${PV/_pre/-}"
DESCRIPTION="Korean Un fonts collection"
HOMEPAGE="http://kldp.net/projects/unfonts/"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
-
-FONT_SUFFIX="ttf"
-FONT_S=${S}
-
# Only installs fonts
RESTRICT="strip binchecks"
+
+S="${WORKDIR}/${MY_PN}"
+
+FONT_SUFFIX="ttf"
+FONT_S="${S}"