2022-05-26 09:45:41 +03:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
EAPI=7
|
2018-05-02 16:04:02 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
inherit font
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
MY_PN=TeX-fonts-linux
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Raster fonts for jsmath"
|
|
|
|
HOMEPAGE="http://www.math.union.edu/~dpvc/jsMath/"
|
2019-10-21 08:45:33 +03:00
|
|
|
SRC_URI="http://www.math.union.edu/~dpvc/jsMath/download/${MY_PN}.tgz"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
2022-05-26 09:45:41 +03:00
|
|
|
KEYWORDS="amd64 ~loong ppc ~riscv x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
S="${WORKDIR}/${MY_PN}"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
FONT_S="${S}"
|
|
|
|
FONT_PN="jsMath"
|
|
|
|
FONT_SUFFIX="ttf"
|