commit:     5af0aaa734176c779e12b144a905f64c4ec29c19
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 16:44:56 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 16:44:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af0aaa7

media-fonts/artwiz-latin1: Port to EAPI 7

Bug: https://bugs.gentoo.org/697302
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild 
b/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild
index 4600923234f..7eb2d63e839 100644
--- a/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild
+++ b/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild
@@ -1,7 +1,7 @@
-# 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
 
@@ -12,9 +12,9 @@ SRC_URI="mirror://sourceforge/artwiz-latin1/${P}.tgz"
 LICENSE="GPL-2"
 SLOT=0
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE=""
 
-S=${WORKDIR}/artwiz-latin1
-FONT_S=${S}
-FONT_SUFFIX="pcf.gz"
+S="${WORKDIR}/${PN}"
+
 DOCS="README AUTHORS VERSION CHANGELOG"
+FONT_S="${S}"
+FONT_SUFFIX="pcf.gz"

Reply via email to