ellipsis-1.6.ebuild 661 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit latex-package
  4. DESCRIPTION="Simple package that fixes the way LaTeX centers ellipses"
  5. HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/"
  6. # Downloaded from:
  7. # ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip
  8. SRC_URI="mirror://gentoo/${P}.zip"
  9. IUSE=""
  10. KEYWORDS="~amd64 ~x86"
  11. LICENSE="LPPL-1.2"
  12. SLOT="0"
  13. DEPEND="app-arch/unzip"
  14. S="${WORKDIR}/${PN}"
  15. src_install() {
  16. export VARTEXFONTS="${T}/fonts"
  17. latex-package_src_install
  18. dodoc README ellipsis.pdf \
  19. || die "Installing the documentation failed."
  20. }