public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Mon, 24 Jun 2019 17:14:32 +0000 (UTC)	[thread overview]
Message-ID: <1561396468.a90553097ac89cf07e28263e30695c1ba8616cc2.zlogene@gentoo> (raw)

commit:     a90553097ac89cf07e28263e30695c1ba8616cc2
Author:     Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Mon Jun 17 18:52:03 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 17:14:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9055309

dev-tex/latexdiff: 1.3.0 version bump

Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
Closes: https://bugs.gentoo.org/688228
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/latexdiff/Manifest                                     |  1 +
 .../{latexdiff-9999.ebuild => latexdiff-1.3.0.ebuild}          | 10 ++++++----
 dev-tex/latexdiff/latexdiff-9999.ebuild                        | 10 ++++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest
index 3145619bd9f..c2d082adc2f 100644
--- a/dev-tex/latexdiff/Manifest
+++ b/dev-tex/latexdiff/Manifest
@@ -1,2 +1,3 @@
 DIST latexdiff-1.1.0.zip 466029 BLAKE2B 5efe78845f6bcd2a3c8af8e889cb868047a8131268e903bc465068fd1f9de419426738eb1d4014ca92adf28714a6af0650cfe03c31f4303830978f558c15c225 SHA512 04af20386b0e611f73d981242747316da6376967fef611a29927b66a7a129bec49c7224655378c6f9fc744f8d69cf2ac977d0f50278d3686c98dcdc4aef0b675
 DIST latexdiff-1.2.1.tar.gz 1780064 BLAKE2B d657d5d36bcb759889a582b4aac38ae67d99a17bc30fb37d627e9d496df40a1523871e31968333f07b1ad94b521faf91336b225f7466ef382713d48a803f1444 SHA512 9917a0eee36e5bff7c13e5690e743fa34aa7c1347a6509961aa4484094433854c6742a4c1605087db1902a57537fda2b49b071e98b015a5535379c27ccc1fd46
+DIST latexdiff-1.3.0.tar.gz 1791127 BLAKE2B e394dcf29d529f47a87eb7615d0da42a2d30c0e3a40938903cee75c2241ee8543713ee735f94f9eb9fe59829be85a5dad681183d96b2651e0e09d20ecae9e207 SHA512 d1b47ff4733bbba0ecadd71e6c54362b78ad8e97cac54b99b9ead4565dd0a56a8a5d4ce27866cabb4dc43c47a3c2230ce7743909f2d30bb94ecbae75c6ecbaae

diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
similarity index 72%
copy from dev-tex/latexdiff/latexdiff-9999.ebuild
copy to dev-tex/latexdiff/latexdiff-1.3.0.ebuild
index c68835644e5..d293d8d31f6 100644
--- a/dev-tex/latexdiff/latexdiff-9999.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
+HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
 
 if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
 else
 	SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+	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"
 fi
 
 LICENSE="GPL-3"
@@ -27,6 +27,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-perl/Pod-LaTeX
+"
+BDEPEND="
 	test? ( app-shells/tcsh )
 "
 

diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild
index c68835644e5..d293d8d31f6 100644
--- a/dev-tex/latexdiff/latexdiff-9999.ebuild
+++ b/dev-tex/latexdiff/latexdiff-9999.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
+HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
 
 if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
 else
 	SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+	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"
 fi
 
 LICENSE="GPL-3"
@@ -27,6 +27,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-perl/Pod-LaTeX
+"
+BDEPEND="
 	test? ( app-shells/tcsh )
 "
 


             reply	other threads:[~2019-06-24 17:14 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24 17:14 Mikle Kolyada [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
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-04-16 20:23 Andreas Hüttel
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=1561396468.a90553097ac89cf07e28263e30695c1ba8616cc2.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