summaryrefslogtreecommitdiff
path: root/dev-tex/europecv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-tex/europecv
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-tex/europecv')
-rw-r--r--dev-tex/europecv/Manifest3
-rw-r--r--dev-tex/europecv/europecv-20060424-r2.ebuild38
-rw-r--r--dev-tex/europecv/metadata.xml11
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-tex/europecv/Manifest b/dev-tex/europecv/Manifest
deleted file mode 100644
index bea30c7e8f90..000000000000
--- a/dev-tex/europecv/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST europecv-20060424.zip 783310 BLAKE2B 7efb4c9ae994c6847a619d765bb996b2e624cdc86c966b4d158d152e801e9529b719c3a9e5452ef4a62970265d510c607d3b9cfb29c1a80169118190835c78b7 SHA512 6378bc96cff2952f05d7f401ff811868fbf9c4cc336bab7e7b2d4822f1591e0a08791368a5c230a95dcde70cafeab6b12bc36cc4b0a60a35c47891091f1463d8
-EBUILD europecv-20060424-r2.ebuild 1051 BLAKE2B e7a4da738c960dece030a500a255c999450df77084a15dc6262849346db3b87dee64ce70382585ca711b7d9560de1d72999dd9a7e7f4ce6379de9758491509c2 SHA512 7e552f33147d570299f13ed244cbb91222a8b4e240b3e1d9ab1d24e6003b94da9f39f02a038558e83f0c5f346b06853ca8326eb089ce66ed5b8827ad1ca4960a
-MISC metadata.xml 313 BLAKE2B 4120e83c45647024c15f307c60040264e900cc555fdcec874311b331d22b85e329ba4ec8bf32a3eb62cf60a601e5de80b222b99008dac77791731e3995650ac7 SHA512 326a8a7add92acefc673bb04f24ca9aa4d57f07a19972bb725b86fbdd38e67aa729b6ba5cae1fdf1a8c7eefb61a5d0249160944813d69719dcba8564566513e7
diff --git a/dev-tex/europecv/europecv-20060424-r2.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild
deleted file mode 100644
index 37cffc7ecc45..000000000000
--- a/dev-tex/europecv/europecv-20060424-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE="examples"
-
-RDEPEND=">=dev-texlive/texlive-latexextra-2008"
-DEPEND="${RDEPEND}
- 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>