From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild (limited to 'app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild') diff --git a/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild b/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild new file mode 100644 index 000000000000..91cb219c17d4 --- /dev/null +++ b/app-text/dvipdfm/dvipdfm-0.13.2d-r2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=3 +inherit eutils + +DESCRIPTION="DVI to PDF translator" +SRC_URI="http://gaspra.kettering.edu/dvipdfm/${P}.tar.gz" +HOMEPAGE="http://gaspra.kettering.edu/dvipdfm/" +LICENSE="GPL-2" + +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 ~sparc-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +DEPEND="!>=app-text/tetex-2 + >=media-libs/libpng-1.2.1 + >=sys-libs/zlib-1.1.4 + !app-text/ptex + virtual/latex-base" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN} + +src_prepare() { + epatch "${FILESDIR}"/${P}-libpng14.patch +} + +src_install () { + einstall texmf="${ED}usr/share/texmf-site" || die "einstall failed!" + + # Install .map and .enc files to correct locations, bug #200956 + dodir /usr/share/texmf-site/fonts/map/dvipdfm/base + + for i in cmr.map psbase14.map lw35urw.map lw35urwa.map t1fonts.map; do + mv "${ED}usr/share/texmf-site/dvipdfm/config/${i}" "${ED}usr/share/texmf-site/fonts/map/dvipdfm/base" || die "moving .map file failed" + done + + dodir /usr/share/texmf-site/fonts/enc/dvipdfm + + mv "${ED}usr/share/texmf-site/dvipdfm/base" "${ED}usr/share/texmf-site/fonts/enc/dvipdfm/base" || die "moving .enc file failed" + + dodoc AUTHORS ChangeLog Credits NEWS OBTAINING README* TODO + + docinto doc + dodoc doc/* + + docinto latex-support + dodoc latex-support/* + + insinto /usr/share/texmf-site/tex/latex/dvipdfm/ + doins latex-support/dvipdfm.def +} + +pkg_postinst() { + if [ "$ROOT" = "/" ] ; then + "${EPREFIX}"/usr/sbin/texmf-update + fi +} -- cgit v1.2.3