diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:35:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:06:00 +0100 |
commit | 25f78dff325df39ee07b6af43193302edc78e266 (patch) | |
tree | 62ea65940a497ab692b2b227a8b2e23b80e51929 /media-fonts/paratype-astra | |
parent | media-fonts/noto: Drop 20190524 and 20200308 (diff) | |
download | gentoo-25f78dff325df39ee07b6af43193302edc78e266.tar.gz gentoo-25f78dff325df39ee07b6af43193302edc78e266.tar.bz2 gentoo-25f78dff325df39ee07b6af43193302edc78e266.zip |
media-fonts/paratype-astra: 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/paratype-astra')
-rw-r--r-- | media-fonts/paratype-astra/paratype-astra-1001.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/media-fonts/paratype-astra/paratype-astra-1001.ebuild b/media-fonts/paratype-astra/paratype-astra-1001.ebuild index 2a92f59970df..16fbe28d6ba6 100644 --- a/media-fonts/paratype-astra/paratype-astra-1001.ebuild +++ b/media-fonts/paratype-astra/paratype-astra-1001.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font DESCRIPTION="ParaType Astra Sans/Serif fonts metrically compatible with Times New Roman" - HOMEPAGE="https://www.paratype.ru/cinfo/news.asp?NewsId=3469" SRC_URI="http://astralinux.com/images/fonts/PTAstraSans&Serif_TTF_ver${PV}.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${WORKDIR} FONT_SUFFIX="ttf" |