public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/
Date: Thu,  9 Sep 2021 11:45:12 +0000 (UTC)	[thread overview]
Message-ID: <1631187889.5068841750f9f87f572c2e63aad6f5914b248975.grozin@gentoo> (raw)

commit:     5068841750f9f87f572c2e63aad6f5914b248975
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 11:44:03 2021 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 11:44:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50688417

dev-tex/latex-beamer: bump to 3.63

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-tex/latex-beamer/Manifest                 |  1 +
 dev-tex/latex-beamer/latex-beamer-3.63.ebuild | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest
index 66c965ede23..ce1434cbc8b 100644
--- a/dev-tex/latex-beamer/Manifest
+++ b/dev-tex/latex-beamer/Manifest
@@ -2,3 +2,4 @@ DIST latex-beamer-3.59.tar.gz 662040 BLAKE2B 17fac01d2fde92300e1c678bbb7302a318a
 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

diff --git a/dev-tex/latex-beamer/latex-beamer-3.63.ebuild b/dev-tex/latex-beamer/latex-beamer-3.63.ebuild
new file mode 100644
index 00000000000..2f1cd44e61d
--- /dev/null
+++ b/dev-tex/latex-beamer/latex-beamer-3.63.ebuild
@@ -0,0 +1,41 @@
+# 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
+}


             reply	other threads:[~2021-09-09 11:45 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 11:45 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29  4:01 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/ Andrey Grozin
2025-04-26 13:11 Sam James
2025-04-26 12:41 Arthur Zamarin
2025-04-26  6:52 Arthur Zamarin
2025-04-26  4:48 Sam James
2025-04-26  4:37 Sam James
2025-03-21  8:06 Florian Schmaus
2025-03-18 10:56 Florian Schmaus
2025-02-15  6:11 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-24  8:58 Florian Schmaus
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-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=1631187889.5068841750f9f87f572c2e63aad6f5914b248975.grozin@gentoo \
    --to=grozin@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