summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-10-19 18:45:00 +0200
committerDavid Seifert <soap@gentoo.org>2019-10-19 18:45:00 +0200
commit3ba0f532897d712d20bf34a518f016c2fd6d1c5c (patch)
tree920b8d0ac10a521bb1514675dbbab5a4587a27b4
parentmedia-fonts/artwiz-latin1: Port to EAPI 7 (diff)
downloadgentoo-3ba0f532897d712d20bf34a518f016c2fd6d1c5c.tar.gz
gentoo-3ba0f532897d712d20bf34a518f016c2fd6d1c5c.tar.bz2
gentoo-3ba0f532897d712d20bf34a518f016c2fd6d1c5c.zip
media-fonts/texcm-ttf: 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@gentoo.org>
-rw-r--r--media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
index 7cccd401498a..25456e9238d5 100644
--- a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
+++ b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
@@ -12,11 +12,10 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.zip"
LICENSE="bakoma"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=""
+BDEPEND="app-arch/unzip"
-S=${WORKDIR}/${PN}
-FONT_S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
+
+FONT_S="${S}"
FONT_SUFFIX="ttf"