public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/
Date: Mon, 23 May 2016 11:13:36 +0000 (UTC)	[thread overview]
Message-ID: <1464002000.4a15eeefb3929cfaf628915cb609db3544a7ef04.aballier@gentoo> (raw)

commit:     4a15eeefb3929cfaf628915cb609db3544a7ef04
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 11:13:20 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon May 23 11:13:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a15eeef

dev-tex/latexmk: bump to 445

Package-Manager: portage-2.3.0_rc1

 dev-tex/latexmk/Manifest           |  1 +
 dev-tex/latexmk/latexmk-445.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-tex/latexmk/Manifest b/dev-tex/latexmk/Manifest
index e44511e..b7e4e42 100644
--- a/dev-tex/latexmk/Manifest
+++ b/dev-tex/latexmk/Manifest
@@ -2,3 +2,4 @@ DIST latexmk-435.zip 386766 SHA256 9de9ebdafd5e0cf5c29235ec6316aae2a039a5a6eb6d5
 DIST latexmk-441.zip 425737 SHA256 564b56414ab3a71ab39d01becce95deed4f262e061de167d0cca03c8ba8e5d46 SHA512 b9b65ebda1edc6f1f2692f7c8f02eeeac07dc2bd2f5d96c763615a9e27918069ba65809e5e61580e541420bf1f8d7edc451ad3f1753d43e9596175fdb3571a73 WHIRLPOOL bd48511ebf823709e66be3b82d6b0e8038a8450dfc3217b7e4f0612e6f4ee9d286e38696171337e165fb246464160290cd82e35f7a7e74962037821989e32634
 DIST latexmk-443a.zip 434070 SHA256 e410d295c0a47327b953ece5b582c294359bdf89138ef990d5621b020ff2bbe5 SHA512 9791bea6341f92988b6a7bdc4cd1587d1b8c6e013d9e7a3be219ea4045a8f95971072cf6633998839c35a462b2e5843adf3d5893519f1f6c2bd4ecf81314b2c0 WHIRLPOOL 9662ac695de7c3ead43f23abcc92bb611cb089ddaa475b36ab8b3b957cf7e8c864e9cc0d8d037e8fafedc44161112ff868ec3612f84bc3d338c5e2422f49e246
 DIST latexmk-444.zip 446413 SHA256 fc32d6f4023a0a22102b785adb487a0b4c5605aeb35c8d45464898a9d4bee3b3 SHA512 9a3237e4a31ce3ee0002370b16226909ee5389fdd081b0a3d37dce2f960bb2ea64eb4bd3e262f2a87766cc8401bf749d98267e6659ea0ce8c334db9e156d2128 WHIRLPOOL 138db1cd85aacd615bb5f2ad3175a0c862dd8500db69e87c477908ea912e261df0195085a0a603ed73fbcc7526787d6f3b9d366ffa1a0a08f97654ff8679b9ea
+DIST latexmk-445.zip 447045 SHA256 0f1894c799694b34e936623eea886865e2d19d99f988d4e0e184499016c43851 SHA512 1441d4d1c0112f3cf64067ed8b661554b0ad6fcbb84316d9cbb84c84220d7f99fcbcad27f8686946aaccf6ba184471d5ea774e594e2f3a6632fcdca6ca8e63b3 WHIRLPOOL 85272d3c2044a74616b3f4473840e3745b1a4d39b6e6f2fc6120a88a3615e020ea9e1f0736b84f3d34f81c09e0daea345040fbb9d5a679d99578e3a9a3542279

diff --git a/dev-tex/latexmk/latexmk-445.ebuild b/dev-tex/latexmk/latexmk-445.ebuild
new file mode 100644
index 0000000..a46fbb2
--- /dev/null
+++ b/dev-tex/latexmk/latexmk-445.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 ~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.ps latexmk.txt
+	dodoc -r example_rcfiles extra-scripts
+	newbashcomp "${FILESDIR}"/completion.bash-2 ${PN}
+}


             reply	other threads:[~2016-05-23 11:13 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23 11:13 Alexis Ballier [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
2019-06-24  8:00 Jonas Stein
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-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=1464002000.4a15eeefb3929cfaf628915cb609db3544a7ef04.aballier@gentoo \
    --to=aballier@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