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: Mon, 31 Aug 2020 08:03:57 +0000 (UTC)	[thread overview]
Message-ID: <1598861007.de0fe941bc9b948ac5049581e686dc2ac2f9f781.grozin@gentoo> (raw)

commit:     de0fe941bc9b948ac5049581e686dc2ac2f9f781
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 08:03:27 2020 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 08:03:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0fe941

dev-tex/latex-beamer: bump to 3.59

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

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

diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest
index db84ace1437..540733d996f 100644
--- a/dev-tex/latex-beamer/Manifest
+++ b/dev-tex/latex-beamer/Manifest
@@ -1,2 +1,3 @@
 DIST latex-beamer-3.56.tar.gz 651927 BLAKE2B b63bbe0e2b392db8166a3b3465464457e761a35c8a3c7ade0803c905a42a4a35731b816c4cf24fa352a0da720a2f4aa0aaa475c7db577e43e354c3e6eeb5fc1c SHA512 b774923f65312d359eb843826cd96363e6f0d315a22c1f881a1a17ed7f307ed568e593a1489b47d4ef0b630248fcadcbd7df1d69b2c39ace13c385c4d53ce236
 DIST latex-beamer-3.57.tar.gz 653136 BLAKE2B 7157d1e52df5221ea2aaa2634ed079bc690eb541cef2a6b60742d02e197ebdb4589877327c12aed80eebbb4fffa2b7d68a3ec6e4799874ff396660d4a1b949c9 SHA512 b3d7d5aa552badde18ae49967d729ee99a10a5157e167db92c235bdc36662d1113c5a5c775d59c7976e9e6a24a2e08271b95dc6240d3ed28fc816cdad3499ff7
+DIST latex-beamer-3.59.tar.gz 662040 BLAKE2B 17fac01d2fde92300e1c678bbb7302a318a98e542196647dc4f5fa24b34df82f246f206a73a7af1d1b80244ae3ee04387cc77a8c77922f3eb1ea81e70a08b24f SHA512 0bc7dbcabf2f699f11c703d628f304d6b9658bbd260aaeac6c97813f14ed48b14b9a1a1d2eedfd4d8c8c31a91f1b57b1e9520a78ab962814f65a0b9781b55f79

diff --git a/dev-tex/latex-beamer/latex-beamer-3.59.ebuild b/dev-tex/latex-beamer/latex-beamer-3.59.ebuild
new file mode 100644
index 00000000000..1723ec5cab7
--- /dev/null
+++ b/dev-tex/latex-beamer/latex-beamer-3.59.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 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 ~x86-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
+}


             reply	other threads:[~2020-08-31  8:04 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  8:03 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02 10:07 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/ 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-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-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=1598861007.de0fe941bc9b948ac5049581e686dc2ac2f9f781.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