commit:     f67a1e55858b6ab799dadc278928eabf8592dbbe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 11:19:59 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 11:19:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67a1e55

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 <soap <AT> gentoo.org>

 media-fonts/unfonts/unfonts-1.0.2_pre080608-r1.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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 dc370181686..965747716b0 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}"

Reply via email to