Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kquickimageeditor/, media-libs/kquickimageeditor/files/
Date: Tue, 26 Jan 2021 21:45:12
Message-Id: 1611697498.ddcd8e6d132ca756789222e1245bb32648d09c8e.asturm@gentoo
1 commit: ddcd8e6d132ca756789222e1245bb32648d09c8e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 17:42:49 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 21:44:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcd8e6d
7
8 media-libs/kquickimageeditor: Drop 0.1.2
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/kquickimageeditor/Manifest | 1 -
14 .../files/kquickimageeditor-0.1.2-no-werror.patch | 34 ----------------------
15 .../kquickimageeditor-0.1.2.ebuild | 29 ------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/media-libs/kquickimageeditor/Manifest b/media-libs/kquickimageeditor/Manifest
19 index 91f06657379..200c46989da 100644
20 --- a/media-libs/kquickimageeditor/Manifest
21 +++ b/media-libs/kquickimageeditor/Manifest
22 @@ -1,2 +1 @@
23 -DIST kquickimageeditor-0.1.2.tar.xz 3281984 BLAKE2B bf6467dd48c6f64a9b8b8752949af3776d766e8e7076d114c7a8522616f4e36ef47b470c382906764cf56b45f40163ee658f5ba295ae33ab1e379483d4181565 SHA512 b8ffbd2b1c331203bf5e81004b5da729658ea49e6d8c49a3d65b0f397a2b3095408479e9828bc15fbbf1ad69374a7c2cf8dc728c3fe44d28d30137657e3c759c
24 DIST kquickimageeditor-0.1.3.tar.xz 3281972 BLAKE2B 314d492f841f1786d8e958f0b925a5485d8ee4644488e26fefaaf67bd9388403d5b88c7fc52826555ca91b762ec6caec79ae6a363a2c1d688d26076287a6e72a SHA512 ce04ca71aa6232cde2303a07dd800db9bc590a3fafda8c3843d46e994a37858934ee98914dde4c29e03cd01a247059b577375e57ac5d1449f9029d4865eae4ef
25
26 diff --git a/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch b/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch
27 deleted file mode 100644
28 index 69448ea2e70..00000000000
29 --- a/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -From c79657496326c10f81cf80a8c9a0e55bc2ba2798 Mon Sep 17 00:00:00 2001
33 -From: Nicolas Fella <nicolas.fella@×××.de>
34 -Date: Mon, 7 Dec 2020 14:34:09 +0100
35 -Subject: [PATCH] Remove -Werror
36 -
37 -It's doing more harm than good.
38 -
39 -It makes it a pain to update anything (compiler, dependencies etc) that
40 -may introduce new warnings. It also makes it hard to use a compiler that
41 -produces a lot of warnings, e.g. clazy
42 ----
43 - src/CMakeLists.txt | 6 ------
44 - 1 file changed, 6 deletions(-)
45 -
46 -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
47 -index 301c05e..99b0a87 100644
48 ---- a/src/CMakeLists.txt
49 -+++ b/src/CMakeLists.txt
50 -@@ -33,12 +33,6 @@ add_library(
51 - ${sources} ${pluginData}
52 - )
53 -
54 --target_compile_options(
55 -- kquickimageeditorplugin
56 -- PRIVATE
57 -- -Werror
58 --)
59 --
60 - target_link_libraries(
61 - kquickimageeditorplugin
62 - PRIVATE
63 ---
64 -2.30.0
65 -
66
67 diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild
68 deleted file mode 100644
69 index eb897f7b47c..00000000000
70 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild
71 +++ /dev/null
72 @@ -1,29 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -KFMIN=5.74.0
79 -QTMIN=5.15.1
80 -inherit ecm kde.org
81 -
82 -DESCRIPTION="QtQuick components providing basic image editing capabilities"
83 -HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor
84 -https://api.kde.org/kquickimageeditor/html/index.html"
85 -
86 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
87 - SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
88 - KEYWORDS="~amd64"
89 -fi
90 -
91 -LICENSE="LGPL-2.1+"
92 -SLOT="5"
93 -
94 -PATCHES=( "${FILESDIR}"/${P}-no-werror.patch )
95 -
96 -DEPEND="
97 - >=dev-qt/qtdeclarative-${QTMIN}:5
98 -"
99 -RDEPEND="${DEPEND}
100 - >=kde-frameworks/kirigami-${KFMIN}:5
101 -"