2021-11-06 20:31:11 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-11-11 09:52:51 +03:00
|
|
|
EAPI=7
|
2018-05-02 16:04:02 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
inherit latex-package
|
|
|
|
|
|
|
|
DESCRIPTION="Hebrew support for TeX"
|
|
|
|
HOMEPAGE="http://ivritex.sourceforge.net/"
|
|
|
|
SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz"
|
2019-11-11 09:52:51 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
LICENSE="LPPL-1.2"
|
|
|
|
SLOT="0"
|
2021-11-06 20:31:11 +03:00
|
|
|
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
|
|
|
|
RESTRICT="mirror"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2020-02-23 01:15:17 +03:00
|
|
|
src_install() {
|
2015-07-16 19:12:44 +03:00
|
|
|
export VARTEXFONTS="${T}/fonts"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2021-11-06 20:31:11 +03:00
|
|
|
emake TEX_ROOT="${D}"/usr/share/texmf install
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|