diff options
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild index ce35517f..a28fefc6 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild @@ -187,20 +187,6 @@ src_install() { cd "${S}/ijs" || die emake DESTDIR="${D}" install - # rename the original cidfmap to cidfmap.GS - mv "${ED}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die - - # install our own cidfmap to handle CJK fonts - insinto /usr/share/ghostscript/${PVM}/Resource/Init - doins \ - "${WORKDIR}/fontmaps/CIDFnmap" \ - "${WORKDIR}/fontmaps/cidfmap" - for X in ${LANGS} ; do - if use l10n_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" - fi - done - # install the CMaps from poppler-data properly, bug #409361 dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" |