Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Wed, 06 Jan 2021 22:35:39
Message-Id: 1609972505.120e039cdab2515d580298757ceedea51cc89c71.grobian@gentoo
1 commit: 120e039cdab2515d580298757ceedea51cc89c71
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 22:35:05 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 22:35:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120e039c
7
8 dev-tex/latexdiff: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 dev-tex/latexdiff/latexdiff-1.3.0.ebuild | 4 ++--
14 dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild | 4 ++--
15 dev-tex/latexdiff/latexdiff-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
19 index 7b903bf5592..9330b2a4816 100644
20 --- a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
21 +++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then
29 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
30 else
31 SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
33 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
34 fi
35
36 LICENSE="GPL-3"
37
38 diff --git a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild b/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild
39 index 6b2671ba5f9..157df8a32cc 100644
40 --- a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild
41 +++ b/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then
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="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
53 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
54 fi
55
56 LICENSE="GPL-3"
57
58 diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild
59 index 2926345b876..53f8ebb29d0 100644
60 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild
61 +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 +# Copyright 1999-2021 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]] ; then
69 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
70 else
71 SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
73 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
74 fi
75
76 LICENSE="GPL-3"