-# 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"
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() {