Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/files/
Date: Mon, 31 Jan 2022 13:55:51
Message-Id: 1643637337.f8bfec8751f63323aec3dba3e52622e2e79b673a.andrewammerlaan@gentoo
1 commit: f8bfec8751f63323aec3dba3e52622e2e79b673a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Jan 15 21:25:34 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 13:55:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bfec87
7
8 sci-libs/proj: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/23816
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 .../files/proj-8.1.0-test_factory-include.patch | 29 ----------------------
16 1 file changed, 29 deletions(-)
17
18 diff --git a/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch b/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch
19 deleted file mode 100644
20 index c88fe83cb509..000000000000
21 --- a/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch
22 +++ /dev/null
23 @@ -1,29 +0,0 @@
24 -https://patch-diff.githubusercontent.com/raw/OSGeo/PROJ/pull/2760.patch
25 -
26 -From fc983b6e3343ba4d52fd0a889bb6bbf6f143f417 Mon Sep 17 00:00:00 2001
27 -From: Even Rouault <even.rouault@×××××××××.com>
28 -Date: Thu, 1 Jul 2021 21:24:26 +0200
29 -Subject: [PATCH] =?UTF-8?q?test=5Ffactory.cpp:=20fix=20build,=20in=20parti?=
30 - =?UTF-8?q?cular=20on=20Alpine=20Edge=20(fixes=C2=A0#2759)?=
31 -MIME-Version: 1.0
32 -Content-Type: text/plain; charset=UTF-8
33 -Content-Transfer-Encoding: 8bit
34 -
35 ----
36 - test/unit/test_factory.cpp | 2 ++
37 - 1 file changed, 2 insertions(+)
38 -
39 -diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp
40 -index 985499150e..a60296d10a 100644
41 ---- a/test/unit/test_factory.cpp
42 -+++ b/test/unit/test_factory.cpp
43 -@@ -39,6 +39,8 @@
44 - #include "proj/metadata.hpp"
45 - #include "proj/util.hpp"
46 -
47 -+#include <algorithm>
48 -+
49 - #include <sqlite3.h>
50 -
51 - #ifdef _MSC_VER
52 -