commit: 18202c8c16bec98608f0a05931b8e74432f5851f Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 20:31:27 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 20:31:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18202c8c
dev-tex/ivritex: bump EAPI and stuff Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-tex/ivritex/ivritex-1.1.2.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-tex/ivritex/ivritex-1.1.2.ebuild b/dev-tex/ivritex/ivritex-1.1.2.ebuild index da501102975..6f421b567df 100644 --- a/dev-tex/ivritex/ivritex-1.1.2.ebuild +++ b/dev-tex/ivritex/ivritex-1.1.2.ebuild @@ -1,26 +1,25 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit latex-package -IUSE="" - DESCRIPTION="Hebrew support for TeX" HOMEPAGE="http://ivritex.sourceforge.net/" SRC_URI="mirror://sourceforge/ivritex/${P}.tar.gz" + +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" + RESTRICT="mirror" LICENSE="LPPL-1.2" - SLOT="0" +IUSE="" DEPEND="" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" src_install () { export VARTEXFONTS="${T}/fonts" - make TEX_ROOT="${D}"/usr/share/texmf install || die - + make TEX_ROOT="${D}"/usr/share/texmf install || die "make failed" }
