From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/
Date: Tue, 30 Jul 2019 19:46:05 +0000 (UTC) [thread overview]
Message-ID: <1564515948.3e15bd64030f79c7b372b2b94b7d98a6c4b6e651.zlogene@gentoo> (raw)
commit: 3e15bd64030f79c7b372b2b94b7d98a6c4b6e651
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 19:45:48 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 19:45:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e15bd64
dev-tex/latex-beamer: Drop old
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/latex-beamer/Manifest | 1 -
dev-tex/latex-beamer/latex-beamer-3.41.ebuild | 44 ---------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest
index cb5cc022c28..910f3953db8 100644
--- a/dev-tex/latex-beamer/Manifest
+++ b/dev-tex/latex-beamer/Manifest
@@ -1,4 +1,3 @@
DIST latex-beamer-3.36.zip 4364333 BLAKE2B e2ec8a49cf6998c291c01224cb55ec727e9a28597fb0902c99af96db73e71dd8e4a08a9e2858e62feb7e79287bda8d95c24b8a21d003e216dd9051bb8e882694 SHA512 b93d91c2eb523d7e30ecee8fa1af625730bb465124da4f856f7708da32d31fc3bc68e5b57e120b8e39b8ed3b74fef0aeb208b92f4bbdf741c8bf377227fa84cf
-DIST latex-beamer-3.41.tar.gz 1007759 BLAKE2B 053c311df9f56dcde294a0ef627f99c8f6211e0b9503035aa6110e6d726c64ebeb13269815e4efda703ec07c8e3036d18c14d7ac6b08c9293e26997a3533b3c7 SHA512 4fcf49c03cb572b85f97d847d491571d1d400ed39fc3d82b8f01f893838215d4d1b045510ce9c59968974ae2132d29cfbdb288e1fc773a59827ab50641cd9fd6
DIST latex-beamer-3.55.tar.gz 651620 BLAKE2B 31588a6201a91041341524629c63c071896d1ceb873aa78bf318074c6d46d4c035faf56347ac8421dfa370da44c3ee0d7558c1b71ebdfafbba69f40065f5a9a9 SHA512 59d1c209e9d51f6da2435c4958d29766c5d2678700040657396e327d514964b4cebd94f78400791cf6f97aca72b303ecf2aa19fb5d61757f19b91a85aa012102
DIST latex-beamer-3.56.tar.gz 651927 BLAKE2B b63bbe0e2b392db8166a3b3465464457e761a35c8a3c7ade0803c905a42a4a35731b816c4cf24fa352a0da720a2f4aa0aaa475c7db577e43e354c3e6eeb5fc1c SHA512 b774923f65312d359eb843826cd96363e6f0d315a22c1f881a1a17ed7f307ed568e593a1489b47d4ef0b630248fcadcbd7df1d69b2c39ace13c385c4d53ce236
diff --git a/dev-tex/latex-beamer/latex-beamer-3.41.ebuild b/dev-tex/latex-beamer/latex-beamer-3.41.ebuild
deleted file mode 100644
index 6ba01c8c75d..00000000000
--- a/dev-tex/latex-beamer/latex-beamer-3.41.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples"
-
-DEPEND="dev-texlive/texlive-latex"
-RDEPEND=">=dev-tex/pgf-1.10
- dev-tex/xcolor
- !dev-tex/translator"
-
-S=${WORKDIR}/beamer-${PV}
-
-src_compile() {
- if use doc; then
- cd doc
- emake -j1
- fi
-}
-
-src_install() {
- insinto /usr/share/texmf-site/tex/latex/beamer
- doins -r base
-
- dodoc AUTHORS README.md
-
- if use doc ; then
- docinto doc
- dodoc -r doc/*
- dosym "/usr/share/doc/${PF}/doc/" "${TEXMF}/doc/latex/beamer"
- fi
-
- use examples && dodoc -r examples solutions
-}
next reply other threads:[~2019-07-30 19:46 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-30 19:46 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 8:06 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/ 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-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-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=1564515948.3e15bd64030f79c7b372b2b94b7d98a6c4b6e651.zlogene@gentoo \
--to=zlogene@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