commit: c8c29cb0ed6db018c22b52b72795238710037b65 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 18:06:21 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 18:06:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c29cb0
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 <AT> gentoo.org> media-fonts/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 690c10ad98a..8e0d113c166 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() {
