commit: 9c6a2e2f00d59b281e93efc575612740850a94be
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 09:32:11 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 09:32:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6a2e2f
dev-tex/europecv: Drop obsolete RDEPEND
Package-Manager: portage-2.2.24
RepoMan-Options: --force
.../{europecv-20060424-r1.ebuild => europecv-20060424-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-tex/europecv/europecv-20060424-r1.ebuild
b/dev-tex/europecv/europecv-20060424-r2.ebuild
similarity index 90%
rename from dev-tex/europecv/europecv-20060424-r1.ebuild
rename to dev-tex/europecv/europecv-20060424-r2.ebuild
index 62dfaa1..dfaf5a8 100644
--- a/dev-tex/europecv/europecv-20060424-r1.ebuild
+++ b/dev-tex/europecv/europecv-20060424-r2.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit latex-package
DESCRIPTION="LaTeX class for the standard model for curricula vitae as
recommended by the European Commission"
@@ -16,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc
x86 ~amd64-fbsd ~x86
IUSE="examples"
-RDEPEND="|| ( >=dev-texlive/texlive-latexextra-2008 dev-tex/latex-unicode )"
+RDEPEND=">=dev-texlive/texlive-latexextra-2008"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/${PN}"
@@ -32,7 +33,7 @@ src_install() {
doins ecv* europecv.cls EuropeFlag* europasslogo*
insinto /usr/share/doc/${PF}
- doins -r europecv.pdf europecv.tex
+ doins europecv.pdf europecv.tex
dosym /usr/share/doc/${PF}/europecv.pdf
${TEXMF}/doc/latex/${PN}/europecv.pdf
use examples && doins -r examples templates
}