diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 15:45:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:47 +0100 |
commit | 761e0b82d1583ebb84e7cdee2347bad9eef363e5 (patch) | |
tree | 1c0c1d1b7bb3179fda577cec9d4c3618b4f94fb9 /media-fonts/lohit-gujarati | |
parent | media-fonts/lohit-devanagari: EAPI-7 bump (diff) | |
download | gentoo-761e0b82d1583ebb84e7cdee2347bad9eef363e5.tar.gz gentoo-761e0b82d1583ebb84e7cdee2347bad9eef363e5.tar.bz2 gentoo-761e0b82d1583ebb84e7cdee2347bad9eef363e5.zip |
media-fonts/lohit-gujarati: 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-gujarati')
-rw-r--r-- | media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild b/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild index d4d31fedb1ea..4e34613223c5 100644 --- a/media-fonts/lohit-gujarati/lohit-gujarati-2.92.4.ebuild +++ b/media-fonts/lohit-gujarati/lohit-gujarati-2.92.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 Gujarati 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" ) |