diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 14:42:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:50 +0100 |
commit | 96ffe44c0350d5ffafb4a5c8064f7dce822916f7 (patch) | |
tree | f4a4922268607f2b3ca57cef292f9bbd7169db4f /media-fonts/lohit-tamil-classical | |
parent | media-fonts/lohit-tamil: EAPI-7 bump (diff) | |
download | gentoo-96ffe44c0350d5ffafb4a5c8064f7dce822916f7.tar.gz gentoo-96ffe44c0350d5ffafb4a5c8064f7dce822916f7.tar.bz2 gentoo-96ffe44c0350d5ffafb4a5c8064f7dce822916f7.zip |
media-fonts/lohit-tamil-classical: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/lohit-tamil-classical')
-rw-r--r-- | media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild b/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild index 0c12137d3e0e..51748719214f 100644 --- a/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild +++ b/media-fonts/lohit-tamil-classical/lohit-tamil-classical-2.5.4.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit font +EAPI=7 + FONTDIR="/usr/share/fonts/indic/${PN}" FONT_SUFFIX="ttf" +inherit font DESCRIPTION="The Lohit Tamil Classical font" HOMEPAGE="https://pagure.io/lohit" SRC_URI="https://releases.pagure.org/lohit/${PN}-${FONT_SUFFIX}-${PV}.tar.gz" +S="${WORKDIR}/${PN}-${FONT_SUFFIX}-${PV}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 s390 sparc x86 ~ppc-macos" IUSE="" -DEPEND="!<media-fonts/lohit-fonts-2.20150220" -RDEPEND="${DEPEND}" - RESTRICT="test binchecks" -S=${WORKDIR}/${PN}-${FONT_SUFFIX}-${PV} -FONT_S=${S} + +RDEPEND="!<media-fonts/lohit-fonts-2.20150220" + FONT_CONF=( "66-${PN}.conf" ) |