From c8c29cb0ed6db018c22b52b72795238710037b65 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 19 Oct 2019 20:06:21 +0200 Subject: [PATCH] media-fonts/vdrsymbols-ttf: Port to EAPI 7 Bug: https://bugs.gentoo.org/697290 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert --- .../vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild b/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild index 690c10ad98a4..8e0d113c166c 100644 --- a/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild +++ b/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 - -S=${WORKDIR}/vdrsymbols +EAPI=7 inherit font DESCRIPTION="Font that contains symbols needed for VDR" - HOMEPAGE="http://andreas.vdr-developer.org/fonts/" SRC_URI="http://andreas.vdr-developer.org/fonts/download/${P}.tgz" LICENSE="BitstreamVera" - SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="" -DEPEND="" -RDEPEND="" +S="${WORKDIR}/vdrsymbols" + +FONT_S="${S}" FONT_SUFFIX="ttf" pkg_postinst() { -- 2.26.2