Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Mon, 24 Jun 2019 17:14:37
Message-Id: 1561396468.a90553097ac89cf07e28263e30695c1ba8616cc2.zlogene@gentoo
1 commit: a90553097ac89cf07e28263e30695c1ba8616cc2
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Mon Jun 17 18:52:03 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 24 17:14:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9055309
7
8 dev-tex/latexdiff: 1.3.0 version bump
9
10 Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
11 Closes: https://bugs.gentoo.org/688228
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-tex/latexdiff/Manifest | 1 +
15 .../{latexdiff-9999.ebuild => latexdiff-1.3.0.ebuild} | 10 ++++++----
16 dev-tex/latexdiff/latexdiff-9999.ebuild | 10 ++++++----
17 3 files changed, 13 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest
20 index 3145619bd9f..c2d082adc2f 100644
21 --- a/dev-tex/latexdiff/Manifest
22 +++ b/dev-tex/latexdiff/Manifest
23 @@ -1,2 +1,3 @@
24 DIST latexdiff-1.1.0.zip 466029 BLAKE2B 5efe78845f6bcd2a3c8af8e889cb868047a8131268e903bc465068fd1f9de419426738eb1d4014ca92adf28714a6af0650cfe03c31f4303830978f558c15c225 SHA512 04af20386b0e611f73d981242747316da6376967fef611a29927b66a7a129bec49c7224655378c6f9fc744f8d69cf2ac977d0f50278d3686c98dcdc4aef0b675
25 DIST latexdiff-1.2.1.tar.gz 1780064 BLAKE2B d657d5d36bcb759889a582b4aac38ae67d99a17bc30fb37d627e9d496df40a1523871e31968333f07b1ad94b521faf91336b225f7466ef382713d48a803f1444 SHA512 9917a0eee36e5bff7c13e5690e743fa34aa7c1347a6509961aa4484094433854c6742a4c1605087db1902a57537fda2b49b071e98b015a5535379c27ccc1fd46
26 +DIST latexdiff-1.3.0.tar.gz 1791127 BLAKE2B e394dcf29d529f47a87eb7615d0da42a2d30c0e3a40938903cee75c2241ee8543713ee735f94f9eb9fe59829be85a5dad681183d96b2651e0e09d20ecae9e207 SHA512 d1b47ff4733bbba0ecadd71e6c54362b78ad8e97cac54b99b9ead4565dd0a56a8a5d4ce27866cabb4dc43c47a3c2230ce7743909f2d30bb94ecbae75c6ecbaae
27
28 diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
29 similarity index 72%
30 copy from dev-tex/latexdiff/latexdiff-9999.ebuild
31 copy to dev-tex/latexdiff/latexdiff-1.3.0.ebuild
32 index c68835644e5..d293d8d31f6 100644
33 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild
34 +++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
35 @@ -1,17 +1,17 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=6
41 +EAPI=7
42
43 DESCRIPTION="Compare two latex files and mark up significant differences"
44 -HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
45 +HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
46
47 if [[ ${PV} == *9999* ]] ; then
48 inherit git-r3
49 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
50 else
51 SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 - 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"
53 + 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"
54 fi
55
56 LICENSE="GPL-3"
57 @@ -27,6 +27,8 @@ RDEPEND="
58 "
59 DEPEND="${RDEPEND}
60 dev-perl/Pod-LaTeX
61 +"
62 +BDEPEND="
63 test? ( app-shells/tcsh )
64 "
65
66
67 diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild
68 index c68835644e5..d293d8d31f6 100644
69 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild
70 +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild
71 @@ -1,17 +1,17 @@
72 -# Copyright 1999-2018 Gentoo Foundation
73 +# Copyright 1999-2019 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75
76 -EAPI=6
77 +EAPI=7
78
79 DESCRIPTION="Compare two latex files and mark up significant differences"
80 -HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
81 +HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
82
83 if [[ ${PV} == *9999* ]] ; then
84 inherit git-r3
85 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
86 else
87 SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 - 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"
89 + 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"
90 fi
91
92 LICENSE="GPL-3"
93 @@ -27,6 +27,8 @@ RDEPEND="
94 "
95 DEPEND="${RDEPEND}
96 dev-perl/Pod-LaTeX
97 +"
98 +BDEPEND="
99 test? ( app-shells/tcsh )
100 "