From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/
Date: Mon, 24 Jun 2019 08:00:58 +0000 (UTC) [thread overview]
Message-ID: <1561363203.8345dada22826d4ae59c65e8746255d687f83185.jstein@gentoo> (raw)
commit: 8345dada22826d4ae59c65e8746255d687f83185
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 08:00:03 2019 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 08:00:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8345dada
dev-tex/latexmk: Version bump
Version bump to 465 (4.65).
Closes: https://bugs.gentoo.org/686936
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
dev-tex/latexmk/Manifest | 1 +
dev-tex/latexmk/latexmk-465.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-tex/latexmk/Manifest b/dev-tex/latexmk/Manifest
index 3e4cb0f74da..eebe47a3273 100644
--- a/dev-tex/latexmk/Manifest
+++ b/dev-tex/latexmk/Manifest
@@ -7,3 +7,4 @@ DIST latexmk-448.zip 452245 BLAKE2B 4b033a6eecdb366e4e5e4b8accfc839e7638c1fa7909
DIST latexmk-452c.zip 391327 BLAKE2B 1cde3f3005382958bba10c6bd513e3887eefeff5114bc5ed327a528c56b3b77bf9a1b51907c8bab0d50817f6bee63d15b4373e83799231a815000f6b797c0053 SHA512 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba
DIST latexmk-453a.zip 368805 BLAKE2B 5bca05dd0196c43a1cc1e58e8036b66d8ce5825e2fc53e824cf6028c47ab4c420f0cff6b9e2ca205377d1784ce955bd24ba1be1a89f304b296550b5ca76d40c3 SHA512 401789383f75ecd78820dadf968e60ede762be0d9a781488e07a0a8239e213ae04959777a6ea87fc6b2bb64315ce00bdda25f7f25542370b5edf2ae5af9ba46e
DIST latexmk-456.zip 425179 BLAKE2B 1cd2fcaff070bb9809a263763164f364f13146ba4a5115494824dfe422b2b58906aa9e9ee7ce02238961c77da2e828e6a73a56e7397efa77003b8237fa949fe5 SHA512 ff169ff677367125b32e7641e9fabc66d9fb015e6cf1433d39c598baf17a926e0d29c975c4a8fa8ed482b4bc57ff177cfedc058ebdc83a3abadde50f9a490d91
+DIST latexmk-465.zip 447290 BLAKE2B 2f11667e674122aad88604aad3f61da1503d220b27bae9b95c29922fc6304c227c5c5257666a6de3da6f6dee77b466d7e3c6f06fc6c03f4102cce43879765dd0 SHA512 132cdd95c0274f98946b37a0c1554a82bb649dcd61284386f3005aa78895d51c382d5d8f6cf1ecd8ece60c1877a0dc80660367e0ad82a44036334b3f4634ee86
diff --git a/dev-tex/latexmk/latexmk-465.ebuild b/dev-tex/latexmk/latexmk-465.ebuild
new file mode 100644
index 00000000000..79b8be565a2
--- /dev/null
+++ b/dev-tex/latexmk/latexmk-465.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+DESCRIPTION="Perl script for automatically building LaTeX documents"
+HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/"
+SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="virtual/latex-base
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ newbin latexmk.pl latexmk
+ doman latexmk.1
+ dodoc CHANGES README latexmk.pdf latexmk.txt
+ dodoc -r example_rcfiles extra-scripts
+ newbashcomp "${FILESDIR}"/completion.bash-2 ${PN}
+}
next reply other threads:[~2019-06-24 8:01 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-24 8:00 Jonas Stein [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/ Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2024-12-09 10:26 Florian Schmaus
2024-10-30 18:31 Ulrich Müller
2024-06-21 4:23 Arthur Zamarin
2024-06-14 17:45 Sam James
2024-06-14 17:29 Sam James
2024-06-14 17:21 Sam James
2024-06-14 17:20 Sam James
2024-06-14 17:20 Sam James
2024-06-14 14:42 Arthur Zamarin
2023-04-28 17:21 Sam James
2023-04-28 16:22 Arthur Zamarin
2023-04-28 15:24 Arthur Zamarin
2023-04-28 15:13 Arthur Zamarin
2023-04-28 15:07 Arthur Zamarin
2023-04-28 14:50 Arthur Zamarin
2023-04-28 14:41 Arthur Zamarin
2023-04-26 7:07 Florian Schmaus
2022-12-08 7:38 WANG Xuerui
2022-04-17 18:32 Sam James
2021-03-15 6:32 Sam James
2021-03-15 2:26 Sam James
2021-03-15 1:40 Thomas Deutschmann
2021-03-15 0:52 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-14 13:48 Sergei Trofimovich
2021-02-11 15:54 Aaron W. Swenson
2021-01-06 22:35 Fabian Groffen
2020-04-25 11:35 Mikle Kolyada
2020-04-25 9:49 Mikle Kolyada
2019-12-10 0:48 Aaron Bauman
2019-12-10 0:48 Aaron Bauman
2019-11-30 21:45 Sergei Trofimovich
2019-11-20 11:48 Agostino Sarubbo
2019-07-28 20:14 Mikle Kolyada
2019-07-23 0:45 Aaron Bauman
2019-06-28 11:42 Agostino Sarubbo
2019-06-27 7:31 Sergei Trofimovich
2019-06-27 7:26 Sergei Trofimovich
2019-06-27 7:23 Sergei Trofimovich
2019-06-26 6:50 Agostino Sarubbo
2019-06-25 7:04 Agostino Sarubbo
2018-08-05 15:07 Alexis Ballier
2017-08-26 12:32 Alexis Ballier
2017-06-17 14:41 Alexis Ballier
2017-01-31 8:59 Alexis Ballier
2016-12-01 17:36 Alexis Ballier
2016-05-23 11:13 Alexis Ballier
2016-02-28 12:10 Manuel Rüger
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=1561363203.8345dada22826d4ae59c65e8746255d687f83185.jstein@gentoo \
--to=jstein@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