commit: 25f78dff325df39ee07b6af43193302edc78e266 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 15:35:44 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 19:06:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f78dff
media-fonts/paratype-astra: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-fonts/paratype-astra/paratype-astra-1001.ebuild | 11 ++++------- 1 file 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 2a92f59970d..16fbe28d6ba 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"
