Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/, x11-libs/agg/files/2.5/, x11-libs/agg/files/2.5-r3/
Date: Tue, 29 May 2018 20:25:11
Message-Id: 1527625501.7e34b3fc4e24759ef8d55d257554033c136fe7d9.pacho@gentoo
1 commit: 7e34b3fc4e24759ef8d55d257554033c136fe7d9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 20:24:14 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:25:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e34b3fc
7
8 x11-libs/agg: Only apply new patches, not old (#656804)
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 x11-libs/agg/agg-2.5-r3.ebuild | 2 +-
13 .../0001-Fix-non-terminating-loop-conditions-when-len-1.patch | 0
14 .../0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch | 0
15 .../0003-Get-coordinates-from-previous-vertex-if-last-command.patch | 0
16 .../0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch | 0
17 x11-libs/agg/files/{2.5 => 2.5-r3}/0005-Remove-VC-6-workaround.patch | 0
18 .../{2.5 => 2.5-r3}/0006-Implement-grain-merge-blending-mode-GIMP.patch | 0
19 .../0007-Implement-grain-extract-blending-mode-GIMP.patch | 0
20 .../0008-Declare-multiplication-and-division-operators-as-con.patch | 0
21 .../{2.5 => 2.5-r3}/0009-Add-a-static-identity-transformation.patch | 0
22 .../agg/files/{2.5 => 2.5-r3}/0010-Add-renderer_scanline_aa_alpha.patch | 0
23 .../0011-Avoid-division-by-zero-in-color-burn-mode.patch | 0
24 .../{2.5 => 2.5-r3}/0012-Avoid-pixel-artifacts-when-compositing.patch | 0
25 .../0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch | 0
26 .../0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch | 0
27 .../0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch | 0
28 16 files changed, 1 insertion(+), 1 deletion(-)
29
30 diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
31 index de2db3f9f25..e4be2281ee4 100644
32 --- a/x11-libs/agg/agg-2.5-r3.ebuild
33 +++ b/x11-libs/agg/agg-2.5-r3.ebuild
34 @@ -32,7 +32,7 @@ PATCHES=(
35 "${FILESDIR}"/${P}-autotools.patch
36 "${FILESDIR}"/${P}-sdl-m4.patch
37 "${FILESDIR}"/${P}-sdl-automagic.patch
38 - "${FILESDIR}"/${PV}
39 + "${FILESDIR}"/${PF}
40 )
41
42 src_prepare() {
43
44 diff --git a/x11-libs/agg/files/2.5/0001-Fix-non-terminating-loop-conditions-when-len-1.patch b/x11-libs/agg/files/2.5-r3/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
45 similarity index 100%
46 rename from x11-libs/agg/files/2.5/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
47 rename to x11-libs/agg/files/2.5-r3/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
48
49 diff --git a/x11-libs/agg/files/2.5/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch b/x11-libs/agg/files/2.5-r3/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
50 similarity index 100%
51 rename from x11-libs/agg/files/2.5/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
52 rename to x11-libs/agg/files/2.5-r3/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
53
54 diff --git a/x11-libs/agg/files/2.5/0003-Get-coordinates-from-previous-vertex-if-last-command.patch b/x11-libs/agg/files/2.5-r3/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
55 similarity index 100%
56 rename from x11-libs/agg/files/2.5/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
57 rename to x11-libs/agg/files/2.5-r3/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
58
59 diff --git a/x11-libs/agg/files/2.5/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch b/x11-libs/agg/files/2.5-r3/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
60 similarity index 100%
61 rename from x11-libs/agg/files/2.5/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
62 rename to x11-libs/agg/files/2.5-r3/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
63
64 diff --git a/x11-libs/agg/files/2.5/0005-Remove-VC-6-workaround.patch b/x11-libs/agg/files/2.5-r3/0005-Remove-VC-6-workaround.patch
65 similarity index 100%
66 rename from x11-libs/agg/files/2.5/0005-Remove-VC-6-workaround.patch
67 rename to x11-libs/agg/files/2.5-r3/0005-Remove-VC-6-workaround.patch
68
69 diff --git a/x11-libs/agg/files/2.5/0006-Implement-grain-merge-blending-mode-GIMP.patch b/x11-libs/agg/files/2.5-r3/0006-Implement-grain-merge-blending-mode-GIMP.patch
70 similarity index 100%
71 rename from x11-libs/agg/files/2.5/0006-Implement-grain-merge-blending-mode-GIMP.patch
72 rename to x11-libs/agg/files/2.5-r3/0006-Implement-grain-merge-blending-mode-GIMP.patch
73
74 diff --git a/x11-libs/agg/files/2.5/0007-Implement-grain-extract-blending-mode-GIMP.patch b/x11-libs/agg/files/2.5-r3/0007-Implement-grain-extract-blending-mode-GIMP.patch
75 similarity index 100%
76 rename from x11-libs/agg/files/2.5/0007-Implement-grain-extract-blending-mode-GIMP.patch
77 rename to x11-libs/agg/files/2.5-r3/0007-Implement-grain-extract-blending-mode-GIMP.patch
78
79 diff --git a/x11-libs/agg/files/2.5/0008-Declare-multiplication-and-division-operators-as-con.patch b/x11-libs/agg/files/2.5-r3/0008-Declare-multiplication-and-division-operators-as-con.patch
80 similarity index 100%
81 rename from x11-libs/agg/files/2.5/0008-Declare-multiplication-and-division-operators-as-con.patch
82 rename to x11-libs/agg/files/2.5-r3/0008-Declare-multiplication-and-division-operators-as-con.patch
83
84 diff --git a/x11-libs/agg/files/2.5/0009-Add-a-static-identity-transformation.patch b/x11-libs/agg/files/2.5-r3/0009-Add-a-static-identity-transformation.patch
85 similarity index 100%
86 rename from x11-libs/agg/files/2.5/0009-Add-a-static-identity-transformation.patch
87 rename to x11-libs/agg/files/2.5-r3/0009-Add-a-static-identity-transformation.patch
88
89 diff --git a/x11-libs/agg/files/2.5/0010-Add-renderer_scanline_aa_alpha.patch b/x11-libs/agg/files/2.5-r3/0010-Add-renderer_scanline_aa_alpha.patch
90 similarity index 100%
91 rename from x11-libs/agg/files/2.5/0010-Add-renderer_scanline_aa_alpha.patch
92 rename to x11-libs/agg/files/2.5-r3/0010-Add-renderer_scanline_aa_alpha.patch
93
94 diff --git a/x11-libs/agg/files/2.5/0011-Avoid-division-by-zero-in-color-burn-mode.patch b/x11-libs/agg/files/2.5-r3/0011-Avoid-division-by-zero-in-color-burn-mode.patch
95 similarity index 100%
96 rename from x11-libs/agg/files/2.5/0011-Avoid-division-by-zero-in-color-burn-mode.patch
97 rename to x11-libs/agg/files/2.5-r3/0011-Avoid-division-by-zero-in-color-burn-mode.patch
98
99 diff --git a/x11-libs/agg/files/2.5/0012-Avoid-pixel-artifacts-when-compositing.patch b/x11-libs/agg/files/2.5-r3/0012-Avoid-pixel-artifacts-when-compositing.patch
100 similarity index 100%
101 rename from x11-libs/agg/files/2.5/0012-Avoid-pixel-artifacts-when-compositing.patch
102 rename to x11-libs/agg/files/2.5-r3/0012-Avoid-pixel-artifacts-when-compositing.patch
103
104 diff --git a/x11-libs/agg/files/2.5/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch b/x11-libs/agg/files/2.5-r3/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
105 similarity index 100%
106 rename from x11-libs/agg/files/2.5/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
107 rename to x11-libs/agg/files/2.5-r3/0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch
108
109 diff --git a/x11-libs/agg/files/2.5/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch b/x11-libs/agg/files/2.5-r3/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
110 similarity index 100%
111 rename from x11-libs/agg/files/2.5/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
112 rename to x11-libs/agg/files/2.5-r3/0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch
113
114 diff --git a/x11-libs/agg/files/2.5/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch b/x11-libs/agg/files/2.5-r3/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
115 similarity index 100%
116 rename from x11-libs/agg/files/2.5/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch
117 rename to x11-libs/agg/files/2.5-r3/0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch