Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/
Date: Mon, 04 Apr 2022 07:49:16
Message-Id: 1649058525.52ff9d818b402e4132e835ffe4bed1e537e7de24.soap@gentoo
1 commit: 52ff9d818b402e4132e835ffe4bed1e537e7de24
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Apr 4 07:48:45 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 07:48:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ff9d81
7
8 net-misc/seafile-client: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24890
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 .../files/seafile-client-8.0.1-glib-2.68.0.patch | 12 ------------
16 1 file changed, 12 deletions(-)
17
18 diff --git a/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch b/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch
19 deleted file mode 100644
20 index 9b2dd42cc926..000000000000
21 --- a/net-misc/seafile-client/files/seafile-client-8.0.1-glib-2.68.0.patch
22 +++ /dev/null
23 @@ -1,12 +0,0 @@
24 -diff --git a/CMakeLists.txt b/CMakeLists.txt
25 -index fbf1d2f..05e8d4d 100644
26 ---- a/CMakeLists.txt
27 -+++ b/CMakeLists.txt
28 -@@ -6,6 +6,7 @@ SET(SEAFILE_CLIENT_VERSION_MINOR 0)
29 - SET(SEAFILE_CLIENT_VERSION_PATCH 1)
30 - SET(PROJECT_VERSION "${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
31 - ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
32 -+ADD_DEFINITIONS(-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26)
33 - INCLUDE(FindPkgConfig)
34 -
35 - ## Build crash repoter on release build as default