summaryrefslogtreecommitdiff
path: root/dev-tex/ivritex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-tex/ivritex
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-tex/ivritex')
-rw-r--r--dev-tex/ivritex/Manifest2
-rw-r--r--dev-tex/ivritex/ivritex-1.1.2.ebuild15
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-tex/ivritex/Manifest b/dev-tex/ivritex/Manifest
index e9d9ed2daae0..ae4f05546e69 100644
--- a/dev-tex/ivritex/Manifest
+++ b/dev-tex/ivritex/Manifest
@@ -1,3 +1,3 @@
DIST ivritex-1.1.2.tar.gz 578083 BLAKE2B 84169306b840990176fc868c99bdbc0ca4066e0d1d7b36e6f224d13b446dc5cda7be3af515866f9a739187f581c2392cf651aa5ce2ad36793efebe2c18c7f3fd SHA512 12550ad35bd4a6742159c2e3c8810f3b3f5ab6d93e3b454a028b3cce1a5c3c8a74f53af95df2932f60f2de2573c51895ceaa574f3d4a6301f844008247ea26be
-EBUILD ivritex-1.1.2.ebuild 498 BLAKE2B 98936396be0f8caca6966d338538a7df3a1f0b1f8eff6571ffe24936afc8d07cd2725d5a001192856a4d828a9e45f537d28dba2114f646429d2ff991381e75ea SHA512 bb000db81d8af33896d1f333afbf2e7dbe4f0fde97dd29b82dde40945a7e056faf30013144544351523fc758777e533085612e7278a2ee684e82dc9f63cba06e
+EBUILD ivritex-1.1.2.ebuild 508 BLAKE2B 35dc3c52d8f9d60a8beda4ddac54fdcb466430c61926d4b1afef83b9e3f3f175186ef98ed83d43f75dfaa7dc08566586a78fd06f5f4b99f42ae2ff1322293d6c SHA512 0186a4ee7223730a51dba86e959069d6e9df11f4a75a3ac7954fbcbc8ba039d031ce3b7191d9dc9b0110c11112c8e7c223787bd59287f3b8c302bfe63a2ed9d6
MISC metadata.xml 326 BLAKE2B 680eecdb44819e32e195404a5e42e8146b6790a083a4814c92ba02e90f32c88fb7095d6350587f447d6bba5af72bad542f20e5938674d4df58ce57b924b34daa SHA512 fa28678ab1f602c9526daf6e072af11b07a298913277838b47ef0dad5df31819066d40ce86303d8d3e7ceb3f204dd4d479df598159bcbaccf93fab2e4fc68b26
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"
}