From f67a1e55858b6ab799dadc278928eabf8592dbbe Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 19 Oct 2019 13:19:59 +0200 Subject: media-fonts/unfonts: Port to EAPI 7 Bug: https://bugs.gentoo.org/697296 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'media-fonts/unfonts') diff --git a/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild b/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild index dc3701816864..965747716b03 100644 --- a/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild +++ b/media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild @@ -1,13 +1,12 @@ -# 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/" @@ -17,9 +16,10 @@ LICENSE="GPL-2" 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}" -- cgit v1.2.3-65-gdbad