diff options
-rw-r--r-- | media-fonts/kacst-fonts/kacst-fonts-2.01.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/media-fonts/kacst-fonts/kacst-fonts-2.01.ebuild b/media-fonts/kacst-fonts/kacst-fonts-2.01.ebuild index 914b89f5e706..beacfb235652 100644 --- a/media-fonts/kacst-fonts/kacst-fonts-2.01.ebuild +++ b/media-fonts/kacst-fonts/kacst-fonts-2.01.ebuild @@ -1,22 +1,18 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font -MY_PN="KacstArabicFonts" -S=${WORKDIR}/${MY_PN}-${PV} - DESCRIPTION="KACST Arabic TrueType Fonts" -HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot" +HOMEPAGE="https://www.arabeyes.org/Khotot https://gitlab.com/arabeyes-art/khotot" SRC_URI="mirror://sourceforge/arabeyes/${P//-/_}.tar.bz2" -LICENSE="GPL-2" +S="${WORKDIR}/KacstArabicFonts-${PV}" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~s390 ~sparc x86" IUSE="" FONT_SUFFIX="ttf" - -FONT_S=${S} |