summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/newlfm/newlfm-8.3-r1.ebuild')
-rw-r--r--dev-tex/newlfm/newlfm-8.3-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-tex/newlfm/newlfm-8.3-r1.ebuild b/dev-tex/newlfm/newlfm-8.3-r1.ebuild
deleted file mode 100644
index 5749eb743c18..000000000000
--- a/dev-tex/newlfm/newlfm-8.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="Extensive LaTeX class for writing letters"
-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"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="dev-texlive/texlive-latexextra"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- latex newlfm.ins || die "Latex compilation failed"
-}
-
-src_install() {
- insinto /usr/share/texmf/tex/latex/newlfm
- doins *.sty *.cls letrinfo.tex lvb.* palm.* wine.*
-
- dosym palm.eps /usr/share/texmf/tex/latex/newlfm/palmb.eps
- dosym palm.pdf /usr/share/texmf/tex/latex/newlfm/palmb.pdf
-
- dodoc manual.pdf README # README.uploads
-
- docinto tests
- dodoc test* extracd.tex # letrx.tex
-}