diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-09 15:56:06 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-09 15:56:06 -0500 |
commit | 0db5e65f97e0029d0a1300dea66ecfa7b9932319 (patch) | |
tree | e2bd0c215b322c7703f4cc4d83800098ae57b38d /dev-tex | |
parent | dev-tex/lgrind: bump EAPI and stuff (diff) | |
download | gentoo-0db5e65f97e0029d0a1300dea66ecfa7b9932319.tar.gz gentoo-0db5e65f97e0029d0a1300dea66ecfa7b9932319.tar.bz2 gentoo-0db5e65f97e0029d0a1300dea66ecfa7b9932319.zip |
dev-tex/newlfm: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/newlfm/newlfm-8.3-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tex/newlfm/newlfm-8.3-r1.ebuild b/dev-tex/newlfm/newlfm-8.3-r1.ebuild index 367aae497dc8..7ae106cc1e39 100644 --- a/dev-tex/newlfm/newlfm-8.3-r1.ebuild +++ b/dev-tex/newlfm/newlfm-8.3-r1.ebuild @@ -1,12 +1,12 @@ -# 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 DESCRIPTION="Extensive LaTeX class for writing letters" -HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/newlfm.html" +HOMEPAGE="https://www.ctan.org/tex-archive/help/Catalogue/entries/newlfm.html" # Downloaded from: # ftp://ftp.dante.de/tex-archive/macros/latex/contrib/newlfm.tar.gz SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -19,10 +19,11 @@ IUSE="" DEPEND="dev-texlive/texlive-latexextra" RDEPEND="${DEPEND}" + S="${WORKDIR}/${PN}" src_compile() { - latex newlfm.ins || die + latex newlfm.ins || die "Latex compilation failed" } src_install() { |