summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-09 15:31:27 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-09 15:31:51 -0500
commit18202c8c16bec98608f0a05931b8e74432f5851f (patch)
tree959cba3e991de20e41ee452d5b30cd556989793f /dev-tex/ivritex/ivritex-1.1.2.ebuild
parentapp-forensics/zzuf: drop old (diff)
downloadgentoo-18202c8c16bec98608f0a05931b8e74432f5851f.tar.gz
gentoo-18202c8c16bec98608f0a05931b8e74432f5851f.tar.bz2
gentoo-18202c8c16bec98608f0a05931b8e74432f5851f.zip
dev-tex/ivritex: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex/ivritex/ivritex-1.1.2.ebuild')
-rw-r--r--dev-tex/ivritex/ivritex-1.1.2.ebuild15
1 files 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 da5011029758..6f421b567df1 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"
}