mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-tex/latex-beamer: remove old version
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
parent
1c005e817b
commit
7e7d6d782f
@ -1,2 +1 @@
|
||||
DIST latex-beamer-3.75.tar.gz 671958 BLAKE2B 404c723ae4c2c50d210ab891f98340f2d7a95c9cdc098ad5ef34a64c87fe981a4639283f08325ecbc839e0367421a4e50f7e33abf94e06e98773473ee82eff50 SHA512 6943df3fa24bbf65a7c673c4e71abf5fc633a388c29eab4fcc916f1e9340243809fe55bf2e1312a7426805f362a96788301138f21b044e5b01c04a10da04af7b
|
||||
DIST latex-beamer-3.76.tar.gz 672031 BLAKE2B aeed89db88d50301557b3d6e0db73a8e7b9496141158a16671df90ccf441428c584a8b7e04c633b32a9b96488d9440dba4a05e27ead5a227c19ea68d2ac35580 SHA512 567daa54df823d7769f185e27a47caf44fce649d129791a86b7a9d830ff848dc3d6fc4cb3fd54687820f7686a406d5620e6517752b897b1ef96eb2107f860cf4
|
||||
|
||||
@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit edo 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 ~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
|
||||
doc? (
|
||||
dev-texlive/texlive-langgerman
|
||||
dev-texlive/texlive-latexextra
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
>=dev-tex/pgf-1.10
|
||||
dev-texlive/texlive-latexrecommended
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r doc/licenses || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if use doc; then
|
||||
edob -l l3build-doc l3build doc
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/texmf-site/tex/latex/beamer
|
||||
doins -r base
|
||||
|
||||
dodoc README.md
|
||||
|
||||
if use doc; then
|
||||
dodoc -r doc
|
||||
dosym ../../../../../usr/share/doc/${PF}/doc/ /usr/share/texmf-site/doc/latex/beamer
|
||||
fi
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user