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

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

 media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild 
b/media-fonts/tengwar-fonts/tengwar-fonts-1.9d.ebuild
index 96b3e26dd73..733ed0051ee 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"

Reply via email to