ebuild doesn't install europasslogo* this cause `pdflatex cv_template_it.tex` fail with: ! LaTeX Error: File `europasslogo' not found. the command draweuropasslogo declared in europecv.cls require europasslog in /usr/share/texmf/tex/latex/europecv/ I'll attach a patch to the ebuild to fix this with europecv-20050408.ebuild. Reproducible: Always Steps to Reproduce: 1.emerge europecv 2.pdflatex cv_template_it.tex Actual Results: ! LaTeX Error: File `europasslogo' not found. Expected Results: europasslogo found. patch: --- europecv-20050408.ebuild 2005-05-22 13:42:33.000000000 +0200 +++ /root/europecv-20050408.ebuild 2005-10-15 15:17:46.000000000 +0200 @@ -27,7 +27,7 @@ src_install() { insinto /usr/share/texmf/tex/latex/europecv - doins ecv* europecv.cls EuropeFlag* + doins ecv* europecv.cls EuropeFlag* europasslogo* insinto /usr/share/doc/${PF}/examples doins examples/*
I can confirm this bug. Please include the proposed fix in portage.
Fixed in CVS. Thanks for the report and patch.
verified, it's ok. closing.