summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-06-04 17:17:31 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-06-04 17:17:43 +0300
commit723dbcf5d8147f5fc3e3c97b711d7d86adc05016 (patch)
tree61344c4cce856cfde7aae876e466b70204714e3f
parentapp-text/texlive-core: unbundle latexmk (diff)
downloadgentoo-723dbcf5.tar.gz
gentoo-723dbcf5.tar.bz2
gentoo-723dbcf5.zip
app-text/texlive-core: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
-rw-r--r--app-text/texlive-core/Manifest1
-rw-r--r--app-text/texlive-core/texlive-core-2019-r1.ebuild348
2 files changed, 0 insertions, 349 deletions
diff --git a/app-text/texlive-core/Manifest b/app-text/texlive-core/Manifest
index 4fee6c3d583c..311e376db468 100644
--- a/app-text/texlive-core/Manifest
+++ b/app-text/texlive-core/Manifest
@@ -2,7 +2,6 @@ DIST texlive-20170524-source-freetype.patch.xz 625056 BLAKE2B 70bcd15da1edfe5422
DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4 SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d SHA512 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
DIST texlive-core-2017-poppler076.tar.xz 9232 BLAKE2B 945e4f8e6f3230b78dc43560c664fbe4989fb32759b41c0ef83d656b43b008030cebdbf668718c4f22831d01c3fe1466f686f7f6b76183d3d1bb5e760f17140d SHA512 63fb2b426921be5f6d310b31e7fea6fc0edc0900f4790445fcaface9c931ca6c3e8f98b81a3bccfd1c877750e854c9410a59ff9a124aa2826d7b4187d54ed8ab
-DIST texlive-core-patches-2019-2.tar.xz 11936 BLAKE2B b8ee1bbf2b2e58101b4e03c3d86b1c78d022f69e462fa652640d3f9feaa0672bddbf7ff9b7410ea9876f5e1cea50db0c43cf57898708cad3af550bbc1dad307f SHA512 50d24df7c2773c8a94676cc986bd15e0f9c652c68ec4df4ce0abec4e8cbfbf56386b59021bab348fb8e218cf67ff365295056712bee37c86a6ccdd7bcb8bc192
DIST texlive-core-patches-2019-3.tar.xz 11940 BLAKE2B e696579b5012133dd588ffd8822417a6be25b082871664973d3967adc5689a0c29e83f225f5354f61d5ed5e9a445951c6fbc0e9a4af47cfb9282495f5385ad23 SHA512 0825037b2fbb56ccd1f4339fd5c2054b7efa4a93902d0cc4be6c99c6d23edfb4b922c4208d9753b573beae35e83c8423a685d12320589a078ad3153f8b7a9175
DIST texlive-core-patches-70.tar.xz 13068 BLAKE2B 011cf51af10d28ac9df7c9b9d7aea2cac3e562d393dcf09d57b3c2832fe6816cf926458417577f7c9d9414639a291c09240444145bdbb3d132170f51a8a16980 SHA512 fd26b92a03cd0446007728d0c16a8c7301e254515b997e6a0bd9b325db162bf3f2a2e96be0cb185f042038205c4b4dacf1785a216c8326328682f1c42da9079e
DIST texlive-module-a2ping-2017.tar.xz 31136 BLAKE2B cc0d99992cb780711a2a423fa26135845fa1f2cbbac76485d64a0b3184e338e7a60cdcfeaca129e6251f72110b0069c32164f9c4904d7f7c9c2edc6306f50411 SHA512 4711f184222fd95498a6d3ee94db19209c7836e6b775303926766d97921f2e8324b0aa2252a958fb619dbeca50729d2be4851a2add5503e7e8f4e713fc993e41
diff --git a/app-text/texlive-core/texlive-core-2019-r1.ebuild b/app-text/texlive-core/texlive-core-2019-r1.ebuild
deleted file mode 100644
index b0b2521e2775..000000000000
--- a/app-text/texlive-core/texlive-core-2019-r1.ebuild
+++ /dev/null
@@ -1,348 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-TL_SOURCE_VERSION=20190410
-
-inherit flag-o-matic toolchain-funcs libtool texlive-common
-
-MY_P=${PN%-core}-${TL_SOURCE_VERSION}-source
-
-PATCHLEVEL=2
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="https://tug.org/texlive/"
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c TeX"
-
-SRC_URI="mirror://gentoo/${MY_P}.tar.xz
- mirror://gentoo/${PN}-patches-${PV}-${PATCHLEVEL}.tar.xz"
-
-TL_CORE_BINEXTRA_MODULES="
- a2ping adhocfilelist arara asymptote bundledoc checklistings ctan_chk
- ctanify ctanupload ctie cweb de-macro dtl dtxgen dvi2tty dviasm dvicopy
- dvidvi dviljk dvipos findhyph fragmaster hook-pre-commit-pkg hyphenex
- installfont lacheck latex-git-log latex-papersize latex2man latex2nemeth
- latexfileversion latexpand latexindent ltxfileinfo ltximg listings-ext make4ht
- match_parens mflua mkjobtexmf patgen pdfbook2 pdfcrop pdflatexpicscale pdftools
- pdfxup pfarrei pkfix pkfix-helper purifyeps seetexk srcredact sty2dtx
- synctex tex4ebook texcount texdef texdiff texdirflatten texdoc texfot
- texliveonfly texloganalyser texosquery texware tie tpic2pdftex typeoutfileinfo
- web collection-binextra
- "
-TL_CORE_BINEXTRA_DOC_MODULES="
- a2ping.doc adhocfilelist.doc arara.doc asymptote.doc bundledoc.doc
- checklistings.doc ctan_chk.doc ctanify.doc ctanupload.doc ctie.doc
- cweb.doc de-macro.doc dtl.doc dtxgen.doc dvi2tty.doc dviasm.doc dvicopy.doc
- dvidvi.doc dviljk.doc dvipos.doc findhyph.doc fragmaster.doc
- hook-pre-commit-pkg.doc installfont.doc lacheck.doc latex-git-log.doc
- latex-papersize.doc latex2man.doc latex2nemeth.doc latexfileversion.doc
- latexpand.doc latexindent.doc ltxfileinfo.doc ltximg.doc listings-ext.doc
- make4ht.doc match_parens.doc mkjobtexmf.doc patgen.doc pdfbook2.doc pdfcrop.doc
- pdflatexpicscale.doc pdftools.doc pdfxup.doc pfarrei.doc pkfix.doc
- pkfix-helper.doc purifyeps.doc pythontex.doc seetexk.doc srcredact.doc
- sty2dtx.doc synctex.doc tex4ebook.doc texcount.doc texdef.doc texdiff.doc
- texdirflatten.doc texdoc.doc texfot.doc texliveonfly.doc texloganalyser.doc
- texosquery.doc texware.doc tie.doc tpic2pdftex.doc typeoutfileinfo.doc web.doc
-"
-TL_CORE_BINEXTRA_SRC_MODULES="
- adhocfilelist.source arara.source checklistings.source hyphenex.source
- listings-ext.source mkjobtexmf.source pfarrei.source pythontex.source
- texdef.source texosquery.source
-"
-
-TL_CORE_EXTRA_MODULES="tetex hyphen-base gsftopk texlive.infra ${TL_CORE_BINEXTRA_MODULES}"
-TL_CORE_EXTRA_DOC_MODULES="tetex.doc gsftopk.doc texlive.infra.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 ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="cjk X doc source tk +luajittex xetex"
-
-TEXMF_PATH=/usr/share/texmf-dist
-
-MODULAR_X_DEPEND="X? (
- x11-libs/libX11
- x11-libs/libXmu
- )"
-
-COMMON_DEPEND="${MODULAR_X_DEPEND}
- !dev-tex/luatex
- sys-libs/zlib
- >=media-libs/libpng-1.2.43-r2:0=
- media-libs/gd[png]
- >=app-text/poppler-0.58.0:=
- >=x11-libs/cairo-1.12
- >=x11-libs/pixman-0.18
- dev-libs/zziplib
- app-text/libpaper
- dev-libs/gmp:0
- dev-libs/mpfr:0=
- xetex? (
- >=media-libs/harfbuzz-1.4.5[icu,graphite]
- >=dev-libs/icu-50:=
- >=app-text/teckit-2.5.3
- media-libs/fontconfig
- media-gfx/graphite2
- )
- media-libs/freetype:2
- >=dev-libs/kpathsea-6.2.3
- cjk? ( >=dev-libs/ptexenc-1.3.7 )
- >=app-text/poppler-0.76.1:="
-
-BDEPEND="sys-apps/ed
- sys-devel/flex
- virtual/pkgconfig"
-
-DEPEND="${COMMON_DEPEND}"
-
-RDEPEND="${COMMON_DEPEND}
- >=app-text/ps2pkm-1.8_p20170524
- >=app-text/dvipsk-5.997
- >=dev-tex/bibtexu-3.71_p20170524
- virtual/perl-Getopt-Long
- tk? ( dev-perl/Tk )"
-
-S="${WORKDIR}/${P}_build"
-B="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- mkdir -p "${S}" || die "failed to create build dir"
-}
-
-RELOC_TARGET=texmf-dist
-
-src_prepare() {
- cd "${WORKDIR}" || die
- # From texlive-module.eclass.
- grep -H RELOC tlpkg/tlpobj/* | awk '{print $2}' | sed 's#^RELOC/##' > "${T}/reloclist"
- { for i in $(<"${T}/reloclist"); do dirname $i; done; } | uniq > "${T}/dirlist"
- for i in $(<"${T}/dirlist"); do
- [ -d "${RELOC_TARGET}/${i}" ] || mkdir -p "${RELOC_TARGET}/${i}"
- done
- for i in $(<"${T}/reloclist"); do
- mv "${i}" "${RELOC_TARGET}"/$(dirname "${i}") || die "failed to relocate ${i} to ${RELOC_TARGET}/$(dirname ${i})"
- done
-
- mv "${WORKDIR}"/texmf* "${B}" || die "failed to move texmf files"
-
- cd "${B}" || die
-
- default
-
- eapply "${WORKDIR}"/patches
-
- sed -i \
- -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${EPREFIX}/usr/include\"," \
- texk/web2c/configure || die
-
- elibtoolize
-}
-
-src_configure() {
- # It fails on alpha without this
- use alpha && append-ldflags "-Wl,--no-relax"
-
- # 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 RANLIB
- ECONF_SOURCE="${B}" \
- econf -C \
- --bindir="${EPREFIX}"/usr/bin \
- --datadir="${S}" \
- --with-system-freetype2 \
- --with-system-zlib \
- --with-system-libpng \
- --with-system-xpdf \
- --with-system-poppler \
- --with-system-teckit \
- --with-teckit-includes="${EPREFIX}"/usr/include/teckit \
- --with-system-kpathsea \
- --with-kpathsea-includes="${EPREFIX}"/usr/include \
- --with-system-icu \
- --with-system-ptexenc \
- --with-system-harfbuzz \
- --with-system-icu \
- --with-system-graphite2 \
- --with-system-cairo \
- --with-system-pixman \
- --with-system-zziplib \
- --with-system-libpaper \
- --with-system-gmp \
- --with-system-gd \
- --with-system-mpfr \
- --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 \
- --disable-biber \
- --disable-bibtex-x \
- --disable-dvipng \
- --disable-dvipsk \
- --disable-chktex \
- --disable-lcdf-typetools \
- --disable-pdfopen \
- --disable-ps2eps \
- --disable-ps2pk \
- --disable-detex \
- --disable-ttf2pk2 \
- --disable-tex4htk \
- --disable-cjkutils \
- --disable-xdvik \
- --disable-xindy \
- --enable-luatex \
- --disable-dvi2tty \
- --disable-dvisvgm \
- --disable-vlna \
- --enable-shared \
- --disable-native-texlive-build \
- --disable-largefile \
- --disable-build-in-source-tree \
- $(use_enable luajittex) \
- $(use_enable luajittex mfluajit) \
- $(use_enable xetex) \
- $(use_enable cjk dviout-util) \
- $(use_enable cjk ptex) \
- $(use_enable cjk eptex) \
- $(use_enable cjk uptex) \
- $(use_enable cjk euptex) \
- $(use_enable cjk mendexk) \
- $(use_enable cjk makejvf) \
- $(use_enable cjk pmp) \
- $(use_enable cjk upmp) \
- $(use_enable tk texdoctk) \
- $(use_with X x)
-}
-
-src_compile() {
- tc-export CC CXX AR RANLIB
- emake SHELL="${EPREFIX}"/bin/sh texmf="${EPREFIX}"${TEXMF_PATH:-/usr/share/texmf-dist}
-
- cd "${B}" || die
- # Mimic updmap --syncwithtrees to enable only fonts installed
- # Code copied from updmap script
- for i in `egrep '^(Mixed|Kanji)?Map' "texmf-dist/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"
- sed 's@/@\\/@g; s@^@/^KanjiMap[ ]*@; s@$@$/s/^/#! /@' <"${T}/updmap_update"
- } > "${T}/updmap_update2"
- sed -f "${T}/updmap_update2" "texmf-dist/web2c/updmap.cfg" > "${T}/updmap_update3"\
- && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg"
-}
-
-src_install() {
- dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c
- emake DESTDIR="${D}" texmf="${ED}${TEXMF_PATH:-/usr/share/texmf-dist}" run_texlinks="true" run_mktexlsr="true" install
-
- cd "${B}" || die
- dodir /usr/share # just in case
- cp -pR texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees"
- cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files"
-
- # 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 "${B}/texk" || die
- dodoc ChangeLog README
-
- docinto dviljk || die
- cd "${B}/texk/dviljk"
- dodoc ChangeLog README NEWS
-
- docinto makeindexk || die
- cd "${B}/texk/makeindexk"
- dodoc ChangeLog NOTES README
-
- docinto web2c || die
- cd "${B}/texk/web2c"
- dodoc ChangeLog NEWS PROJECTS README
-
- use doc || rm -rf "${ED}/usr/share/texmf-dist/doc"
-
- 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"' > "${ED}/etc/env.d/98texlive"
- # populate /etc/texmf
- keepdir /etc/texmf/web2c
-
- # take care of updmap.cfg and language.d files
- keepdir /etc/texmf/{updmap.d,language.dat.d,language.def.d,language.dat.lua.d}
-
- mv "${ED}${TEXMF_PATH}/web2c/updmap.cfg" "${ED}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
-
- # Remove fmtutil.cnf, it will be regenerated from /etc/texmf/fmtutil.d files
- # by texmf-update
- rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
- # Remove bundled and invalid updmap.cfg
- rm -f "${ED}/usr/share/texmf-dist/web2c/updmap.cfg"
-
- texlive-common_handle_config_files
-
- keepdir /usr/share/texmf-site
-
- # 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
-
- # Rename mpost to leave room for mplib
- mv "${ED}/usr/bin/mpost" "${ED}/usr/bin/mpost-${P}"
- dosym "mpost-${P}" /usr/bin/mpost
-
- # Ditto for pdftex
- mv "${ED}/usr/bin/pdftex" "${ED}/usr/bin/pdftex-${P}"
- dosym "pdftex-${P}" /usr/bin/pdftex
-}
-
-pkg_postinst() {
- etexmf-update
-
- einfo "Regenerating TeX formats"
- fmtutil-sys --all &> /dev/null
-
- elog
- elog "If you have configuration files in ${EPREFIX}/etc/texmf to merge,"
- elog "please update them and run ${EPREFIX}/usr/sbin/texmf-update."
- elog
- ewarn "If you are migrating from an older TeX distribution"
- ewarn "Please make sure you have read:"
- ewarn "https://wiki.gentoo.org/wiki/Project:TeX/Tex_Live_Migration_Guide"
- 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
-}