From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Sat, 16 Apr 2016 20:23:49 +0000 (UTC) [thread overview]
Message-ID: <1460838029.c487aa0ee5667543c8f3a43768d679b5a9b69007.dilfridge@gentoo> (raw)
commit: c487aa0ee5667543c8f3a43768d679b5a9b69007
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Mon Apr 11 20:19:04 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 20:20:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c487aa0e
dev-tex/latexdiff: version bump 1.1.1
dev-tex/latexdiff/Manifest | 1 +
dev-tex/latexdiff/latexdiff-1.1.1.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest
index 3a6d9e0..4c4b7ba 100644
--- a/dev-tex/latexdiff/Manifest
+++ b/dev-tex/latexdiff/Manifest
@@ -1,3 +1,4 @@
DIST latexdiff-0.5.zip 310412 SHA256 7a99ac274c7552b1acf617d27866b40573469acafde0fb680231e58b2e08ddcf SHA512 fc0ff701f7c79842c0325923389a5118b626cfbea12ede0f98fc5e8311ac63fbc371fb5b1f4b4b50247112e16b0ac2fed8f5513d1c85dc1a69c97eb7f3a78351 WHIRLPOOL 06d0062c01b98f695bda8ee113faf247dae526451701aa91060a8cfacd7a7a13bd2d45235b641260fd2f2ebe9120364fe855c3d7959be45b10fcd7f03092987c
DIST latexdiff-1.0.4.zip 445374 SHA256 42acfc6e379f61637d2d23f5dd940373cd1f0ef54858eaecb3f6dad250af2db1 SHA512 5ab3e00d94053f4d73e2a0ae47e7e98c2b53d1acd9411c2f2a5f438bc69cd13b1d3be19fe466d63f6fdcec3b132144ffe8409cdc8ff41a9fb0e408767f94ec61 WHIRLPOOL cda44d78a9ca53cb7b9668d31c31da61735f496120ba855fe8c83895907e396b30152ebf2076ec436a9a8454510c2db2229e75d913bba6ed9532e816d7d1221b
DIST latexdiff-1.1.0.zip 466029 SHA256 9f0cc207d71a2225926cf9b8b87dbc4283c68de12db8a7708e780941516f13f6 SHA512 04af20386b0e611f73d981242747316da6376967fef611a29927b66a7a129bec49c7224655378c6f9fc744f8d69cf2ac977d0f50278d3686c98dcdc4aef0b675 WHIRLPOOL 944fe49aac3aaf8801a1e8c345551cf73ce5d205cd32c0ab5e6f1d1acafcaefb60f0d8a47488e6a7513139de89b7b78b7acc155cac4c328918dc33e79f12a7ed
+DIST latexdiff-1.1.1.zip 474456 SHA256 d530d268dd54458d728218e9ec7b4d9e9bc2858148bab64f277143e6a40fccee SHA512 a341411fdac11d2b8afef866b7edd0cbe5715f51dd77581202ec77f5a8a18a868f0e9e41058ecc38e0cf66cdddf893e2ffc58de3bf32509e01db6c77305dee77 WHIRLPOOL 90ca013144b8171861e769a33a0d857e2ad1240a8dfa8117ab3eb3dea284177015fa32c7a54fcf8ba61bcf8562b8c4503641c704a5fd04a74d73c4c5735708db
diff --git a/dev-tex/latexdiff/latexdiff-1.1.1.ebuild b/dev-tex/latexdiff/latexdiff-1.1.1.ebuild
new file mode 100644
index 0000000..12b6823
--- /dev/null
+++ b/dev-tex/latexdiff/latexdiff-1.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Compare two latex files and mark up significant differences"
+HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
+SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.8
+ dev-perl/Algorithm-Diff"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_test() {
+ emake test-ext
+}
+
+src_install() {
+ dobin latexdiff latexrevise latexdiff-vc
+ doman latexdiff.1 latexrevise.1 latexdiff-vc.1
+ dodoc README doc/latexdiff-man.pdf
+}
next reply other threads:[~2016-04-16 20:23 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-16 20:23 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 8:33 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/ Arthur Zamarin
2024-10-22 1:34 Sam James
2024-10-22 1:34 Sam James
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-07-26 19:54 Ulrich Müller
2024-07-26 19:54 Ulrich Müller
2023-05-05 12:58 Arthur Zamarin
2023-05-05 10:41 Arthur Zamarin
2023-05-03 10:07 Sam James
2023-03-24 14:04 Arthur Zamarin
2022-12-12 20:21 Andreas K. Hüttel
2022-12-12 20:21 Andreas K. Hüttel
2022-12-08 7:38 WANG Xuerui
2022-01-15 11:25 Florian Schmaus
2021-12-13 18:37 Arthur Zamarin
2021-02-06 1:10 Sam James
2021-02-06 0:18 Sam James
2021-01-06 22:35 Fabian Groffen
2020-12-20 18:47 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 16:41 Agostino Sarubbo
2020-12-17 7:59 Sam James
2020-07-30 9:10 Mikle Kolyada
2020-07-30 9:10 Mikle Kolyada
2020-04-12 12:39 Sergei Trofimovich
2020-01-01 12:34 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-06-24 17:14 Mikle Kolyada
2018-07-22 1:32 Mikle Kolyada
2018-07-21 12:25 Alexis Ballier
2018-07-21 12:25 Alexis Ballier
2018-07-20 12:11 Tobias Klausmann
2018-07-14 20:10 Sergei Trofimovich
2018-07-09 16:23 Mikle Kolyada
2018-07-07 11:56 Sergei Trofimovich
2018-07-06 13:43 Thomas Deutschmann
2018-07-05 18:32 Sergei Trofimovich
2018-03-16 18:32 Matt Turner
2017-12-13 20:14 Sergei Trofimovich
2017-12-13 20:14 Sergei Trofimovich
2017-11-03 22:17 Andreas Hüttel
2017-07-02 14:54 Sergei Trofimovich
2017-06-17 15:33 Andreas Hüttel
2017-06-17 15:33 Andreas Hüttel
2017-06-17 14:41 Alexis Ballier
2017-06-14 11:18 Alexis Ballier
2017-02-03 20:10 Jeroen Roovers
2017-01-31 16:02 Jeroen Roovers
2017-01-04 12:13 Alexis Ballier
2017-01-04 12:12 Alexis Ballier
2016-12-31 12:21 Alexis Ballier
2016-12-31 12:16 Alexis Ballier
2016-12-29 15:26 Alexis Ballier
2016-03-20 11:53 Agostino Sarubbo
2016-03-17 10:50 Agostino Sarubbo
2016-02-03 20:55 Markus Meier
2016-02-03 15:09 Tobias Klausmann
2016-01-23 16:59 Agostino Sarubbo
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=1460838029.c487aa0ee5667543c8f3a43768d679b5a9b69007.dilfridge@gentoo \
--to=dilfridge@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