mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tex/latex-beamer: drop 3.59, 3.60, 3.61, 3.62
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,5 +1 @@
|
||||
DIST latex-beamer-3.59.tar.gz 662040 BLAKE2B 17fac01d2fde92300e1c678bbb7302a318a98e542196647dc4f5fa24b34df82f246f206a73a7af1d1b80244ae3ee04387cc77a8c77922f3eb1ea81e70a08b24f SHA512 0bc7dbcabf2f699f11c703d628f304d6b9658bbd260aaeac6c97813f14ed48b14b9a1a1d2eedfd4d8c8c31a91f1b57b1e9520a78ab962814f65a0b9781b55f79
|
||||
DIST latex-beamer-3.60.tar.gz 662128 BLAKE2B 99e9bb915494bb0d3b58fb139e019c26f630aebd31bb10871490457f6582f9a8b7296c7af6fdb2f25715773ef26e48728b760010e1fefccba2adb8b3d2dc6f69 SHA512 e9e4cd3edc479cf5fea4bf88c0bccda5a1c80a899972fdae91f7310685e00aad1c61fd94a3b01fe50e3eba0b7ec6948f8bc59486ebfe5e7c36476aaf229201d3
|
||||
DIST latex-beamer-3.61.tar.gz 662181 BLAKE2B 90e30f1380368dc98bbe6fca98dba28b041072c3c0e6a13fb53869d834cad20f5ed3769d045a9269bd4c8b5220bc0463eed6dee1998310fa4339ca5044deddd9 SHA512 9977bfb76bd485c37244663734fe09e3690b4e26ddf34e3d982b7b36920660dd92cea95eca163e5262c31ad256567a56a6a364f4ba88ea0e68235c0eb76249fb
|
||||
DIST latex-beamer-3.62.tar.gz 662385 BLAKE2B f34563716092c83da5bfafbf4730e4a4175fa68eebfd6749c3da6b45ffd337b3ee8aea8c1e000dd73be356d6525afd59931c57c1652f0ec23d2383b558418dcd SHA512 e0a787e5806cf371f0ec08326156f7fbcfcb6dd5fb0587247dc495f5d585f339eec5ea10b0d6d071a9cd30ab040a3c68512c1f7232bec37042265f5468819708
|
||||
DIST latex-beamer-3.63.tar.gz 662801 BLAKE2B e2b9bc56a3289c7667e1b013ca8af919f9fb2a2e5b681fcfbd5aed04cb174dee3fe535efcc1aac7b728c4ac256f08125b163a4a438584af14e1dc86e2e239f44 SHA512 782edbf27be49da092d135c9f2a2f231c83982a6d21beea72f198d1921996fac1f361707f964903a728db4898b522200252f1ab3335e6fd812ed2269b2115e77
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND="dev-texlive/texlive-latex"
|
||||
RDEPEND=">=dev-tex/pgf-1.10
|
||||
dev-texlive/texlive-latexrecommended
|
||||
!dev-tex/translator"
|
||||
|
||||
S=${WORKDIR}/beamer-${PV}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -rf 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
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
BDEPEND="dev-texlive/texlive-latex"
|
||||
RDEPEND="
|
||||
>=dev-tex/pgf-1.10
|
||||
dev-texlive/texlive-latexrecommended
|
||||
!dev-tex/translator
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
BDEPEND="dev-texlive/texlive-latex"
|
||||
RDEPEND="
|
||||
>=dev-tex/pgf-1.10
|
||||
dev-texlive/texlive-latexrecommended
|
||||
!dev-tex/translator
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="doc"
|
||||
|
||||
BDEPEND="dev-texlive/texlive-latex"
|
||||
RDEPEND="
|
||||
>=dev-tex/pgf-1.10
|
||||
dev-texlive/texlive-latexrecommended
|
||||
!dev-tex/translator
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user