currvita-0.9i-r1.ebuild 969 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit latex-package
  4. DESCRIPTION="A LaTeX package for typesetting a curriculum vitae"
  5. HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
  6. # snapshot taken from
  7. # ftp://ftp.dante.de/tex-archive/macros/latex/contrib/currvita.tar.gz
  8. SRC_URI="mirror://gentoo/${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
  12. IUSE=""
  13. DEPEND="dev-texlive/texlive-langgerman"
  14. RDEPEND="${DEPEND}"
  15. S="${WORKDIR}/${PN}"
  16. TEXMF="/usr/share/texmf-site"
  17. DOCS="README"
  18. src_test() {
  19. latex currvita.dtx || die "first step of currvita.dtx failed"
  20. latex currvita.dtx || die "second step of currvita.dtx failed"
  21. latex currvita.dtx || die "third step of currvita.dtx failed"
  22. latex cvtest.tex || die "processing cvtest.tex failed"
  23. }