summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/europecv/europecv-20060424-r2.ebuild')
-rw-r--r--dev-tex/europecv/europecv-20060424-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild
deleted file mode 100644
index 8cdac7b41410..000000000000
--- a/dev-tex/europecv/europecv-20060424-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the EC"
-HOMEPAGE="http://www.ctan.org/pkg/europecv"
-# Downloaded from:
-# ftp://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.zip
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE="examples"
-
-RDEPEND=">=dev-texlive/texlive-latexextra-2008"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-TEXMF=/usr/share/texmf-site
-
-src_compile() {
- return
-}
-
-src_install() {
- insinto ${TEXMF}/tex/latex/europecv
- doins ecv* europecv.cls EuropeFlag* europasslogo*
-
- insinto /usr/share/doc/${PF}
- doins europecv.pdf europecv.tex
- dosym /usr/share/doc/${PF}/europecv.pdf ${TEXMF}/doc/latex/${PN}/europecv.pdf
- use examples && doins -r examples templates
-}