mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tex/biblatex: version bump to 3.16
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
committed by
Andreas K. Hüttel
parent
bd26cde7e6
commit
e6d68eb75c
@@ -1 +1,2 @@
|
||||
DIST biblatex-3.14.tds.tgz 20047529 BLAKE2B e7d058050277d542233be957a0b3b7cff7ff3de99cd8ab1f54c8ad5477005f2622f5f50613f1bef969664603b1deebb4e02315ec6ddb47280b739a37e3347e55 SHA512 2d28ba0be1484e83de9f71fb8c759cd7522b5d933708b7c2bfd9cab5790620634965d5c5e92234f42b15a44180f53f2e38e3fad4b899f23011f0dde8d376f660
|
||||
DIST biblatex-3.16.tds.tgz 20306711 BLAKE2B 0b458a082f653ff53c2d9aee5ee001bedd7a6d36bdba70bfc6dbaa5fb95e7077259b084e8db582f645d098b0db06a923ae67d198dd8181b9ff77dfab16094e08 SHA512 80d838b2fc60eb40e94aa0afde560bab4927c453eeda9bdedc967a96673551b7b32d7c6f510f49ce7cea631b7d933bf9505217558e459bd1622249f5370c77a3
|
||||
|
||||
40
dev-tex/biblatex/biblatex-3.16.ebuild
Normal file
40
dev-tex/biblatex/biblatex-3.16.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit latex-package
|
||||
|
||||
DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX"
|
||||
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz"
|
||||
|
||||
LICENSE="LPPL-1.3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="+biber doc examples"
|
||||
|
||||
DEPEND="dev-texlive/texlive-bibtexextra
|
||||
dev-texlive/texlive-latexextra
|
||||
dev-texlive/texlive-plaingeneric"
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="biber? ( ~dev-tex/biber-2.16 )"
|
||||
|
||||
S="${WORKDIR}"
|
||||
TEXMF=/usr/share/texmf-site
|
||||
|
||||
src_install() {
|
||||
insinto "${TEXMF}"
|
||||
doins -r bibtex tex
|
||||
|
||||
dodoc doc/latex/biblatex/{README,CHANGES.md}
|
||||
if use doc ; then
|
||||
pushd doc || die
|
||||
latex-package_src_doinstall doc
|
||||
popd || die
|
||||
fi
|
||||
|
||||
if use examples ; then
|
||||
dodoc -r doc/latex/biblatex/examples
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user