diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 17:46:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:46 +0100 |
commit | 6c190228e505e2cfea1ff94475d078ca47c30520 (patch) | |
tree | 6436c298bbdd1c8819ecebd17a32c3c781ba2b32 /media-fonts | |
parent | media-fonts/lohit-assamese: EAPI-7 bump (diff) | |
download | gentoo-6c190228e505e2cfea1ff94475d078ca47c30520.tar.gz gentoo-6c190228e505e2cfea1ff94475d078ca47c30520.tar.bz2 gentoo-6c190228e505e2cfea1ff94475d078ca47c30520.zip |
media-fonts/lohit-bengali: 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')
-rw-r--r-- | media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild b/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild index 78e6c4ceceef..0df85af8cac6 100644 --- a/media-fonts/lohit-bengali/lohit-bengali-2.91.5.ebuild +++ b/media-fonts/lohit-bengali/lohit-bengali-2.91.5.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 Bengali 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" ) |