summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-11-07 13:55:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-11-07 13:55:14 +0000
commita5e9a943b0de8472634fe11169412ef11f59c7c5 (patch)
treebbe8eb2fce4ef9f6b6174b9511d94bb00a131d06 /app-text/texlive-core
parentfix gnu patch (diff)
downloadgentoo-2-a5e9a943b0de8472634fe11169412ef11f59c7c5.tar.gz
gentoo-2-a5e9a943b0de8472634fe11169412ef11f59c7c5.tar.bz2
gentoo-2-a5e9a943b0de8472634fe11169412ef11f59c7c5.zip
remove old
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/ChangeLog8
-rw-r--r--app-text/texlive-core/files/texmf-update2008105
-rw-r--r--app-text/texlive-core/files/texmf-update2009100
-rw-r--r--app-text/texlive-core/texlive-core-2008-r7.ebuild336
-rw-r--r--app-text/texlive-core/texlive-core-2008-r8.ebuild336
-rw-r--r--app-text/texlive-core/texlive-core-2009-r1.ebuild326
-rw-r--r--app-text/texlive-core/texlive-core-2009-r2.ebuild326
7 files changed, 7 insertions, 1530 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog
index 0d6309d58d5e..d28b984a0afc 100644
--- a/app-text/texlive-core/ChangeLog
+++ b/app-text/texlive-core/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/texlive-core
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.157 2011/11/02 21:08:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.158 2011/11/07 13:55:14 aballier Exp $
+
+ 07 Nov 2011; Alexis Ballier <aballier@gentoo.org> -files/texmf-update2008,
+ -texlive-core-2008-r7.ebuild, -texlive-core-2008-r8.ebuild,
+ -texlive-core-2009-r1.ebuild, -texlive-core-2009-r2.ebuild,
+ -files/texmf-update2009:
+ remove old
*texlive-core-2011-r5 (02 Nov 2011)
diff --git a/app-text/texlive-core/files/texmf-update2008 b/app-text/texlive-core/files/texmf-update2008
deleted file mode 100644
index 7f583cde270f..000000000000
--- a/app-text/texlive-core/files/texmf-update2008
+++ /dev/null
@@ -1,105 +0,0 @@
-#!/bin/bash
-#
-# Utility to update Gentoo TeXLive distribution configuration files
-#
-
-echo "Configuring TeXLive ..."
-
-PATH=/bin:/usr/bin
-
-# Fix for all those with altered umask for root
-umask 022
-
-# Make sure we have a correct environment, bug #30432
-# The list of env. vars is taken from the INSTALL file
-for texvar in AFMFONTS BIBINPUTS BSTINPUTS DVILJFONTS DVIPSFONTS \
- DVIPSHEADERS GFFONTS GLYPHFONTS INDEXSTYLE MFBASES MFINPUTS \
- MFPOOL MFTINPUTS MPINPUTS MPMEMS MPPOOL MPSUPPORT OCPINPUTS \
- OFMFONTS OPLFONTS OTPINPUTS OVFFONTS OVPFONTS PKFONTS PSHEADERS \
- T1FONTS T1INPUTS TEXBIB TEXCONFIG TEXDOCS TEXFONTMAPS TEXFONTS \
- TEXFORMATS TEXINDEXSTYLE TEXINPUTS TEXMFCNF TEXMFDBS TEXMFINI \
- TEXPICTS TEXPKS TEXPOOL TEXPSHEADERS TEXSOURCES TFMFONTS TRFONTS \
- VFFONTS XDVIFONTS XDVIVFS ; do
-
- if [ "${!texvar}" ]; then
- if ! $(echo ${!texvar} | grep '^:\|::\|:$' &>/dev/null) ; then
- export ${texvar}="${!texvar}:"
- fi
- fi
-done
-
-if [ "$TEXINPUTS" ]; then
- if $(echo ${TEXINPUTS} | grep '/usr/share/texmf' &>/dev/null) ; then
- export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 's|/usr/share/texmf/*:\?||g')
- elif $(echo ${TEXINPUTS} | grep '/var/lib/texmf' &>/dev/null) ; then
- export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 's|/var/lib/texmf/*:\?||g')
- fi
-fi
-
-if [ -d /etc/texmf/texmf.d ]; then
- echo "Generating /etc/texmf/web2c/texmf.cnf from /etc/texmf/texmf.d ..."
- cat /etc/texmf/texmf.d/*.cnf > "/etc/texmf/web2c/texmf.cnf"
-fi
-
-if [ -d /etc/texmf/fmtutil.d ]; then
- echo "Generating /etc/texmf/web2c/fmtutil.cnf from /etc/texmf/fmtutil.d ..."
- cat /etc/texmf/fmtutil.d/*.cnf > "/etc/texmf/web2c/fmtutil.cnf"
-fi
-
-if [ -d /etc/texmf/updmap.d ]; then
- echo "Generating /etc/texmf/web2c/updmap.cfg from /etc/texmf/updmap.d ..."
- cat /etc/texmf/updmap.d/*.cfg > "/etc/texmf/web2c/updmap.cfg"
-fi
-
-if [ -d /etc/texmf/dvips.d ]; then
- echo "Generating /etc/texmf/dvips/config/config.ps from /etc/texmf/dvips.d ..."
- cat /etc/texmf/dvips.d/*.ps > "/etc/texmf/dvips/config/config.ps"
-fi
-
-echo "Generating ls-R files"
-mktexlsr &>/dev/null
-
-# Generate language.dat file, from texlive install-pkg.sh
-X=`kpsewhich language.dat`
-if test -n "$X"; then
- echo "Generating language.dat file"
- cd `dirname $X`
- Z=`pwd`
-
- Y=`kpsewhich language.us`
- cd `dirname $Y`
- cat language.us > $Z/language.dat
- for i in /etc/texmf/language.dat.d/language.*.dat; do
- test -f $i && cat $i >> $Z/language.dat
- done
-fi
-
-# Generate language.def file.
-X=`kpsewhich language.def`
-Y=`kpsewhich language.us.def`
-if test -n "$X" -a -n "$Y" ; then
- echo "Generating language.def file"
- cd `dirname $X`
- Z=`pwd`
-
- cd `dirname $Y`
- cat language.us.def > $Z/language.def
- for i in /etc/texmf/language.def.d/language.*.def; do
- test -f $i && cat $i >> $Z/language.def
- done
- cat << EOF >> $Z/language.def
-%%% No changes may be made beyond this point.
-
-\uselanguage {USenglish} %%% This MUST be the last line of the file.
-EOF
-fi
-
-echo "Generating format files ..."
-fmtutil-sys --all &>/dev/null
-
-echo "Generating font maps..."
-updmap-sys &>/dev/null
-
-echo
-echo "Use 'texconfig font ro'(rw) to disable (enable) font generation for users"
-echo
diff --git a/app-text/texlive-core/files/texmf-update2009 b/app-text/texlive-core/files/texmf-update2009
deleted file mode 100644
index 92d32060aa94..000000000000
--- a/app-text/texlive-core/files/texmf-update2009
+++ /dev/null
@@ -1,100 +0,0 @@
-#!/bin/bash
-#
-# Utility to update Gentoo TeXLive distribution configuration files
-#
-
-echo "Configuring TeXLive ..."
-
-PATH=/bin:/usr/bin
-
-# Fix for all those with altered umask for root
-umask 022
-
-# Make sure we have a correct environment, bug #30432
-# The list of env. vars is taken from the INSTALL file
-for texvar in AFMFONTS BIBINPUTS BSTINPUTS DVILJFONTS DVIPSFONTS \
- DVIPSHEADERS GFFONTS GLYPHFONTS INDEXSTYLE MFBASES MFINPUTS \
- MFPOOL MFTINPUTS MPINPUTS MPMEMS MPPOOL MPSUPPORT OCPINPUTS \
- OFMFONTS OPLFONTS OTPINPUTS OVFFONTS OVPFONTS PKFONTS PSHEADERS \
- T1FONTS T1INPUTS TEXBIB TEXCONFIG TEXDOCS TEXFONTMAPS TEXFONTS \
- TEXFORMATS TEXINDEXSTYLE TEXINPUTS TEXMFCNF TEXMFDBS TEXMFINI \
- TEXPICTS TEXPKS TEXPOOL TEXPSHEADERS TEXSOURCES TFMFONTS TRFONTS \
- VFFONTS XDVIFONTS XDVIVFS ; do
-
- if [ "${!texvar}" ]; then
- if ! $(echo ${!texvar} | grep '^:\|::\|:$' &>/dev/null) ; then
- export ${texvar}="${!texvar}:"
- fi
- fi
-done
-
-if [ "$TEXINPUTS" ]; then
- if $(echo ${TEXINPUTS} | grep '/usr/share/texmf' &>/dev/null) ; then
- export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 's|/usr/share/texmf/*:\?||g')
- elif $(echo ${TEXINPUTS} | grep '/var/lib/texmf' &>/dev/null) ; then
- export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 's|/var/lib/texmf/*:\?||g')
- fi
-fi
-
-if [ -d /etc/texmf/texmf.d ]; then
- echo "Generating /etc/texmf/web2c/texmf.cnf from /etc/texmf/texmf.d ..."
- cat /etc/texmf/texmf.d/*.cnf > "/etc/texmf/web2c/texmf.cnf"
-fi
-
-if [ -d /etc/texmf/fmtutil.d ]; then
- echo "Generating /etc/texmf/web2c/fmtutil.cnf from /etc/texmf/fmtutil.d ..."
- cat /etc/texmf/fmtutil.d/*.cnf > "/etc/texmf/web2c/fmtutil.cnf"
-fi
-
-if [ -d /etc/texmf/updmap.d ]; then
- echo "Generating /etc/texmf/web2c/updmap.cfg from /etc/texmf/updmap.d ..."
- cat /etc/texmf/updmap.d/*.cfg > "/etc/texmf/web2c/updmap.cfg"
-fi
-
-echo "Generating ls-R files"
-mktexlsr &>/dev/null
-
-# Generate language.dat file, from texlive install-pkg.sh
-X=`kpsewhich language.dat`
-if test -n "$X"; then
- echo "Generating language.dat file"
- cd `dirname $X`
- Z=`pwd`
-
- Y=`kpsewhich language.us`
- cd `dirname $Y`
- cat language.us > $Z/language.dat
- for i in /etc/texmf/language.dat.d/language.*.dat; do
- test -f $i && cat $i >> $Z/language.dat
- done
-fi
-
-# Generate language.def file.
-X=`kpsewhich language.def`
-Y=`kpsewhich language.us.def`
-if test -n "$X" -a -n "$Y" ; then
- echo "Generating language.def file"
- cd `dirname $X`
- Z=`pwd`
-
- cd `dirname $Y`
- cat language.us.def > $Z/language.def
- for i in /etc/texmf/language.def.d/language.*.def; do
- test -f $i && cat $i >> $Z/language.def
- done
- cat << EOF >> $Z/language.def
-%%% No changes may be made beyond this point.
-
-\uselanguage {USenglish} %%% This MUST be the last line of the file.
-EOF
-fi
-
-echo "Generating format files ..."
-fmtutil-sys --all &>/dev/null
-
-echo "Generating font maps..."
-updmap-sys &>/dev/null
-
-echo
-echo "Use 'texconfig font ro'(rw) to disable (enable) font generation for users"
-echo
diff --git a/app-text/texlive-core/texlive-core-2008-r7.ebuild b/app-text/texlive-core/texlive-core-2008-r7.ebuild
deleted file mode 100644
index e01c4535f1a5..000000000000
--- a/app-text/texlive-core/texlive-core-2008-r7.ebuild
+++ /dev/null
@@ -1,336 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r7.ebuild,v 1.13 2011/03/17 15:28:37 ssuominen Exp $
-
-EAPI=1
-
-inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
-
-PATCHLEVEL="15.2"
-TEXMFD_VERSION="1"
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/"
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c"
-
-TEXLIVE_BASICBIN_CONTENTS="bin-bibtex bin-dialog bin-dvipdfmx bin-dvipsk bin-getnonfreefonts bin-gsftopk bin-kpathsea bin-makeindex bin-mfware bin-tetex bin-texlive bin-texconfig dvipdfmx-def glyphlist texlive.infra collection-basicbin"
-TEXLIVE_BASICBIN_DOC_CONTENTS="bin-bibtex.doc bin-dialog.doc bin-dvipsk.doc bin-getnonfreefonts.doc bin-gsftopk.doc bin-kpathsea.doc bin-makeindex.doc bin-mfware.doc bin-tetex.doc bin-texlive.doc bin-texconfig.doc texlive.infra.doc"
-
-TEXLIVE_FONTBIN_CONTENTS="fontinst mft bin-afm2pl bin-fontware bin-ps2pkm collection-fontbin"
-TEXLIVE_FONTBIN_DOC_CONTENTS="fontinst.doc bin-afm2pl.doc bin-fontware.doc"
-TEXLIVE_FONTBIN_SRC_CONTENTS="fontinst.source"
-
-TEXLIVE_BINEXTRA_CONTENTS="a2ping bin-bibtex8 bin-ctie bin-cweb bin-dtl bin-dvicopy bin-dvidvi bin-dviljk bin-dvipos bin-lacheck bin-patgen bin-pdftools bin-seetexk bin-texdoc bin-texware bin-tie bin-tpic2pdftex bin-web cweb dviasm hyphenex mkind-english mkjobtexmf pdfcrop synctex texcount collection-binextra"
-TEXLIVE_BINEXTRA_DOC_CONTENTS="a2ping.doc bin-bibtex8.doc bin-ctie.doc bin-cweb.doc bin-dvicopy.doc bin-dviljk.doc bin-dvipos.doc bin-patgen.doc bin-pdftools.doc bin-texdoc.doc bin-texware.doc bin-tie.doc bin-tpic2pdftex.doc bin-web.doc cweb.doc mkjobtexmf.doc pdfcrop.doc synctex.doc texcount.doc"
-TEXLIVE_BINEXTRA_SRC_CONTENTS="hyphenex.source mkjobtexmf.source"
-
-TEXLIVE_CORE_INCLUDED_TEXMF="${TEXLIVE_BASICBIN_CONTENTS} ${TEXLIVE_FONTBIN_CONTENTS} ${TEXLIVE_BINEXTRA_CONTENTS}"
-TEXLIVE_CORE_INCLUDED_DOC_TEXMF="${TEXLIVE_BASICBIN_DOC_CONTENTS} ${TEXLIVE_FONTBIN_DOC_CONTENTS} ${TEXLIVE_BINEXTRA_DOC_CONTENTS}"
-TEXLIVE_CORE_INCLUDED_SRC_TEXMF="${TEXLIVE_FONTBIN_SRC_CONTENTS} ${TEXLIVE_BINEXTRA_SRC_CONTENTS}"
-
-SRC_URI="mirror://gentoo/${P}.tar.lzma"
-
-for i in ${TEXLIVE_CORE_INCLUDED_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} doc? ( "
-for i in ${TEXLIVE_CORE_INCLUDED_DOC_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} )"
-SRC_URI="${SRC_URI} source? ( "
-for i in ${TEXLIVE_CORE_INCLUDED_SRC_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} )"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2
- mirror://gentoo/${PN}-2008-texmf.d-${TEXMFD_VERSION}.tar.lzma"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="X doc source tk"
-
-MODULAR_X_DEPEND="X? (
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXaw
- x11-libs/libXfont
- )"
-
-COMMON_DEPEND="${MODULAR_X_DEPEND}
- !app-text/ptex
- !app-text/tetex
- !<app-text/texlive-2007
- !app-text/xetex
- !=dev-texlive/texlive-basic-2007*
- !app-text/xdvipdfmx
- !app-text/dvibook
- sys-libs/zlib
- >=media-libs/libpng-1.2.43-r2:0
- media-libs/freetype:2
- media-libs/fontconfig"
-
-DEPEND="${COMMON_DEPEND}
- sys-apps/ed
- sys-devel/flex
- || ( app-arch/xz-utils app-arch/lzma-utils )"
-
-RDEPEND="${COMMON_DEPEND}
- tk? ( dev-perl/perl-tk )"
-
-# texdoc needs luatex.
-PDEPEND="dev-tex/luatex"
-
-S="${WORKDIR}/texlive-20080816-source"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files"
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-
- elibtoolize
-
- cd libs/teckit
- AT_M4DIR="." eautoreconf
-}
-
-src_compile() {
- # Too many regexps use A-Z a-z constructs, what causes problems with locales
- # that don't have the same alphabetical order than ascii. Bug #242430
- # So we set LC_ALL to C in order to avoid problems.
- export LC_ALL=C
- tc-export CC CXX AR
- econf \
- --bindir=/usr/bin \
- --datadir="${S}" \
- --with-system-freetype2 \
- --with-freetype2-include=/usr/include \
- --with-system-zlib \
- --with-system-pnglib \
- --without-texinfo \
- --without-dialog \
- --without-texi2html \
- --disable-multiplatform \
- --with-epsfwin \
- --with-mftalkwin \
- --with-regiswin \
- --with-tektronixwin \
- --with-unitermwin \
- --with-ps=gs \
- --without-psutils \
- --without-sam2p \
- --without-t1utils \
- --enable-ipc \
- --without-etex \
- --with-xetex \
- --without-dvipng \
- --without-dvipdfm \
- --without-dvipdfmx \
- --with-xdvipdfmx \
- --without-lcdf-typetools \
- --without-pdfopen \
- --without-ps2eps \
- --without-detex \
- --without-ttf2pk \
- --without-tex4htk \
- --without-cjkutils \
- --without-xdvik --without-oxdvik \
- --without-xindy \
- --without-luatex \
- --without-dvi2tty \
- --without-vlna \
- --disable-largefile \
- --enable-shared \
- $(use_with X x) \
-
- emake texmf=${TEXMF_PATH:-/usr/share/texmf} || die "emake failed"
-
- # Mimic updmap --syncwithtrees to enable only fonts installed
- # Code copied from updmap script
- for i in `egrep '^(Mixed)?Map' "texmf/web2c/updmap.cfg" | sed 's@.* @@'`; do
- texlive-common_is_file_present_in_texmf "$i" || echo "$i"
- done > "${T}/updmap_update"
- {
- sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- } > "${T}/updmap_update2"
- sed -f "${T}/updmap_update2" "texmf/web2c/updmap.cfg" > "${T}/updmap_update3"\
- && cat "${T}/updmap_update3" > "texmf/web2c/updmap.cfg"
-}
-
-src_test() {
- ewarn "Due to modular layout of texlive ebuilds,"
- ewarn "It would not make much sense to use tests into the ebuild"
- ewarn "And tests would fail anyway"
- ewarn "Alternatively you can try to compile any tex file"
- ewarn "Tex warnings should be considered as errors and reported"
- ewarn "You can also run fmtutil-sys --all and check for errors/warnings there"
-}
-
-src_install() {
- insinto /usr/share
- doins -r texmf texmf-dist || die "failed to install texmf trees"
- if use source ; then
- doins -r "${WORKDIR}"/tlpkg || die "failed to install tlpkg files"
- fi
-
- dodir ${TEXMF_PATH:-/usr/share/texmf}/web2c
- einstall bindir="${D}/usr/bin" texmf="${D}${TEXMF_PATH:-/usr/share/texmf}" run_texlinks="true" run_mktexlsr="true" || die "einstall failed"
-
- newsbin "${FILESDIR}/texmf-update2008" texmf-update
-
- # When X is disabled mf-nowin doesn't exist but some scripts expect it to
- # exist. Instead, it is called mf, so we symlink it to please everything.
- use X || dosym mf /usr/bin/mf-nowin
-
- docinto texk
- cd "${S}/texk"
- dodoc ChangeLog README || die "failed to install texk docs"
-
- docinto kpathsea
- cd "${S}/texk/kpathsea"
- dodoc BUGS ChangeLog NEWS PROJECTS README || die "failed to install kpathsea docs"
-
- docinto dviljk
- cd "${S}/texk/dviljk"
- dodoc ChangeLog README NEWS || die "failed to install dviljk docs"
-
- docinto dvipsk
- cd "${S}/texk/dvipsk"
- dodoc ChangeLog README || die "failed to install dvipsk docs"
-
- docinto makeindexk
- cd "${S}/texk/makeindexk"
- dodoc ChangeLog NEWS NOTES README || die "failed to install makeindexk docs"
-
- docinto ps2pkm
- cd "${S}/texk/ps2pkm"
- dodoc ChangeLog README README.14m || die "failed to install ps2pkm docs"
-
- docinto web2c
- cd "${S}/texk/web2c"
- dodoc ChangeLog NEWS PROJECTS README || die "failed to install web2c docs"
-
- use doc || rm -rf "${D}/usr/share/texmf/doc"
- use doc || rm -rf "${D}/usr/share/texmf-dist/doc"
-
- dodir /var/cache/fonts
- # The default configuration expects it to be world writable, bug #266680
- # People can still change it with texconfig though.
- fperms 1777 /var/cache/fonts
-
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d"' > "${D}/etc/env.d/98texlive"
- # populate /etc/texmf
- keepdir /etc/texmf/web2c
-
- # take care of updmap.cfg, fmtutil.cnf and texmf.cnf
- dodir /etc/texmf/{updmap.d,fmtutil.d,texmf.d,language.dat.d,language.def.d}
-
- # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
- # by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/fmtutil.cnf"
-
- # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
- # texmf.cnf
- # It will also be generated from /etc/texmf/texmf.d files by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
-
- insinto /etc/texmf/texmf.d
- doins "${S}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files"
-
- mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
-
- # dvips config file
- keepdir /etc/texmf/dvips/config
- dodir /etc/texmf/dvips.d
- mv "${D}${TEXMF_PATH}/dvips/config/config.ps" "${D}/etc/texmf/dvips.d/00${PN}-config.ps" || die "moving config.ps failed"
-
- # Create symlinks from format to engines
- # This will avoid having to call texlinks in texmf-update
- cd "${S}"
- for i in texmf/fmtutil/format*.cnf; do
- [ -f "${i}" ] && etexlinks "${i}"
- done
-
- texlive-common_handle_config_files
-
- keepdir /usr/share/texmf-site
-
- dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
- dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
- dosym /etc/texmf/web2c/updmap.cfg ${TEXMF_PATH}/web2c/updmap.cfg
- dosym /etc/texmf/dvips/config/config.ps ${TEXMF_PATH}/dvips/config/config.ps
-
- # the virtex symlink is not installed
- # The links has to be relative, since the targets
- # is not present at this stage and MacOS doesn't
- # like non-existing targets
- dosym tex /usr/bin/virtex
- dosym pdftex /usr/bin/pdfvirtex
-
- # Keep it as that's where the formats will go
- keepdir /var/lib/texmf
-
- # Remove texdoctk if we don't want it
- if ! use tk ; then
- rm -f "${D}/usr/bin/texdoctk" "${D}/usr/share/texmf/scripts/tetex/texdoctk.pl" "${D}/usr/share/man/man1/texdoctk.1" || die "failed to remove texdoc tk!"
- fi
-
- # Rename mpost to leave room for mplib
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}"
- dosym "mpost-${P}" /usr/bin/mpost
-
- # Ditto for pdftex
- mv "${D}/usr/bin/pdftex" "${D}/usr/bin/pdftex-${P}"
- dosym "pdftex-${P}" /usr/bin/pdftex
-}
-
-pkg_preinst() {
- # Remove stray files to keep the upgrade path sane
- if has_version =app-text/texlive-core-2007* ; then
- for i in pdftex/pdflatex aleph/aleph aleph/lamed omega/lambda omega/omega xetex/xetex xetex/xelatex tex/tex pdftex/etex pdftex/pdftex pdftex/pdfetex ; do
- for j in log fmt ; do
- local file="${ROOT}/var/lib/texmf/web2c/${i}.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- done
- for j in base log ; do
- local file="${ROOT}/var/lib/texmf/web2c/metafont/mf.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- fi
-}
-
-pkg_postinst() {
- if [ "$ROOT" = "/" ] ; then
- /usr/sbin/texmf-update
- fi
-
- elog
- elog "If you have configuration files in /etc/texmf to merge,"
- elog "please update them and run /usr/sbin/texmf-update."
- elog
- ewarn "If you are migrating from an older TeX distribution"
- ewarn "Please make sure you have read:"
- ewarn "http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml"
- ewarn "in order to avoid possible problems"
- elog
- elog "TeXLive has been split in various ebuilds. If you are missing a"
- elog "package to process your TeX documents, you can install"
- elog "dev-tex/texmfind to easily search for them."
- elog
-}
diff --git a/app-text/texlive-core/texlive-core-2008-r8.ebuild b/app-text/texlive-core/texlive-core-2008-r8.ebuild
deleted file mode 100644
index da5ae6883775..000000000000
--- a/app-text/texlive-core/texlive-core-2008-r8.ebuild
+++ /dev/null
@@ -1,336 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r8.ebuild,v 1.1 2010/06/20 11:03:41 aballier Exp $
-
-EAPI=1
-
-inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
-
-PATCHLEVEL="15.3"
-TEXMFD_VERSION="1"
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/"
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c"
-
-TEXLIVE_BASICBIN_CONTENTS="bin-bibtex bin-dialog bin-dvipdfmx bin-dvipsk bin-getnonfreefonts bin-gsftopk bin-kpathsea bin-makeindex bin-mfware bin-tetex bin-texlive bin-texconfig dvipdfmx-def glyphlist texlive.infra collection-basicbin"
-TEXLIVE_BASICBIN_DOC_CONTENTS="bin-bibtex.doc bin-dialog.doc bin-dvipsk.doc bin-getnonfreefonts.doc bin-gsftopk.doc bin-kpathsea.doc bin-makeindex.doc bin-mfware.doc bin-tetex.doc bin-texlive.doc bin-texconfig.doc texlive.infra.doc"
-
-TEXLIVE_FONTBIN_CONTENTS="fontinst mft bin-afm2pl bin-fontware bin-ps2pkm collection-fontbin"
-TEXLIVE_FONTBIN_DOC_CONTENTS="fontinst.doc bin-afm2pl.doc bin-fontware.doc"
-TEXLIVE_FONTBIN_SRC_CONTENTS="fontinst.source"
-
-TEXLIVE_BINEXTRA_CONTENTS="a2ping bin-bibtex8 bin-ctie bin-cweb bin-dtl bin-dvicopy bin-dvidvi bin-dviljk bin-dvipos bin-lacheck bin-patgen bin-pdftools bin-seetexk bin-texdoc bin-texware bin-tie bin-tpic2pdftex bin-web cweb dviasm hyphenex mkind-english mkjobtexmf pdfcrop synctex texcount collection-binextra"
-TEXLIVE_BINEXTRA_DOC_CONTENTS="a2ping.doc bin-bibtex8.doc bin-ctie.doc bin-cweb.doc bin-dvicopy.doc bin-dviljk.doc bin-dvipos.doc bin-patgen.doc bin-pdftools.doc bin-texdoc.doc bin-texware.doc bin-tie.doc bin-tpic2pdftex.doc bin-web.doc cweb.doc mkjobtexmf.doc pdfcrop.doc synctex.doc texcount.doc"
-TEXLIVE_BINEXTRA_SRC_CONTENTS="hyphenex.source mkjobtexmf.source"
-
-TEXLIVE_CORE_INCLUDED_TEXMF="${TEXLIVE_BASICBIN_CONTENTS} ${TEXLIVE_FONTBIN_CONTENTS} ${TEXLIVE_BINEXTRA_CONTENTS}"
-TEXLIVE_CORE_INCLUDED_DOC_TEXMF="${TEXLIVE_BASICBIN_DOC_CONTENTS} ${TEXLIVE_FONTBIN_DOC_CONTENTS} ${TEXLIVE_BINEXTRA_DOC_CONTENTS}"
-TEXLIVE_CORE_INCLUDED_SRC_TEXMF="${TEXLIVE_FONTBIN_SRC_CONTENTS} ${TEXLIVE_BINEXTRA_SRC_CONTENTS}"
-
-SRC_URI="mirror://gentoo/${P}.tar.lzma"
-
-for i in ${TEXLIVE_CORE_INCLUDED_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} doc? ( "
-for i in ${TEXLIVE_CORE_INCLUDED_DOC_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} )"
-SRC_URI="${SRC_URI} source? ( "
-for i in ${TEXLIVE_CORE_INCLUDED_SRC_TEXMF}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.lzma"
-done
-SRC_URI="${SRC_URI} )"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.lzma
- mirror://gentoo/${PN}-2008-texmf.d-${TEXMFD_VERSION}.tar.lzma"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="X doc source tk"
-
-MODULAR_X_DEPEND="X? (
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXaw
- x11-libs/libXfont
- )"
-
-COMMON_DEPEND="${MODULAR_X_DEPEND}
- !app-text/ptex
- !app-text/tetex
- !<app-text/texlive-2007
- !app-text/xetex
- !=dev-texlive/texlive-basic-2007*
- !app-text/xdvipdfmx
- !app-text/dvibook
- sys-libs/zlib
- >=media-libs/libpng-1.2.43-r2:0
- media-libs/freetype:2
- media-libs/fontconfig"
-
-DEPEND="${COMMON_DEPEND}
- sys-apps/ed
- sys-devel/flex
- || ( app-arch/xz-utils app-arch/lzma-utils )"
-
-RDEPEND="${COMMON_DEPEND}
- tk? ( dev-perl/perl-tk )"
-
-# texdoc needs luatex.
-PDEPEND="dev-tex/luatex"
-
-S="${WORKDIR}/texlive-20080816-source"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files"
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-
- elibtoolize
-
- cd libs/teckit
- AT_M4DIR="." eautoreconf
-}
-
-src_compile() {
- # Too many regexps use A-Z a-z constructs, what causes problems with locales
- # that don't have the same alphabetical order than ascii. Bug #242430
- # So we set LC_ALL to C in order to avoid problems.
- export LC_ALL=C
- tc-export CC CXX AR
- econf \
- --bindir=/usr/bin \
- --datadir="${S}" \
- --with-system-freetype2 \
- --with-freetype2-include=/usr/include \
- --with-system-zlib \
- --with-system-pnglib \
- --without-texinfo \
- --without-dialog \
- --without-texi2html \
- --disable-multiplatform \
- --with-epsfwin \
- --with-mftalkwin \
- --with-regiswin \
- --with-tektronixwin \
- --with-unitermwin \
- --with-ps=gs \
- --without-psutils \
- --without-sam2p \
- --without-t1utils \
- --enable-ipc \
- --without-etex \
- --with-xetex \
- --without-dvipng \
- --without-dvipdfm \
- --without-dvipdfmx \
- --with-xdvipdfmx \
- --without-lcdf-typetools \
- --without-pdfopen \
- --without-ps2eps \
- --without-detex \
- --without-ttf2pk \
- --without-tex4htk \
- --without-cjkutils \
- --without-xdvik --without-oxdvik \
- --without-xindy \
- --without-luatex \
- --without-dvi2tty \
- --without-vlna \
- --disable-largefile \
- --enable-shared \
- $(use_with X x) \
-
- emake texmf=${TEXMF_PATH:-/usr/share/texmf} || die "emake failed"
-
- # Mimic updmap --syncwithtrees to enable only fonts installed
- # Code copied from updmap script
- for i in `egrep '^(Mixed)?Map' "texmf/web2c/updmap.cfg" | sed 's@.* @@'`; do
- texlive-common_is_file_present_in_texmf "$i" || echo "$i"
- done > "${T}/updmap_update"
- {
- sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- } > "${T}/updmap_update2"
- sed -f "${T}/updmap_update2" "texmf/web2c/updmap.cfg" > "${T}/updmap_update3"\
- && cat "${T}/updmap_update3" > "texmf/web2c/updmap.cfg"
-}
-
-src_test() {
- ewarn "Due to modular layout of texlive ebuilds,"
- ewarn "It would not make much sense to use tests into the ebuild"
- ewarn "And tests would fail anyway"
- ewarn "Alternatively you can try to compile any tex file"
- ewarn "Tex warnings should be considered as errors and reported"
- ewarn "You can also run fmtutil-sys --all and check for errors/warnings there"
-}
-
-src_install() {
- insinto /usr/share
- doins -r texmf texmf-dist || die "failed to install texmf trees"
- if use source ; then
- doins -r "${WORKDIR}"/tlpkg || die "failed to install tlpkg files"
- fi
-
- dodir ${TEXMF_PATH:-/usr/share/texmf}/web2c
- einstall bindir="${D}/usr/bin" texmf="${D}${TEXMF_PATH:-/usr/share/texmf}" run_texlinks="true" run_mktexlsr="true" || die "einstall failed"
-
- newsbin "${FILESDIR}/texmf-update2008" texmf-update
-
- # When X is disabled mf-nowin doesn't exist but some scripts expect it to
- # exist. Instead, it is called mf, so we symlink it to please everything.
- use X || dosym mf /usr/bin/mf-nowin
-
- docinto texk
- cd "${S}/texk"
- dodoc ChangeLog README || die "failed to install texk docs"
-
- docinto kpathsea
- cd "${S}/texk/kpathsea"
- dodoc BUGS ChangeLog NEWS PROJECTS README || die "failed to install kpathsea docs"
-
- docinto dviljk
- cd "${S}/texk/dviljk"
- dodoc ChangeLog README NEWS || die "failed to install dviljk docs"
-
- docinto dvipsk
- cd "${S}/texk/dvipsk"
- dodoc ChangeLog README || die "failed to install dvipsk docs"
-
- docinto makeindexk
- cd "${S}/texk/makeindexk"
- dodoc ChangeLog NEWS NOTES README || die "failed to install makeindexk docs"
-
- docinto ps2pkm
- cd "${S}/texk/ps2pkm"
- dodoc ChangeLog README README.14m || die "failed to install ps2pkm docs"
-
- docinto web2c
- cd "${S}/texk/web2c"
- dodoc ChangeLog NEWS PROJECTS README || die "failed to install web2c docs"
-
- use doc || rm -rf "${D}/usr/share/texmf/doc"
- use doc || rm -rf "${D}/usr/share/texmf-dist/doc"
-
- dodir /var/cache/fonts
- # The default configuration expects it to be world writable, bug #266680
- # People can still change it with texconfig though.
- fperms 1777 /var/cache/fonts
-
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d"' > "${D}/etc/env.d/98texlive"
- # populate /etc/texmf
- keepdir /etc/texmf/web2c
-
- # take care of updmap.cfg, fmtutil.cnf and texmf.cnf
- dodir /etc/texmf/{updmap.d,fmtutil.d,texmf.d,language.dat.d,language.def.d}
-
- # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
- # by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/fmtutil.cnf"
-
- # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
- # texmf.cnf
- # It will also be generated from /etc/texmf/texmf.d files by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
-
- insinto /etc/texmf/texmf.d
- doins "${S}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files"
-
- mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
-
- # dvips config file
- keepdir /etc/texmf/dvips/config
- dodir /etc/texmf/dvips.d
- mv "${D}${TEXMF_PATH}/dvips/config/config.ps" "${D}/etc/texmf/dvips.d/00${PN}-config.ps" || die "moving config.ps failed"
-
- # Create symlinks from format to engines
- # This will avoid having to call texlinks in texmf-update
- cd "${S}"
- for i in texmf/fmtutil/format*.cnf; do
- [ -f "${i}" ] && etexlinks "${i}"
- done
-
- texlive-common_handle_config_files
-
- keepdir /usr/share/texmf-site
-
- dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
- dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
- dosym /etc/texmf/web2c/updmap.cfg ${TEXMF_PATH}/web2c/updmap.cfg
- dosym /etc/texmf/dvips/config/config.ps ${TEXMF_PATH}/dvips/config/config.ps
-
- # the virtex symlink is not installed
- # The links has to be relative, since the targets
- # is not present at this stage and MacOS doesn't
- # like non-existing targets
- dosym tex /usr/bin/virtex
- dosym pdftex /usr/bin/pdfvirtex
-
- # Keep it as that's where the formats will go
- keepdir /var/lib/texmf
-
- # Remove texdoctk if we don't want it
- if ! use tk ; then
- rm -f "${D}/usr/bin/texdoctk" "${D}/usr/share/texmf/scripts/tetex/texdoctk.pl" "${D}/usr/share/man/man1/texdoctk.1" || die "failed to remove texdoc tk!"
- fi
-
- # Rename mpost to leave room for mplib
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}"
- dosym "mpost-${P}" /usr/bin/mpost
-
- # Ditto for pdftex
- mv "${D}/usr/bin/pdftex" "${D}/usr/bin/pdftex-${P}"
- dosym "pdftex-${P}" /usr/bin/pdftex
-}
-
-pkg_preinst() {
- # Remove stray files to keep the upgrade path sane
- if has_version =app-text/texlive-core-2007* ; then
- for i in pdftex/pdflatex aleph/aleph aleph/lamed omega/lambda omega/omega xetex/xetex xetex/xelatex tex/tex pdftex/etex pdftex/pdftex pdftex/pdfetex ; do
- for j in log fmt ; do
- local file="${ROOT}/var/lib/texmf/web2c/${i}.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- done
- for j in base log ; do
- local file="${ROOT}/var/lib/texmf/web2c/metafont/mf.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- fi
-}
-
-pkg_postinst() {
- if [ "$ROOT" = "/" ] ; then
- /usr/sbin/texmf-update
- fi
-
- elog
- elog "If you have configuration files in /etc/texmf to merge,"
- elog "please update them and run /usr/sbin/texmf-update."
- elog
- ewarn "If you are migrating from an older TeX distribution"
- ewarn "Please make sure you have read:"
- ewarn "http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml"
- ewarn "in order to avoid possible problems"
- elog
- elog "TeXLive has been split in various ebuilds. If you are missing a"
- elog "package to process your TeX documents, you can install"
- elog "dev-tex/texmfind to easily search for them."
- elog
-}
diff --git a/app-text/texlive-core/texlive-core-2009-r1.ebuild b/app-text/texlive-core/texlive-core-2009-r1.ebuild
deleted file mode 100644
index 267cc5176cae..000000000000
--- a/app-text/texlive-core/texlive-core-2009-r1.ebuild
+++ /dev/null
@@ -1,326 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2009-r1.ebuild,v 1.5 2010/05/15 14:40:16 ssuominen Exp $
-
-EAPI=1
-
-inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
-
-PATCHLEVEL="17"
-TEXMFD_VERSION="1"
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/"
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c TeX"
-
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz
- mirror://gentoo/${P}-texmf.d-${TEXMFD_VERSION}.tar.xz"
-
-TL_CORE_BINEXTRA_MODULES="a2ping asymptote bibtex8 ctie cweb dtl dvi2tty dviasm dvicopy dvidvi dviljk dvipng dvipos findhyph fragmaster hyphenex lacheck latex2man latexdiff latexmk listings-ext mkind-english mkjobtexmf patgen pdfcrop pdftools pkfix pkfix-helper purifyeps seetexk synctex texcount texdiff texdirflatten texdoc texloganalyser texware tie tpic2pdftex web collection-binextra"
-TL_CORE_BINEXTRA_DOC_MODULES="a2ping.doc asymptote.doc bibtex8.doc ctie.doc cweb.doc dvicopy.doc dviljk.doc dvipng.doc dvipos.doc findhyph.doc fragmaster.doc latex2man.doc latexdiff.doc latexmk.doc listings-ext.doc mkjobtexmf.doc patgen.doc pdfcrop.doc pdftools.doc pkfix.doc pkfix-helper.doc purifyeps.doc synctex.doc texcount.doc texdiff.doc texdirflatten.doc texdoc.doc texloganalyser.doc texware.doc tie.doc tpic2pdftex.doc web.doc"
-TL_CORE_BINEXTRA_SRC_MODULES="hyphenex.source listings-ext.source mkjobtexmf.source"
-
-TL_CORE_EXTRA_MODULES="tetex texlive.infra kpathsea hyphen-base dvips texconfig gsftopk ${TL_CORE_BINEXTRA_MODULES}"
-TL_CORE_EXTRA_DOC_MODULES="tetex.doc texlive.infra.doc kpathsea.doc dvips.doc texconfig.doc gsftopk.doc ${TL_CORE_BINEXTRA_DOC_MODULES}"
-TL_CORE_EXTRA_SRC_MODULES="${TL_CORE_BINEXTRA_SRC_MODULES}"
-
-for i in ${TL_CORE_EXTRA_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-
-SRC_URI="${SRC_URI} doc? ( "
-for i in ${TL_CORE_EXTRA_DOC_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-SRC_URI="${SRC_URI} )"
-SRC_URI="${SRC_URI} source? ( "
-for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-SRC_URI="${SRC_URI} )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="X doc source tk"
-
-MODULAR_X_DEPEND="X? (
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXaw
- x11-libs/libXfont
- )"
-
-COMMON_DEPEND="${MODULAR_X_DEPEND}
- !app-text/ptex
- !app-text/tetex
- !<app-text/texlive-2007
- !app-text/xetex
- !<dev-texlive/texlive-basic-2009
- !app-text/xdvipdfmx
- !app-text/dvibook
- sys-libs/zlib
- app-text/teckit
- media-libs/silgraphite
- >=media-libs/libpng-1.2.43-r2:0
- >=app-text/poppler-0.12.3-r3
- media-libs/freetype:2
- media-libs/fontconfig"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- sys-apps/ed
- sys-devel/flex
- app-arch/xz-utils"
-
-RDEPEND="${COMMON_DEPEND}
- tk? ( dev-perl/perl-tk )"
-
-# texdoc needs luatex.
-PDEPEND=">=dev-tex/luatex-0.45"
-
-S="${WORKDIR}/texlive-20091107-source"
-
-src_unpack() {
- local i s
- for i in ${A}
- do
- s="${DISTDIR%/}/${i}"
- einfo "Unpacking ${s} to ${PWD}"
- test -s "${s}" || die "${s} does not exist"
- xz -dc -- "${s}" | tar xof - || die "Unpacking ${s} failed"
- done
- cd "${S}"
- mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files"
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-
- elibtoolize
-}
-
-src_compile() {
- # Too many regexps use A-Z a-z constructs, what causes problems with locales
- # that don't have the same alphabetical order than ascii. Bug #242430
- # So we set LC_ALL to C in order to avoid problems.
- export LC_ALL=C
- tc-export CC CXX AR
- econf \
- --bindir=/usr/bin \
- --datadir="${S}" \
- --with-system-freetype2 \
- --with-freetype2-include=/usr/include \
- --with-system-zlib \
- --with-system-libpng \
- --with-system-xpdf \
- --with-system-teckit \
- --with-teckit-includes=/usr/include/teckit \
- --with-system-graphite \
- --without-texinfo \
- --disable-dialog \
- --disable-multiplatform \
- --enable-epsfwin \
- --enable-mftalkwin \
- --enable-regiswin \
- --enable-tektronixwin \
- --enable-unitermwin \
- --with-ps=gs \
- --disable-psutils \
- --disable-t1utils \
- --enable-ipc \
- --enable-xetex \
- --disable-dvipng \
- --disable-dvipdfmx \
- --enable-xdvipdfmx \
- --disable-lcdf-typetools \
- --disable-pdfopen \
- --disable-ps2eps \
- --disable-detex \
- --disable-ttf2pk \
- --disable-tex4htk \
- --disable-cjkutils \
- --disable-xdvik \
- --disable-xindy \
- --disable-luatex \
- --disable-dvi2tty \
- --disable-vlna \
- --disable-largefile \
- --enable-shared \
- --disable-native-texlive-build \
- $(use_with X x)
-
- emake SHELL=/bin/sh texmf=${TEXMF_PATH:-/usr/share/texmf} || die "emake failed"
-
- # Mimic updmap --syncwithtrees to enable only fonts installed
- # Code copied from updmap script
- for i in `egrep '^(Mixed)?Map' "texmf/web2c/updmap.cfg" | sed 's@.* @@'`; do
- texlive-common_is_file_present_in_texmf "$i" || echo "$i"
- done > "${T}/updmap_update"
- {
- sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- } > "${T}/updmap_update2"
- sed -f "${T}/updmap_update2" "texmf/web2c/updmap.cfg" > "${T}/updmap_update3"\
- && cat "${T}/updmap_update3" > "texmf/web2c/updmap.cfg"
-}
-
-src_test() {
- ewarn "Due to modular layout of texlive ebuilds,"
- ewarn "It would not make much sense to use tests into the ebuild"
- ewarn "And tests would fail anyway"
- ewarn "Alternatively you can try to compile any tex file"
- ewarn "Tex warnings should be considered as errors and reported"
- ewarn "You can also run fmtutil-sys --all and check for errors/warnings there"
-}
-
-src_install() {
- dodir ${TEXMF_PATH:-/usr/share/texmf}/web2c
- emake DESTDIR="${D}" texmf="${D}${TEXMF_PATH:-/usr/share/texmf}" run_texlinks="true" run_mktexlsr="true" install || die "install failed"
-
- dodir /usr/share # just in case
- cp -pR texmf{,-dist} "${D}/usr/share/" || die "failed to install texmf trees"
- if use source ; then
- cp -pR "${WORKDIR}"/tlpkg "${D}/usr/share/" || die "failed to install tlpkg files"
- fi
-
- newsbin "${FILESDIR}/texmf-update2009" texmf-update
-
- # When X is disabled mf-nowin doesn't exist but some scripts expect it to
- # exist. Instead, it is called mf, so we symlink it to please everything.
- use X || dosym mf /usr/bin/mf-nowin
-
- docinto texk
- cd "${S}/texk"
- dodoc ChangeLog README || die "failed to install texk docs"
-
- docinto kpathsea
- cd "${S}/texk/kpathsea"
- dodoc BUGS ChangeLog NEWS PROJECTS README || die "failed to install kpathsea docs"
-
- docinto dviljk
- cd "${S}/texk/dviljk"
- dodoc ChangeLog README NEWS || die "failed to install dviljk docs"
-
- docinto dvipsk
- cd "${S}/texk/dvipsk"
- dodoc ChangeLog README || die "failed to install dvipsk docs"
-
- docinto makeindexk
- cd "${S}/texk/makeindexk"
- dodoc ChangeLog NEWS NOTES README || die "failed to install makeindexk docs"
-
- docinto ps2pkm
- cd "${S}/texk/ps2pkm"
- dodoc ChangeLog README README.14m || die "failed to install ps2pkm docs"
-
- docinto web2c
- cd "${S}/texk/web2c"
- dodoc ChangeLog NEWS PROJECTS README || die "failed to install web2c docs"
-
- use doc || rm -rf "${D}/usr/share/texmf/doc"
- use doc || rm -rf "${D}/usr/share/texmf-dist/doc"
-
- dodir /var/cache/fonts
- # The default configuration expects it to be world writable, bug #266680
- # People can still change it with texconfig though.
- fperms 1777 /var/cache/fonts
-
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d"' > "${D}/etc/env.d/98texlive"
- # populate /etc/texmf
- keepdir /etc/texmf/web2c
-
- # take care of updmap.cfg, fmtutil.cnf and texmf.cnf
- dodir /etc/texmf/{updmap.d,fmtutil.d,texmf.d,language.dat.d,language.def.d}
-
- # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
- # by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/fmtutil.cnf"
-
- # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
- # texmf.cnf
- # It will also be generated from /etc/texmf/texmf.d files by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
-
- insinto /etc/texmf/texmf.d
- doins "${S}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files"
-
- mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
-
- texlive-common_handle_config_files
-
- keepdir /usr/share/texmf-site
-
- dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
- dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
- dosym /etc/texmf/web2c/updmap.cfg ${TEXMF_PATH}/web2c/updmap.cfg
-
- # the virtex symlink is not installed
- # The links has to be relative, since the targets
- # is not present at this stage and MacOS doesn't
- # like non-existing targets
- dosym tex /usr/bin/virtex
- dosym pdftex /usr/bin/pdfvirtex
-
- # Keep it as that's where the formats will go
- keepdir /var/lib/texmf
-
- # Remove texdoctk if we don't want it
- if ! use tk ; then
- rm -f "${D}/usr/bin/texdoctk" "${D}/usr/share/texmf/scripts/tetex/texdoctk.pl" "${D}/usr/share/man/man1/texdoctk.1" || die "failed to remove texdoc tk!"
- fi
-
- # Rename mpost to leave room for mplib
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}"
- dosym "mpost-${P}" /usr/bin/mpost
-
- # Ditto for pdftex
- mv "${D}/usr/bin/pdftex" "${D}/usr/bin/pdftex-${P}"
- dosym "pdftex-${P}" /usr/bin/pdftex
-}
-
-pkg_preinst() {
- # Remove stray files to keep the upgrade path sane
- if has_version =app-text/texlive-core-2007* ; then
- for i in pdftex/pdflatex aleph/aleph aleph/lamed omega/lambda omega/omega xetex/xetex xetex/xelatex tex/tex pdftex/etex pdftex/pdftex pdftex/pdfetex ; do
- for j in log fmt ; do
- local file="${ROOT}/var/lib/texmf/web2c/${i}.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- done
- for j in base log ; do
- local file="${ROOT}/var/lib/texmf/web2c/metafont/mf.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- fi
-}
-
-pkg_postinst() {
- if [ "$ROOT" = "/" ] ; then
- /usr/sbin/texmf-update
- fi
-
- elog
- elog "If you have configuration files in /etc/texmf to merge,"
- elog "please update them and run /usr/sbin/texmf-update."
- elog
- ewarn "If you are migrating from an older TeX distribution"
- ewarn "Please make sure you have read:"
- ewarn "http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml"
- ewarn "in order to avoid possible problems"
- elog
- elog "TeXLive has been split in various ebuilds. If you are missing a"
- elog "package to process your TeX documents, you can install"
- elog "dev-tex/texmfind to easily search for them."
- elog
-}
diff --git a/app-text/texlive-core/texlive-core-2009-r2.ebuild b/app-text/texlive-core/texlive-core-2009-r2.ebuild
deleted file mode 100644
index 2d9f57a33202..000000000000
--- a/app-text/texlive-core/texlive-core-2009-r2.ebuild
+++ /dev/null
@@ -1,326 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2009-r2.ebuild,v 1.1 2010/06/20 12:15:17 aballier Exp $
-
-EAPI=1
-
-inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
-
-PATCHLEVEL="18"
-TEXMFD_VERSION="1"
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/"
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c TeX"
-
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz
- mirror://gentoo/${P}-texmf.d-${TEXMFD_VERSION}.tar.xz"
-
-TL_CORE_BINEXTRA_MODULES="a2ping asymptote bibtex8 ctie cweb dtl dvi2tty dviasm dvicopy dvidvi dviljk dvipng dvipos findhyph fragmaster hyphenex lacheck latex2man latexdiff latexmk listings-ext mkind-english mkjobtexmf patgen pdfcrop pdftools pkfix pkfix-helper purifyeps seetexk synctex texcount texdiff texdirflatten texdoc texloganalyser texware tie tpic2pdftex web collection-binextra"
-TL_CORE_BINEXTRA_DOC_MODULES="a2ping.doc asymptote.doc bibtex8.doc ctie.doc cweb.doc dvicopy.doc dviljk.doc dvipng.doc dvipos.doc findhyph.doc fragmaster.doc latex2man.doc latexdiff.doc latexmk.doc listings-ext.doc mkjobtexmf.doc patgen.doc pdfcrop.doc pdftools.doc pkfix.doc pkfix-helper.doc purifyeps.doc synctex.doc texcount.doc texdiff.doc texdirflatten.doc texdoc.doc texloganalyser.doc texware.doc tie.doc tpic2pdftex.doc web.doc"
-TL_CORE_BINEXTRA_SRC_MODULES="hyphenex.source listings-ext.source mkjobtexmf.source"
-
-TL_CORE_EXTRA_MODULES="tetex texlive.infra kpathsea hyphen-base dvips texconfig gsftopk ${TL_CORE_BINEXTRA_MODULES}"
-TL_CORE_EXTRA_DOC_MODULES="tetex.doc texlive.infra.doc kpathsea.doc dvips.doc texconfig.doc gsftopk.doc ${TL_CORE_BINEXTRA_DOC_MODULES}"
-TL_CORE_EXTRA_SRC_MODULES="${TL_CORE_BINEXTRA_SRC_MODULES}"
-
-for i in ${TL_CORE_EXTRA_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-
-SRC_URI="${SRC_URI} doc? ( "
-for i in ${TL_CORE_EXTRA_DOC_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-SRC_URI="${SRC_URI} )"
-SRC_URI="${SRC_URI} source? ( "
-for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
- SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.tar.xz"
-done
-SRC_URI="${SRC_URI} )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="X doc source tk"
-
-MODULAR_X_DEPEND="X? (
- x11-libs/libXmu
- x11-libs/libXp
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXaw
- x11-libs/libXfont
- )"
-
-COMMON_DEPEND="${MODULAR_X_DEPEND}
- !app-text/ptex
- !app-text/tetex
- !<app-text/texlive-2007
- !app-text/xetex
- !<dev-texlive/texlive-basic-2009
- !app-text/xdvipdfmx
- !app-text/dvibook
- sys-libs/zlib
- app-text/teckit
- media-libs/silgraphite
- >=media-libs/libpng-1.2.43-r2:0
- >=app-text/poppler-0.12.3-r3
- media-libs/freetype:2
- media-libs/fontconfig"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- sys-apps/ed
- sys-devel/flex
- app-arch/xz-utils"
-
-RDEPEND="${COMMON_DEPEND}
- tk? ( dev-perl/perl-tk )"
-
-# texdoc needs luatex.
-PDEPEND=">=dev-tex/luatex-0.45"
-
-S="${WORKDIR}/texlive-20091107-source"
-
-src_unpack() {
- local i s
- for i in ${A}
- do
- s="${DISTDIR%/}/${i}"
- einfo "Unpacking ${s} to ${PWD}"
- test -s "${s}" || die "${s} does not exist"
- xz -dc -- "${s}" | tar xof - || die "Unpacking ${s} failed"
- done
- cd "${S}"
- mv "${WORKDIR}"/texmf* "${S}" || die "failed to move texmf files"
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-
- elibtoolize
-}
-
-src_compile() {
- # Too many regexps use A-Z a-z constructs, what causes problems with locales
- # that don't have the same alphabetical order than ascii. Bug #242430
- # So we set LC_ALL to C in order to avoid problems.
- export LC_ALL=C
- tc-export CC CXX AR
- econf \
- --bindir=/usr/bin \
- --datadir="${S}" \
- --with-system-freetype2 \
- --with-freetype2-include=/usr/include \
- --with-system-zlib \
- --with-system-libpng \
- --with-system-xpdf \
- --with-system-teckit \
- --with-teckit-includes=/usr/include/teckit \
- --with-system-graphite \
- --without-texinfo \
- --disable-dialog \
- --disable-multiplatform \
- --enable-epsfwin \
- --enable-mftalkwin \
- --enable-regiswin \
- --enable-tektronixwin \
- --enable-unitermwin \
- --with-ps=gs \
- --disable-psutils \
- --disable-t1utils \
- --enable-ipc \
- --enable-xetex \
- --disable-dvipng \
- --disable-dvipdfmx \
- --enable-xdvipdfmx \
- --disable-lcdf-typetools \
- --disable-pdfopen \
- --disable-ps2eps \
- --disable-detex \
- --disable-ttf2pk \
- --disable-tex4htk \
- --disable-cjkutils \
- --disable-xdvik \
- --disable-xindy \
- --disable-luatex \
- --disable-dvi2tty \
- --disable-vlna \
- --disable-largefile \
- --enable-shared \
- --disable-native-texlive-build \
- $(use_with X x)
-
- emake SHELL=/bin/sh texmf=${TEXMF_PATH:-/usr/share/texmf} || die "emake failed"
-
- # Mimic updmap --syncwithtrees to enable only fonts installed
- # Code copied from updmap script
- for i in `egrep '^(Mixed)?Map' "texmf/web2c/updmap.cfg" | sed 's@.* @@'`; do
- texlive-common_is_file_present_in_texmf "$i" || echo "$i"
- done > "${T}/updmap_update"
- {
- sed 's@/@\\/@g; s@^@/^MixedMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- sed 's@/@\\/@g; s@^@/^Map[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- } > "${T}/updmap_update2"
- sed -f "${T}/updmap_update2" "texmf/web2c/updmap.cfg" > "${T}/updmap_update3"\
- && cat "${T}/updmap_update3" > "texmf/web2c/updmap.cfg"
-}
-
-src_test() {
- ewarn "Due to modular layout of texlive ebuilds,"
- ewarn "It would not make much sense to use tests into the ebuild"
- ewarn "And tests would fail anyway"
- ewarn "Alternatively you can try to compile any tex file"
- ewarn "Tex warnings should be considered as errors and reported"
- ewarn "You can also run fmtutil-sys --all and check for errors/warnings there"
-}
-
-src_install() {
- dodir ${TEXMF_PATH:-/usr/share/texmf}/web2c
- emake DESTDIR="${D}" texmf="${D}${TEXMF_PATH:-/usr/share/texmf}" run_texlinks="true" run_mktexlsr="true" install || die "install failed"
-
- dodir /usr/share # just in case
- cp -pR texmf{,-dist} "${D}/usr/share/" || die "failed to install texmf trees"
- if use source ; then
- cp -pR "${WORKDIR}"/tlpkg "${D}/usr/share/" || die "failed to install tlpkg files"
- fi
-
- newsbin "${FILESDIR}/texmf-update2009" texmf-update
-
- # When X is disabled mf-nowin doesn't exist but some scripts expect it to
- # exist. Instead, it is called mf, so we symlink it to please everything.
- use X || dosym mf /usr/bin/mf-nowin
-
- docinto texk
- cd "${S}/texk"
- dodoc ChangeLog README || die "failed to install texk docs"
-
- docinto kpathsea
- cd "${S}/texk/kpathsea"
- dodoc BUGS ChangeLog NEWS PROJECTS README || die "failed to install kpathsea docs"
-
- docinto dviljk
- cd "${S}/texk/dviljk"
- dodoc ChangeLog README NEWS || die "failed to install dviljk docs"
-
- docinto dvipsk
- cd "${S}/texk/dvipsk"
- dodoc ChangeLog README || die "failed to install dvipsk docs"
-
- docinto makeindexk
- cd "${S}/texk/makeindexk"
- dodoc ChangeLog NEWS NOTES README || die "failed to install makeindexk docs"
-
- docinto ps2pkm
- cd "${S}/texk/ps2pkm"
- dodoc ChangeLog README README.14m || die "failed to install ps2pkm docs"
-
- docinto web2c
- cd "${S}/texk/web2c"
- dodoc ChangeLog NEWS PROJECTS README || die "failed to install web2c docs"
-
- use doc || rm -rf "${D}/usr/share/texmf/doc"
- use doc || rm -rf "${D}/usr/share/texmf-dist/doc"
-
- dodir /var/cache/fonts
- # The default configuration expects it to be world writable, bug #266680
- # People can still change it with texconfig though.
- fperms 1777 /var/cache/fonts
-
- dodir /etc/env.d
- echo 'CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d"' > "${D}/etc/env.d/98texlive"
- # populate /etc/texmf
- keepdir /etc/texmf/web2c
-
- # take care of updmap.cfg, fmtutil.cnf and texmf.cnf
- dodir /etc/texmf/{updmap.d,fmtutil.d,texmf.d,language.dat.d,language.def.d}
-
- # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
- # by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/fmtutil.cnf"
-
- # Remove default texmf.cnf to ship our own, greatly based on texlive dvd's
- # texmf.cnf
- # It will also be generated from /etc/texmf/texmf.d files by texmf-update
- rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
-
- insinto /etc/texmf/texmf.d
- doins "${S}/texmf.d/"*.cnf || die "failed to install texmf.d configuration files"
-
- mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
-
- texlive-common_handle_config_files
-
- keepdir /usr/share/texmf-site
-
- dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
- dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
- dosym /etc/texmf/web2c/updmap.cfg ${TEXMF_PATH}/web2c/updmap.cfg
-
- # the virtex symlink is not installed
- # The links has to be relative, since the targets
- # is not present at this stage and MacOS doesn't
- # like non-existing targets
- dosym tex /usr/bin/virtex
- dosym pdftex /usr/bin/pdfvirtex
-
- # Keep it as that's where the formats will go
- keepdir /var/lib/texmf
-
- # Remove texdoctk if we don't want it
- if ! use tk ; then
- rm -f "${D}/usr/bin/texdoctk" "${D}/usr/share/texmf/scripts/tetex/texdoctk.pl" "${D}/usr/share/man/man1/texdoctk.1" || die "failed to remove texdoc tk!"
- fi
-
- # Rename mpost to leave room for mplib
- mv "${D}/usr/bin/mpost" "${D}/usr/bin/mpost-${P}"
- dosym "mpost-${P}" /usr/bin/mpost
-
- # Ditto for pdftex
- mv "${D}/usr/bin/pdftex" "${D}/usr/bin/pdftex-${P}"
- dosym "pdftex-${P}" /usr/bin/pdftex
-}
-
-pkg_preinst() {
- # Remove stray files to keep the upgrade path sane
- if has_version =app-text/texlive-core-2007* ; then
- for i in pdftex/pdflatex aleph/aleph aleph/lamed omega/lambda omega/omega xetex/xetex xetex/xelatex tex/tex pdftex/etex pdftex/pdftex pdftex/pdfetex ; do
- for j in log fmt ; do
- local file="${ROOT}/var/lib/texmf/web2c/${i}.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- done
- for j in base log ; do
- local file="${ROOT}/var/lib/texmf/web2c/metafont/mf.${j}"
- if [ -f "${file}" ] ; then
- elog "Removing stray ${file} from TeXLive 2007 install."
- rm -f "${file}"
- fi
- done
- fi
-}
-
-pkg_postinst() {
- if [ "$ROOT" = "/" ] ; then
- /usr/sbin/texmf-update
- fi
-
- elog
- elog "If you have configuration files in /etc/texmf to merge,"
- elog "please update them and run /usr/sbin/texmf-update."
- elog
- ewarn "If you are migrating from an older TeX distribution"
- ewarn "Please make sure you have read:"
- ewarn "http://www.gentoo.org/proj/en/tex/texlive-migration-guide.xml"
- ewarn "in order to avoid possible problems"
- elog
- elog "TeXLive has been split in various ebuilds. If you are missing a"
- elog "package to process your TeX documents, you can install"
- elog "dev-tex/texmfind to easily search for them."
- elog
-}