diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 10:32:11 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 10:32:29 +0100 |
commit | 9c6a2e2f00d59b281e93efc575612740850a94be (patch) | |
tree | 7ceceeaea4e1720328940b9269b8449315357d50 /dev-tex | |
parent | app-misc/mc: use SLOT=0 for ncurses, track subslot (diff) | |
download | gentoo-9c6a2e2f00d59b281e93efc575612740850a94be.tar.gz gentoo-9c6a2e2f00d59b281e93efc575612740850a94be.tar.bz2 gentoo-9c6a2e2f00d59b281e93efc575612740850a94be.zip |
dev-tex/europecv: Drop obsolete RDEPEND
Package-Manager: portage-2.2.24
RepoMan-Options: --force
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/europecv/europecv-20060424-r2.ebuild (renamed from dev-tex/europecv/europecv-20060424-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-tex/europecv/europecv-20060424-r1.ebuild b/dev-tex/europecv/europecv-20060424-r2.ebuild index 62dfaa1ec777..dfaf5a8c6fd5 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 } |