diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 15:29:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:48 +0100 |
commit | c717796f9162b33b413deebd8ea2239b5954c77b (patch) | |
tree | cb79f78dc5c568da32e12f3e9db8985dada9fba5 /media-fonts/lohit-marathi | |
parent | media-fonts/lohit-malayalam: EAPI-7 bump (diff) | |
download | gentoo-c717796f9162b33b413deebd8ea2239b5954c77b.tar.gz gentoo-c717796f9162b33b413deebd8ea2239b5954c77b.tar.bz2 gentoo-c717796f9162b33b413deebd8ea2239b5954c77b.zip |
media-fonts/lohit-marathi: 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-marathi')
-rw-r--r-- | media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild b/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild index cde480f7c8bb..bbcc675ce363 100644 --- a/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild +++ b/media-fonts/lohit-marathi/lohit-marathi-2.94.2.ebuild @@ -1,24 +1,23 @@ # 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 Marathi 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=( "65-0-${PN}.conf" ) |