summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-21 01:37:11 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-01-21 01:37:11 +0100
commit8402fac5d6eb7fef0bbe2c7df98f43e712507e96 (patch)
tree8111d12b2577582662812ef61a29b1ae1be01052
parentapp-text/dvipdfm: Remove last-rited package, bug 628820 (diff)
downloadgentoo-8402fac5d6eb7fef0bbe2c7df98f43e712507e96.tar.gz
gentoo-8402fac5d6eb7fef0bbe2c7df98f43e712507e96.tar.bz2
gentoo-8402fac5d6eb7fef0bbe2c7df98f43e712507e96.zip
app-text/dvipdfmx: Remove last-rited package, bug 628820
-rw-r--r--app-text/dvipdfmx/Manifest1
-rw-r--r--app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild59
-rw-r--r--app-text/dvipdfmx/files/20090708-fix_file_collisions.patch11
-rw-r--r--app-text/dvipdfmx/metadata.xml26
4 files changed, 0 insertions, 97 deletions
diff --git a/app-text/dvipdfmx/Manifest b/app-text/dvipdfmx/Manifest
deleted file mode 100644
index c1b86c3ab07a..000000000000
--- a/app-text/dvipdfmx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvipdfmx-20110311.tar.gz 616749 BLAKE2B 663268fc785ddc9dfbc3462fac9e60001725365c5ea1c2522d3d92e4b0af36519703a9480a33f678e47fb47798f0ce7a87b8e433107c639e3ea6d5502a1920f8 SHA512 0d5fc5dba35b0fe7074a392a99338861ce999809e5c20da830ebd6ba4c8ba45819054463862f3025d3a30c78aad227d3e014651ebf5e7976e86a3d9dac93d406
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
-}
diff --git a/app-text/dvipdfmx/files/20090708-fix_file_collisions.patch b/app-text/dvipdfmx/files/20090708-fix_file_collisions.patch
deleted file mode 100644
index 2b89de6b3649..000000000000
--- a/app-text/dvipdfmx/files/20090708-fix_file_collisions.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN dvipdfmx-20090708/data/Makefile.am dvipdfmx-20090708.new/data/Makefile.am
---- dvipdfmx-20090708/data/Makefile.am 2009-05-01 01:49:00.000000000 +0200
-+++ dvipdfmx-20090708.new/data/Makefile.am 2009-11-29 23:05:55.000000000 +0100
-@@ -10,7 +10,3 @@
- mapdatadir = $(datadir)/texmf/fonts/map/dvipdfmx
- dist_mapdata_DATA = \
- $(srcdir)/cid-x.map
--
--cmapdatadir = $(datadir)/texmf/fonts/cmap/dvipdfmx
--dist_cmapdata_DATA = \
-- $(srcdir)/EUC-UCS2
diff --git a/app-text/dvipdfmx/metadata.xml b/app-text/dvipdfmx/metadata.xml
deleted file mode 100644
index 3ed9ea8c5044..000000000000
--- a/app-text/dvipdfmx/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
- </maintainer>
- <maintainer type="project">
- <email>printing@gentoo.org</email>
- <name>Gentoo Printing Project</name>
- </maintainer>
- <longdescription lang="en">
- The DVIPDFMx (formerly dvipdfm-cjk) project provides an eXtended
- version of the dvipdfm, a DVI to PDF translator developed by Mark A.
- Wicks. The primary goal of this project is to support multi-byte
- character encodings and large character sets for East Asian languages
- by CID-keyed font technology. The secondary goal is to support as
- many features as pdfTeX developed by Han The Thanh. This project is a
- combined work of the dvipdfm-jpn project by Shunsaku Hirata and its
- modified one, dvipdfm-kor, by Jin-Hwan Cho.
- </longdescription>
-</pkgmetadata>