From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/
Date: Mon, 24 Jul 2023 08:58:51 +0000 (UTC) [thread overview]
Message-ID: <1690189062.5094c20d1771923654f4df3381c34730e5e2e858.flow@gentoo> (raw)
commit: 5094c20d1771923654f4df3381c34730e5e2e858
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 08:44:34 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 08:57:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5094c20d
dev-tex/latex-beamer: Revert "dev-tex/latex-beamer: remove old versions"
As discusses in #-tex, this reverts commit
f86442b81f5806028caf5a5567bd1757d4f19d40.
Bug: https://bugs.gentoo.org/911121
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/latex-beamer/Manifest | 2 ++
dev-tex/latex-beamer/latex-beamer-3.68.ebuild | 40 +++++++++++++++++++++++++++
dev-tex/latex-beamer/latex-beamer-3.69.ebuild | 40 +++++++++++++++++++++++++++
3 files changed, 82 insertions(+)
diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest
index e5aad5a166d5..303108761965 100644
--- a/dev-tex/latex-beamer/Manifest
+++ b/dev-tex/latex-beamer/Manifest
@@ -1 +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
diff --git a/dev-tex/latex-beamer/latex-beamer-3.68.ebuild b/dev-tex/latex-beamer/latex-beamer-3.68.ebuild
new file mode 100644
index 000000000000..d3eb05f283af
--- /dev/null
+++ b/dev-tex/latex-beamer/latex-beamer-3.68.ebuild
@@ -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
+}
diff --git a/dev-tex/latex-beamer/latex-beamer-3.69.ebuild b/dev-tex/latex-beamer/latex-beamer-3.69.ebuild
new file mode 100644
index 000000000000..6e9430ace16e
--- /dev/null
+++ b/dev-tex/latex-beamer/latex-beamer-3.69.ebuild
@@ -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
+}
next reply other threads:[~2023-07-24 8:58 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 8:58 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 6:11 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/ Andrey Grozin
2024-07-02 10:07 Andrey Grozin
2024-06-20 21:46 Sam James
2024-06-14 17:36 Sam James
2024-06-14 17:36 Sam James
2024-06-14 17:20 Sam James
2024-06-14 17:20 Sam James
2024-06-14 14:42 Arthur Zamarin
2023-07-21 11:08 Andrey Grozin
2023-07-21 10:51 Arthur Zamarin
2023-05-27 5:35 Andrey Grozin
2023-05-15 3:18 Andrey Grozin
2023-05-15 3:16 Andrey Grozin
2022-12-08 7:38 WANG Xuerui
2022-11-21 6:50 Andrey Grozin
2022-04-17 18:32 Sam James
2021-12-13 18:37 Arthur Zamarin
2021-12-05 18:28 Sam James
2021-09-09 11:45 Andrey Grozin
2021-04-30 15:23 Agostino Sarubbo
2021-04-01 22:27 Sam James
2021-03-28 8:32 Mikle Kolyada
2021-03-01 23:42 Sam James
2021-02-22 7:25 Sam James
2021-02-06 1:10 Sam James
2021-01-27 3:00 Sam James
2021-01-26 15:52 Sam James
2021-01-26 15:49 Sam James
2021-01-26 15:49 Sam James
2021-01-06 22:35 Fabian Groffen
2020-08-31 8:03 Andrey Grozin
2020-01-09 20:30 Mikle Kolyada
2019-12-03 8:10 Mikle Kolyada
2019-11-04 15:15 Mikle Kolyada
2019-11-04 15:00 Mikle Kolyada
2019-11-04 12:19 Mikle Kolyada
2019-11-04 12:19 Mikle Kolyada
2019-10-02 10:42 Mikle Kolyada
2019-09-29 10:31 Mikle Kolyada
2019-09-29 10:28 Mikle Kolyada
2019-09-29 10:23 Mikle Kolyada
2019-09-29 10:20 Mikle Kolyada
2019-09-27 19:33 Mikle Kolyada
2019-09-27 19:30 Mikle Kolyada
2019-09-27 19:27 Mikle Kolyada
2019-09-27 19:19 Mikle Kolyada
2019-07-30 19:46 Mikle Kolyada
2019-07-30 19:46 Mikle Kolyada
2019-06-20 13:23 Mikle Kolyada
2017-06-17 11:11 Alexis Ballier
2017-05-15 15:20 Alexis Ballier
2017-05-15 15:18 Alexis Ballier
2016-09-24 1:56 Tim Harder
2016-09-24 1:56 Tim Harder
2016-03-05 12:04 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1690189062.5094c20d1771923654f4df3381c34730e5e2e858.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox