diff options
Diffstat (limited to 'dev-tex/europecv')
-rw-r--r-- | dev-tex/europecv/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/europecv/europecv-20060424-r2.ebuild | 42 | ||||
-rw-r--r-- | dev-tex/europecv/metadata.xml | 11 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-tex/europecv/Manifest b/dev-tex/europecv/Manifest deleted file mode 100644 index b5e91bda8ec0..000000000000 --- a/dev-tex/europecv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST europecv-20060424.zip 783310 BLAKE2B 7efb4c9ae994c6847a619d765bb996b2e624cdc86c966b4d158d152e801e9529b719c3a9e5452ef4a62970265d510c607d3b9cfb29c1a80169118190835c78b7 SHA512 6378bc96cff2952f05d7f401ff811868fbf9c4cc336bab7e7b2d4822f1591e0a08791368a5c230a95dcde70cafeab6b12bc36cc4b0a60a35c47891091f1463d8 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 -} diff --git a/dev-tex/europecv/metadata.xml b/dev-tex/europecv/metadata.xml deleted file mode 100644 index 9d3c1aa9d33b..000000000000 --- a/dev-tex/europecv/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>tex@gentoo.org</email> - <name>Gentoo TeX Project</name> -</maintainer> -<upstream> - <remote-id type="ctan">europecv</remote-id> -</upstream> -</pkgmetadata> |