From 6860f52736d8ce3dbe74a07780a5fba5d49086f1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 20 Mar 2021 22:25:24 +0100 Subject: media-fonts/stix-fonts: EAPI-7 bump, use https Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'media-fonts/stix-fonts') diff --git a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild index b91640f47201..32beaebcb6cd 100644 --- a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild +++ b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild @@ -1,30 +1,26 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + inherit font DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets" -HOMEPAGE="http://www.stixfonts.org/" +HOMEPAGE="https://www.stixfonts.org/" SRC_URI="mirror://sourceforge/${PN/-/}/STIXv${PV}-word.zip" +S="${WORKDIR}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +RESTRICT="binchecks strip test" -S="${WORKDIR}" -FONT_SUFFIX="otf" -FONT_S="${S}/Fonts/STIX-Word" -FONT_CONF=( "${FILESDIR}"/61-stix.conf ) +BDEPEND="app-arch/unzip" -src_install() { - # DOCS can't do files with spaces so handle it ourselves - font_src_install - dodoc "STIX Font ${PV} Release Documentation.pdf" -} +DOCS=( "STIX Font ${PV} Release Documentation.pdf" ) -RESTRICT="binchecks strip test" +FONT_CONF=( "${FILESDIR}"/61-stix.conf ) +FONT_SUFFIX="otf" +FONT_S="${S}/Fonts/STIX-Word" -- cgit v1.2.3-65-gdbad