diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 22:25:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:34 +0100 |
commit | 6860f52736d8ce3dbe74a07780a5fba5d49086f1 (patch) | |
tree | 0334551b72a9bb375427f3cec4292c1780e82ba2 /media-fonts/stix-fonts | |
parent | media-fonts/signika: EAPI-7 bump (diff) | |
download | gentoo-6860f52736d8ce3dbe74a07780a5fba5d49086f1.tar.gz gentoo-6860f52736d8ce3dbe74a07780a5fba5d49086f1.tar.bz2 gentoo-6860f52736d8ce3dbe74a07780a5fba5d49086f1.zip |
media-fonts/stix-fonts: EAPI-7 bump, use https
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/stix-fonts')
-rw-r--r-- | media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild | 24 |
1 files changed, 10 insertions, 14 deletions
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" |