dev-tex/*: Remove obsolete packages.

Remove packages cdcover, circuit_macros, currvita, curve, dot2texi,
ellipsis, envlab, europecv, feynmf, flabels, floatflt, g-brief,
harvard, lazylist, leaflet, newlfm, polytable, rcsinfo, svninfo,
texpower, tipa, and translator. These are all included with TeX Live.

Bug: https://bugs.gentoo.org/708870
Bug: https://bugs.gentoo.org/709310
Bug: https://bugs.gentoo.org/719304
Bug: https://bugs.gentoo.org/728904
Bug: https://bugs.gentoo.org/729394
Bug: https://bugs.gentoo.org/729470
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2020-07-19 14:40:33 +02:00
parent 7f3d44ac56
commit 18e9276dab
67 changed files with 0 additions and 1057 deletions

View File

@@ -1 +0,0 @@
DIST cdcover-1.3b.tar.gz 14597 BLAKE2B 2452cd28bf83dbb2d67927b58371930ba4b9126cb27754a4eea113e144225c0fb68c23e883788e33ef4f1575597d68f009f51b4384cf0e580d128866a9c3d3b4 SHA512 4a74d1ae526f5cd183bfa58170e5adb6a159b2ee4a10a4efd170f38d98d5d91b4ddd783d7eac286ab292c80bc0f27888c202ef1d26c14b9b42d1bbf040eb8623

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
S=${WORKDIR}/cdcover
DESCRIPTION="LaTeX package used to create CD case covers"
HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/cd-cover/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~sparc x86"
IUSE=""
# checksum from official ftp site changes frequently so we mirror it

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,2 +0,0 @@
DIST circuit_macros-8.4.1.tar.gz 2060119 BLAKE2B 2807ff0166f50f9e9f45750591ef9542cb211cbf657e7386a5c9c189f62f2bc9cae942abe7208240d048313d53c7536c0ee3b65d603c20837bb70b2bf41b30c1 SHA512 af81f20203bc153ded017f56096181cc51fbaeba3063a2a003fcebc4210449fb1f3c044691fad5c6020334e46b9dbbdf9ec07b15af912f94ab669ea02543cbc2
DIST circuit_macros-8.4.tar.gz 2051691 BLAKE2B abebfaa37b12f53223f76790d1b85b487055ffeac21ca231606c15e06ca0335c79eedc93dc5c0e609394c26574fa50082ab9a60070232a1970098629b1853794 SHA512 70f5d451a69effaad529749940a4b647eaf326808d70b03d209f2a6e5e436f35713e9f11da1179b0651a0eb7ec8f0a6852a3d6618e34e684f6fdc134a4bd0f60

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit texlive-common
DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
SRC_URI="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/Circuit_macros.tar.gz -> circuit_macros-${PV}.tar.gz"
LICENSE="LPPL-1.3c"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples +script"
DEPEND=""
RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
media-gfx/dpic
sys-devel/m4
script? ( app-text/texlive[graphics]
dev-texlive/texlive-latexextra )"
S="${WORKDIR}/Circuit_macros${PV}"
src_install() {
insinto /usr/share/${PN}
doins *.m4
insinto /usr/share/texmf-site/tex/latex/${PN}
doins boxdims.sty
dodoc README CHANGES Makefile doc/CMman.pdf
rm -f doc/CMman.pdf
use doc && dodoc -r doc
use examples && dodoc -r examples
use script && dobin "${FILESDIR}/cm2pdf"
docompress -x \
/usr/share/doc/${PF}/Makefile \
/usr/share/doc/${PF}/doc \
/usr/share/doc/${PF}/examples
}
pkg_postinst() {
etexmf-update
use script && einfo "cm2pdf was installed to automatically create PDFs. Run cm2pdf --help for usage help."
}
pkg_postrm() {
etexmf-update
}

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit texlive-common
DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
SRC_URI="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/Circuit_macros.tar.gz -> circuit_macros-${PV}.tar.gz"
LICENSE="LPPL-1.3c"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples +script"
DEPEND=""
RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
media-gfx/dpic
sys-devel/m4
script? ( app-text/texlive[graphics]
dev-texlive/texlive-latexextra )"
S="${WORKDIR}/Circuit_macros${PV}"
src_install() {
insinto /usr/share/${PN}
doins *.m4
insinto /usr/share/texmf-site/tex/latex/${PN}
doins boxdims.sty
dodoc README CHANGES Makefile doc/CMman.pdf
rm -f doc/CMman.pdf
use doc && dodoc -r doc
use examples && dodoc -r examples
use script && dobin "${FILESDIR}/cm2pdf"
docompress -x \
/usr/share/doc/${PF}/Makefile \
/usr/share/doc/${PF}/doc \
/usr/share/doc/${PF}/examples
}
pkg_postinst() {
etexmf-update
use script && einfo "cm2pdf was installed to automatically create PDFs. Run cm2pdf --help for usage help."
}
pkg_postrm() {
etexmf-update
}

View File

@@ -1,72 +0,0 @@
#! /bin/bash
m4file=""
fontsize=10
usage() {
echo "Usage:"
echo "${0##*/} --help"
echo "${0##*/} [options] path/to/file.m4"
echo
echo "--help"
echo " Show this help message."
echo
echo "-f, --fontsize"
echo " Set size of base font, in points."
echo " Supported font sizes are 8, 9, 10, 11, 12, 14, 17 and 20."
exit
}
if [[ "$#" == 0 ]]; then usage; fi
while [[ "$#" != 0 ]]; do
case "${1}" in
-h|--help)
usage;;
-f|--fontsize)
case "${2}" in
8)
fontsize=8;;
9)
fontsize=9;;
10)
fontsize=10;;
11)
fontsize=11;;
12)
fontsize=12;;
14)
fontsize=14;;
17)
fontsize=17;;
20)
fontsize=20;;
*)
echo "Unsupported font size: ${2}"
exit;;
esac
shift; shift;;
*.m4)
m4file="${1}"
shift;;
*)
echo "Unknown option: ${1}"
exit
esac
done
if [[ "${m4file}" == "" ]]; then
echo "No m4 input file"
exit
fi
tempdir=$(mktemp -d)
cp -f "${m4file}" "${tempdir}/source.m4"
pushd "${tempdir}" > /dev/null
m4 -I /usr/share/circuit_macros pgf.m4 source.m4 | dpic -g > source.tex
pdflatex "\documentclass[preview=true]{standalone}\usepackage{tikz,boxdims}\usepackage[${fontsize}pt]{extsizes}\begin{document}\input source.tex\end{document}"
popd > /dev/null
cp "${tempdir}/standalone.pdf" "${m4file%.m4}.pdf"
rm -rf "${tempdir}"

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>calchan@gentoo.org</email>
</maintainer>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<maintainer type="project">
<email>sci-electronics@gentoo.org</email>
<name>Gentoo Electronics Project</name>
</maintainer>
<longdescription>Set of macros for drawing high-quality line diagrams to include
in TeX, LaTeX, or similar documents. Fundamental electric circuit
elements and basic logic gates are included with several tools and
examples of other types of diagrams.
</longdescription>
<use>
<flag name="script">Install cm2pdf to automatically create a correctly
sized PDF from a circuit_macro m4 source
</flag>
</use>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST currvita-0.9i.tar.gz 17889 BLAKE2B 7c0140080ca6c2c812bafda1862606e339e4abbbcdc9708416d4fb7246e462a63e748c58d4c9320eea365a284ba387c0cf17591fd91bdf83ccdf5627dfee41d6 SHA512 46c13f9b0c94c3d0212629a508d645beefc961a9b0bc970ea3523337f3a9f1ad33cbb549672190df4c3a2fcc14c8bfa86a941750170ba4fa87ce98467af0dbc5

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="A LaTeX package for typesetting a curriculum vitae"
HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/currvita/"
# snapshot taken from
# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/currvita.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="dev-texlive/texlive-langgerman"
RDEPEND="${DEPEND}"
TEXMF="/usr/share/texmf-site"
DOCS=( "README" )
S="${WORKDIR}/${PN}"
src_test() {
latex currvita.dtx || die "first test of currvita.dtx failed"
latex currvita.dtx || die "second test of currvita.dtx failed"
latex currvita.dtx || die "third test of currvita.dtx failed"
latex cvtest.tex || die "test of cvtest.tex failed"
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST curve-1.16.zip 279634 BLAKE2B fb002adfa6d329895ec4e547280f8c80684f42f931b2f9862a3ceaf6af4bdb942f1da69c90d3f9e6a1a71e3285927107d443de865a30fdde5c6d2fccf6889aa9 SHA512 3e017dc1e16084513e3d1476d8a6947c8bb6b1b71ae532842bcded186841bfe668dc46ded1200dd835fc258dcdebf0707626cf60d0af752694a377f14739ddbf

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="LaTeX style for a CV (curriculum vitae) with flavour option"
HOMEPAGE="https://ctan.org/tex-archive/macros/latex/contrib/curve/"
SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/${PN}.zip -> ${P}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="doc examples"
RDEPEND=">=dev-texlive/texlive-latexextra-2010"
DEPEND="${RDEPEND}
app-arch/unzip"
S=${WORKDIR}/${PN}
TEXMF=/usr/share/texmf-site
src_install() {
dodoc README NEWS THANKS
latex-package_src_doinstall styles
if use doc ; then
latex-package_src_doinstall pdf
fi
if use examples ; then
insinto /usr/share/doc/${PF}/example
doins examples/*
fi
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST dot2texi-3.0.zip 280478 BLAKE2B db664715f24a8e9f1bf4559feaf73fc935c7aa87682d8949cc665531641ae4f8c23a464171ef6f126a230fbb03a3f244e981b5da95c6afefaf7df071da0c03b8 SHA512 fa45a8545ac9b84553ab75cdaf82220efecbe83d24defc0194e93ba438f320d0a0198940e760525ae4da034bf1f8d105a512a470815d7d3495b23944af16fb9b

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Create graphs within LaTeX using the dot2tex tool"
HOMEPAGE="https://www.ctan.org/pkg/dot2texi"
# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/dot2texi.zip
SRC_URI="mirror://gentoo/${P}.zip"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
LICENSE="GPL-2"
SLOT="0"
IUSE="pgf pstricks examples"
DEPEND="app-arch/unzip"
RDEPEND="pstricks? ( dev-texlive/texlive-pstricks )
pgf? ( dev-tex/pgf )
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-latexextra
>=dev-tex/dot2tex-2.7.0"
TEXMF="/usr/share/texmf-site"
S="${WORKDIR}/${PN}"
src_install() {
latex-package_src_doinstall sty pdf
dodoc README
dodoc ${PN}.tex
if use examples; then
docinto examples
dodoc examples/*
fi
}

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<use>
<flag name="pgf">Enable support for <pkg>dev-tex/pgf</pkg> (The TeX Portable
Graphic Format)</flag>
<flag name="pstricks">Enable pstricks support</flag>
</use>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST ellipsis-1.6.zip 100655 BLAKE2B 33223f5fd3c4ecc2e845898c08036848ae628af08cf8a71ad98d281418c17c8cfd954a840ddf014a88c3fb73a544fc664d6b996fc11e3250cecaf5ed9ee1126f SHA512 fcf5a2027ea9f448e07e63af664ad9b69922073a3f5b81b43cecf928b4792d9aa17fef869cc350a6a0861b5ef83dbc6e7ab0224bf668d7492991daf93702b57d

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Simple package that fixes the way LaTeX centers ellipses"
HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/"
# take from ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip
SRC_URI="mirror://gentoo/${P}.zip"
KEYWORDS="~amd64 ~x86"
LICENSE="LPPL-1.2"
SLOT="0"
IUSE=""
DEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
src_install() {
export VARTEXFONTS="${T}/fonts"
latex-package_src_install
dodoc README ellipsis.pdf
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST envlab-1.2.tar.gz 29184 BLAKE2B 1efa0060dba4422d59129f62fda0021d878388f97fa3a7596a67c3ebd00308f15b5caa12693387f9e2d3486a5c3348aff22aed27a8a5b2b9c7a3c35b94a88542 SHA512 9182becf89c57245b2f13546096bdaf446c63517b09ca0052bd0e08ef858418c0323c286bdfcdeacb521f1576191da1fd74e25bfc5a22be704c5fafbab15a037

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="A LaTeX module to format envelopes"
HOMEPAGE="https://ctan.org/pkg/envlab"
# downloaded from:
# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE="LPPL-1.2"
SLOT="0"
IUSE=""
DEPEND=""
TEXMF=/usr/share/texmf-site
S="${WORKDIR}/${PN}"
src_compile() {
export VARTEXFONTS="${T}/fonts"
ebegin "Compiling ${PN}"
latex envlab.ins || die "compiling #1 failed"
pdflatex elguide.tex || die "compiling #2 failed"
pdflatex elguide.tex || die "compiling #2 failed"
pdflatex envlab.drv || die "compiling #3 failed"
pdflatex envlab.drv || die "compiling #3 failed"
eend
}
src_install() {
latex-package_src_install
insinto ${TEXMF}/tex/latex/${PN}
doins *.cfg
dodoc readme.v12
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
<remote-id type="ctan">envlab</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST europecv-20060424.zip 783310 BLAKE2B 7efb4c9ae994c6847a619d765bb996b2e624cdc86c966b4d158d152e801e9529b719c3a9e5452ef4a62970265d510c607d3b9cfb29c1a80169118190835c78b7 SHA512 6378bc96cff2952f05d7f401ff811868fbf9c4cc336bab7e7b2d4822f1591e0a08791368a5c230a95dcde70cafeab6b12bc36cc4b0a60a35c47891091f1463d8

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the EC"
HOMEPAGE="http://www.ctan.org/pkg/europecv"
# Downloaded from:
# ftp://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.zip
SRC_URI="mirror://gentoo/${P}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"
RDEPEND=">=dev-texlive/texlive-latexextra-2008"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${PN}"
TEXMF=/usr/share/texmf-site
src_compile() {
return
}
src_install() {
insinto ${TEXMF}/tex/latex/europecv
doins ecv* europecv.cls EuropeFlag* europasslogo*
insinto /usr/share/doc/${PF}
doins europecv.pdf europecv.tex
dosym /usr/share/doc/${PF}/europecv.pdf ${TEXMF}/doc/latex/${PN}/europecv.pdf
use examples && doins -r examples templates
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
<remote-id type="ctan">europecv</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST flabels-1.0.tar.gz 13824 BLAKE2B 39cf382dbd836484a7a0017405ca3d13ce49f23575acbd05711223800b9f843f41b980ca61fa0e034b2233021622e5fb04188e3490cfbf4264a9eeda989c426f SHA512 5ab08153b4979b99f90306cf207e5e693677c1cfb63fbfddcd37ff3f7aeb31208982776d9c0ce3e9dc4c92e60eddc51b943e9917e53aaae1eef9ad9ea8ef9628

View File

@@ -1,18 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Macros for typesetting lables for the back of files or binders"
HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/flabels.html"
# downloaded from:
# ftp.ctan.org/tex-archive/help/Catalogue/entries/flabels.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${PN}
DOCS="README"

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST floatflt-1.31a.zip 304735 BLAKE2B 60fe58f4e333adb175686eb58510408f50b0ce81b53618efc5c7b395cb0e61f4250c938f592b1cebaf48f9d4905c25bace344983ded1bb7841b4b401f2ff3b08 SHA512 f4e7b960daba37a06dbec47ab0432afa6738416ddea652f8f301609af950bd4f842671bd769de3f246f1cbb88df16299199e24e5965d7f76e160736787f7e9ce

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="LaTeX package used to warp text around figures"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt/"
# http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt.zip
SRC_URI="mirror://gentoo/${P}.zip"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~amd64 hppa ~x86"
BDEPEND="app-arch/unzip"
TEXMF="/usr/share/texmf-site"
S=${WORKDIR}/${PN}
DOCS="README"

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST g-brief-4.0.2.zip 151832 BLAKE2B 3cd785864ff9de88ff74eaf00f36adec6e9b8cb9befb327437dbe06747138738b5850caea5aedfc1eb52d593ca7c2a8644725d77e93910f6eaffc0154b3ad8e3 SHA512 7507de034ab824fe368ab80c44490308b4c9e8a5352d0d434b24190072ab1f49daf4c1153827bbbca2ed2fe0875461187a592032b1a20c008453c4dea677d131

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
S="${WORKDIR}"/${PN}
# checksum from official ftp site changes frequently so we mirror it
DESCRIPTION="LaTeX styles for formless letters in German or English"
SRC_URI="mirror://gentoo/${P}.zip"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/"
LICENSE="LPPL-1.2"
IUSE=""
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
RDEPEND="dev-texlive/texlive-langgerman"
DEPEND="${RDEPEND}
app-arch/unzip"
TEXMF="/usr/share/texmf-site"
src_compile() {
# latex chokes if these file exist, bug #573374
rm -f g-brief.drv g-brief.cls g-brief.sty g-brief2.cls g-brief2.sty beispiel.tex beispiel2.tex || die
latex-package_src_compile
# Now that the source is processed, remove it so that it is not (wrongly)
# reprocessed at src_install.
rm -f g-brief.dtx || die
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST harvard-2.0.5.tar.bz2 53125 BLAKE2B 203adb810a63168c61fb9f8c8e2d1b6f13940a15453c1085b4b63e0617f26dc5ede089afda59c7ad3c9167071c9209d4fe6958046dddb591f431ed868aba4c31 SHA512 3816a9f7b9ed00ff58092ee6f1cb45c547bb496664b844f2d541a65dbe0062626db2ed8630fdc871e252e4034bfa473b9db4102805604080d8018a7d0273bcad

View File

@@ -1,17 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="The harvard family of bibliographic styles"
HOMEPAGE="https://www.ctan.org/pkg/harvard"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="amd64 ppc x86"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND=""

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
<remote-id type="ctan">harvard</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST lazylist-1.0a.tar.bz2 12552 BLAKE2B 360c331cff868cfbbb38035017b95e6d60a5e38c078a2be79af43cc74625f7f33109b8c74559d439e5b954351d87864eabea815db8b4695b7d5da540abb234fd SHA512 30819ca6a32b7344c8519f67eb3d5fbd5b985cdc52563464671af06e38bd7edcbb7559f8ca3a476a3a9a0ba8c017773cf944e75a2b779c75221b460a022b8ab4

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Lists in TeX's mouth - lambda-calculus and list-handling macros"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/"
# originally from:
#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/lazylist/*"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-texlive/texlive-publishers"
RDEPEND=""
S="${WORKDIR}/${PN}"

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST leaflet-20041222.zip 244748 BLAKE2B d80de5f1ea53a5b7bf5c7047a47779ed9135ecfa7e68b4b7e39c09a022d524ce276a40e28ab492f81974a4dbc97e946cf4b8a8903e63462264266a230b7f1f52 SHA512 1fc94a88dea5400ee014167d43aaccc9f393a36759d7a50b7fb72f4a2f060fda7ea170fb51c5034355fbe46ab55e117fe252b60df8c212a8918ddd699096b67c

View File

@@ -1,14 +0,0 @@
\loggingall confuses texi2dvi and it starts an endless loop...
Index: leaflet/leaflet.dtx
===================================================================
--- leaflet.orig/leaflet.dtx
+++ leaflet/leaflet.dtx
@@ -1318,7 +1318,6 @@ this document class.
CTAN: \url{macros/latex/contrib/ms/everyshi.dtx}
\end{thebibliography}
-\loggingall
\end{document}
%</manual>
\endinput

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="LaTeX package used to create leaflet-type brochures"
HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/"
SRC_URI="mirror://gentoo/${P}.zip"
# checksum from official ftp site changes frequently so we mirror it
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE="LPPL-1.3"
SLOT="0"
IUSE=""
RDEPEND="dev-texlive/texlive-fontsrecommended"
DEPEND="${RDEPEND}
app-arch/unzip
"
DOCS=( "README" )
PATCHES=( "${FILESDIR}/${P}-logging.patch" )
TEXMF="/usr/share/texmf-site"
S=${WORKDIR}/leaflet

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST newlfm-8.3.tar.gz 878748 BLAKE2B 955f3a5dda53a45004a12eedad9b95ebc9636eb06f7e1f06fbc3f68b8aa3c7e95e24768d7b73de9f900e20e3ef2a0e682c1b62c94e2c509bb10be6ddcc33689b SHA512 f9765a10d3ee627ed748ce541ad1f52d259beff178ded37fe97bcb4ce7fb5139581cb328f5c4f8160ccba2f471cd8ad525386389aaab806d1d350354dbe8474c

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="Extensive LaTeX class for writing letters"
HOMEPAGE="https://www.ctan.org/tex-archive/help/Catalogue/entries/newlfm.html"
# Downloaded from:
# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/newlfm.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-texlive/texlive-latexextra"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
src_compile() {
latex newlfm.ins || die "Latex compilation failed"
}
src_install() {
insinto /usr/share/texmf/tex/latex/newlfm
doins *.sty *.cls letrinfo.tex lvb.* palm.* wine.*
dosym palm.eps /usr/share/texmf/tex/latex/newlfm/palmb.eps
dosym palm.pdf /usr/share/texmf/tex/latex/newlfm/palmb.pdf
dodoc manual.pdf README # README.uploads
docinto tests
dodoc test* extracd.tex # letrx.tex
}

View File

@@ -1 +0,0 @@
DIST polytable-0.8.2.tar.gz 23443 BLAKE2B f9ee01d2c5d0bb2a8ad56fa50afa2bbf7ee75015c57f725d50e8a912ebf0db8144fb1fc100a950cbef01fd1651d7f62eddfb4f85b50f2aaf9e8517f011e9418f SHA512 5fea2db7467817d13055124f8b2d1b8ee26d7edfae7fcc3a21c1cf44b4d22f6bbfa53fe47f71a02c0e9da3d6bf8ebf486dae88723676a76fbbb7818d6fb17c9e

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="tabular-like environments with named columns"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/"
# originally from:
#SRC_URI="http://www.ctan.org/tex-archive/macros/latex/contrib/polytable/*"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 sparc x86"
IUSE=""
DEPEND=">=dev-tex/lazylist-1.0a"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"

View File

@@ -1 +0,0 @@
DIST rcsinfo-1.11.zip 168947 BLAKE2B 4b947a5175205f5b62f18f557a101b2a64a210fd061198d8738cc5082ae218bda58756bb8fc70cd69213bdbc849e7a27d40e16fa743d9fdbe7b7e056161e0c59 SHA512 122faff4690e35de6b475c6157c791a968ce4307f5f9640191f5245c280d120e9750c1c7a041e9ee0a40c3774f2848338f27302e29636bde52d499f9c0f367da

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="A LaTeX module to acces RCS/CVS version info"
HOMEPAGE="https://www.ctan.org/pkg/rcsinfo"
# downloaded from
# http://mirrors.ctan.org/macros/latex/contrib/rcsinfo.zip
SRC_URI="mirror://gentoo/${P}.zip"
KEYWORDS="~amd64 ~x86"
LICENSE="LPPL-1.2"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="dev-tex/latex2html
app-arch/unzip
"
DOCS=( "README-1.9 README" )
S="${WORKDIR}/${PN}"

View File

@@ -1 +0,0 @@
DIST svninfo-0.7.4.tar.gz 14666 BLAKE2B 8ce80f343cf189be8b5c115ac1b6cb37273bf1e5c7c5fd5805cefdf3f54b745678ee89812cef36bf8289195ce2d35613e6753f05a29d6f4701d4e3b3122c4452 SHA512 453874d185fba9bacda7f3454ea942b378fa3797e66204c5a26e78ad33b472dfcfdb874d864f534f7f5c49ca67becf029811b5677fb310525505362419dfb51c

View File

@@ -1,11 +0,0 @@
--- svninfo/Makefile.old 2006-02-11 23:57:52.000000000 +0100
+++ svninfo/Makefile 2006-02-11 23:58:10.000000000 +0100
@@ -74,7 +74,7 @@
$(PDFLATEX) $*.tex
%.ps:%.dvi
- $(DVIPS) $*.dvi
+ $(DVIPS) -o $@ $<
html: svninfo.perl svninfo2html.tex
rm -fr $(HTML_DIR)

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="A LaTeX module to access SVN version info"
HOMEPAGE="https://www.brucker.ch/projects/svninfo/index.en.html"
SRC_URI="https://www.brucker.ch/projects/svninfo/download/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE="LPPL-1.2"
SLOT="0"
IUSE=""
DOCS=( "README" )
PATCHES=( "${FILESDIR}/${PN}-0.5-latex-compile.patch" )
TEXMF=/usr/share/texmf-site
src_compile() {
export VARTEXFONTS="${T}/fonts"
emake -j1
}

View File

@@ -1 +0,0 @@
DIST texpower-0-2.tar.gz 176307 BLAKE2B df04fcd59560dacf415ffac5ec0dd3ebc7517f038137baa7e54b016d105fa506329e383a1645ce15df1d6c5d896f8455cea8732c7d79dc4fd9881a69b326e2c8 SHA512 4ab22dc2f1ebfe1d5aa59a1ea6f374af13a7d86c042b58a1eb49c09b7043e776975be5d8026082fa75f9da5a487c87252d12de6fae9cd9ab482b8f8b7d344a19

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">texpower</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,52 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
MY_P="${P/./-}"
DESCRIPTION="A bundle of style and class files for creating dynamic online presentations"
HOMEPAGE="http://texpower.sourceforge.net/"
SRC_URI="mirror://sourceforge/texpower/${MY_P}.tar.gz"
KEYWORDS="amd64 ppc sparc x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="doc"
S="${WORKDIR}/${MY_P}"
src_compile() {
latex-package_src_compile
cd tpslifonts
latex-package_src_compile
cp tpslifonts.sty ../ || die "Copy failed"
cd ../
if use doc
then
for file in FAQ-display.tex FAQ-printout.tex fulldemo.tex
do
einfo "Making documentation: ${file}"
VARTEXFONTS=${T}/fonts texi2pdf -q -c \
--language=latex ${file} &> /dev/null || die "Making documentation failed"
done
fi
}
src_install() {
latex-package_src_doinstall styles pdf
insinto /usr/share/texmf/tex/latex/${PN}/contrib
doins contrib/config.landscapeplus contrib/tpmultiinc.tar
dodoc 00readme.txt 01install.txt
newdoc tpslifonts/00readme.txt 00readme-tpslifonts.txt
newdoc contrib/00readme.txt 00readme-contrib.txt
}

View File

@@ -1 +0,0 @@
DIST tipa-1.3.tar.gz 3099058 BLAKE2B f83854a87d1a11f8b3b3e1de8f5358219f895102b681d3e01c5b788659821f9f70dbe8dab1d1572d2d1986f9b877ec9b405d8d29db4b3c6fff955ffb1271d7a2 SHA512 b07b445e9760603f991c7ca4cd1c3358b071e21975a5e051c6ba1186cda2880c80cd874e8cee285a6b7a9ca890bc35e4e4285c12e22cdfa474920c55cebe64ed

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="International Phonetic Alphabet package for LaTeX"
HOMEPAGE="https://www.l.u-tokyo.ac.jp/~fkr/"
SRC_URI="https://www.l.u-tokyo.ac.jp/~fkr/tipa/${P}.tar.gz"
KEYWORDS="amd64 x86"
LICENSE="LPPL-1.2"
SLOT="0"
IUSE=""
DEPEND="virtual/latex-base"
RDEPEND="${DEPEND}"
src_prepare() {
# install files under /usr/share/texmf/
sed -e 's@PREFIX=/usr/local/teTeX/share/texmf@PREFIX=/usr/share/texmf@' \
-i Makefile || die "sed #1 failed"
sed -e 's/\($(TEXDIR)\)/$(DESTDIR)\/\1/' \
-e 's/\($(FONTDIR)\)/$(DESTDIR)\/\1/g' \
-e 's/\($(MAPDIR)\)/$(DESTDIR)\/\1/' \
-i Makefile || die "sed #2 failed"
# removing `mktexlsr` from Makefile (leads to access violation)
sed -e 's/-mktexlsr//' -i Makefile || die "sed #3 failed"
default
}
src_install() {
emake DESTDIR="${D}" install
dodoc doc/*.{tex,sty,bib,bbl}
}
pkg_postinst() {
einfo "Running mktexlsr..."
mktexlsr || die "mktexlsr failed"
elog
elog "Append the line"
elog "p +tipa.map"
elog "to /usr/share/texmf/dvips/config/config.ps"
elog
}
pkg_postrm() {
einfo "Running mktexlsr..."
mktexlsr || die "mktexlsr failed"
}

View File

@@ -1 +0,0 @@
DIST translator-1.00.tar.gz 178794 BLAKE2B 304c2b0557e2e3ecfc10b8a4383c97f50ff1f03d9b0ecffe510bd78f1949d708c917d047b3f0fdee2400ebc82c49f61a04c959572672c47cc5cc7c7b835be93a SHA512 045b09ef303fe8f7bbbbc3f6b4175da4ba0d72d1d359281fbd316ef32eb369c627f708a19a5bade1abb4d0bc6a6320f081ccead1173665c483ce882b44013038

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>tex@gentoo.org</email>
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">latex-beamer</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit latex-package
DESCRIPTION="A package for translating words in TeX"
HOMEPAGE="https://bitbucket.org/rivanvx/beamer/src"
SRC_URI="mirror://sourceforge/latex-beamer/${P}.tar.gz"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2 LPPL-1.3c"
SLOT="0"
IUSE="doc"
TEXMF="/usr/share/texmf-site"
src_install() {
insinto ${TEXMF}/tex/latex/translator
doins base/*
doins -r dicts/*
dodoc ChangeLog README
use doc && dodoc -r doc/*
}