dev-tex/latex-beamer: bump to 3.70

Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
Andrey Grozin 2023-05-27 12:34:53 +07:00
parent 04443a6d2e
commit 1b2b11b108
No known key found for this signature in database
GPG Key ID: 3AFFCE974D34BD8C
3 changed files with 45 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST latex-beamer-3.68.tar.gz 667803 BLAKE2B 6a7ad8cd32a53ed3588c343787d925f110ae20abaa828aa276ca4143a892afd5549f58f6e3d4a7546d369d28d75d456cdb83aa69e5aca564b7266015d3344586 SHA512 df5118c8909420974f38530b660a56ebe750a99cc4605ddab884044b81f9a389c920ded463ad9dddf187a044195dca634ddb30cf2b6ca4a20588a3014282c383
DIST latex-beamer-3.69.tar.gz 668714 BLAKE2B 290379e8677a9d15d3967ad652ecd63bd72831f32dee6a2692c70dbc289584b3d0a8422a1b08a3353f69f76c2802358b77eea2509f998e6c0b2d966031ebb3af SHA512 d33c4cfd0446427450f6ca044e13e248c0cf1c6d33fd3bdfb382b0cdd89c05291148822fa185574e590ebd7f6915e5cd544da37873ef68a4a6d72fb5dfa417df
DIST latex-beamer-3.70.tar.gz 670042 BLAKE2B 95e221920b2a306c3ef58abc3fe13a3befbd03bcf75bfa963836d01c5a6eaf2a4d76bfe98f8ec3e90934c1c1faa8248b09e253bbc2deea6c99209b8d7f21e177 SHA512 a8acc0afdbff6523860be10bb16f2e11356f0cdf50687206017331e8b3a4b703be1ff0e333c38033e061b3c45fe32f710ac38856848655cecf052748f2bba340

View File

@ -0,0 +1,40 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit latex-package
DESCRIPTION="LaTeX class for creating presentations using a video projector"
HOMEPAGE="https://github.com/josephwright/beamer"
SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/beamer-${PV}"
LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="doc"
BDEPEND="dev-texlive/texlive-latex"
RDEPEND="
>=dev-tex/pgf-1.10
dev-texlive/texlive-latexrecommended
"
src_prepare() {
default
rm -r doc/licenses || die
}
src_install() {
insinto /usr/share/texmf-site/tex/latex/beamer
doins -r base
dodoc README.md
if use doc ; then
docinto doc
dodoc -r doc
dosym ../../../../../usr/share/doc/${PF}/doc/ "${TEXMF}/doc/latex/beamer"
fi
}

View File

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