summaryrefslogtreecommitdiff
path: root/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild')
-rw-r--r--app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild b/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild
deleted file mode 100644
index 3c43a1351f68..000000000000
--- a/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-inherit autotools eutils texlive-common flag-o-matic toolchain-funcs
-
-DESCRIPTION="DVI to PDF translator with multi-byte character support"
-HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/"
-SRC_URI="http://project.ktug.or.kr/${PN}/snapshot/latest/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="app-text/libpaper
- >=media-libs/libpng-1.2:0
- sys-libs/zlib
- dev-libs/kpathsea
- app-text/libpaper"
-RDEPEND="${DEPEND}
- virtual/tex-base
- >=app-text/poppler-0.12.3-r3
- app-text/poppler-data"
-DEPEND="${DEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/20090708-fix_file_collisions.patch
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
- eautoreconf
- has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-}
-
-src_install() {
- # Override dvipdfmx.cfg default installation location so that it is easy to
- # modify it and it gets config protected. Symlink it from the old location.
- emake configdatadir="${EPREFIX}/etc/texmf/dvipdfmx" \
- glyphlistdatadir="${EPREFIX}/usr/share/texmf-site/fonts/map/glyphlist" \
- mapdatadir="${EPREFIX}/usr/share/texmf-site/fonts/map/dvipdfmx" \
- DESTDIR="${D}" \
- install || die
- dosym /etc/texmf/dvipdfmx/dvipdfmx.cfg /usr/share/texmf-site/dvipdfmx/dvipdfmx.cfg || die
-
- # Symlink poppler-data cMap, bug #201258
- dosym /usr/share/poppler/cMap /usr/share/texmf-site/fonts/cmap/cMap || die
- dodoc AUTHORS ChangeLog README || die
-
- # Remove symlink conflicting with app-text/dvipdfm (bug #295235)
- rm "${ED}"/usr/bin/ebb
-}
-
-pkg_postinst() {
- etexmf-update
-}
-
-pkg_postrm() {
- etexmf-update
-}