diff options
author | David Seifert <soap@gentoo.org> | 2019-10-19 20:06:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-10-19 20:06:21 +0200 |
commit | c8c29cb0ed6db018c22b52b72795238710037b65 (patch) | |
tree | f94b52a5aac9e3f4dfff32d44911afbfebcdc6e3 /media-fonts/vdrsymbols-ttf | |
parent | media-fonts/monafont: Port to EAPI 7 (diff) | |
download | gentoo-c8c29cb0ed6db018c22b52b72795238710037b65.tar.gz gentoo-c8c29cb0ed6db018c22b52b72795238710037b65.tar.bz2 gentoo-c8c29cb0ed6db018c22b52b72795238710037b65.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'media-fonts/vdrsymbols-ttf')
-rw-r--r-- | media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20100612.ebuild | 12 |
1 files 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() { |