From 57b69f0099222fbcc5e530ccd1c0060d80439757 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 19 Oct 2019 18:44:50 +0200 Subject: media-fonts/tengwar-fonts: Port to EAPI 7 Bug: https://bugs.gentoo.org/697308 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'media-fonts/tengwar-fonts') diff --git a/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild b/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild index 96b3e26dd736..733ed0051eeb 100644 --- a/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild +++ b/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.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,17 +12,16 @@ SRC_URI=" http://www.tengwar.art.pl/zip/tengs19d.zip http://www.tengwar.art.pl/zip/tengn19d.zip http://www.tengwar.art.pl/zip/parmaite12b.zip - http://www.tengwar.art.pl/zip/tcurs100.zip -" + http://www.tengwar.art.pl/zip/tcurs100.zip" LICENSE="free-noncomm" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" -S=${WORKDIR} -FONT_S=${WORKDIR} -FONT_SUFFIX="ttf TTF" DOCS="*.txt *.TXT *.rtf *.pdf" +FONT_S="${S}" +FONT_SUFFIX="ttf TTF" -- cgit v1.2.3-65-gdbad