diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-26 18:42:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-26 22:44:58 +0100 |
commit | ddcd8e6d132ca756789222e1245bb32648d09c8e (patch) | |
tree | b0a824effd9384ecbb7b90ee004fc27147ddeda8 /media-libs | |
parent | media-libs/kquickimageeditor: 0.1.3 version bump (diff) | |
download | gentoo-ddcd8e6d132ca756789222e1245bb32648d09c8e.tar.gz gentoo-ddcd8e6d132ca756789222e1245bb32648d09c8e.tar.bz2 gentoo-ddcd8e6d132ca756789222e1245bb32648d09c8e.zip |
media-libs/kquickimageeditor: Drop 0.1.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
3 files changed, 0 insertions, 64 deletions
diff --git a/media-libs/kquickimageeditor/Manifest b/media-libs/kquickimageeditor/Manifest index 91f06657379b..200c46989da6 100644 --- a/media-libs/kquickimageeditor/Manifest +++ b/media-libs/kquickimageeditor/Manifest @@ -1,2 +1 @@ -DIST kquickimageeditor-0.1.2.tar.xz 3281984 BLAKE2B bf6467dd48c6f64a9b8b8752949af3776d766e8e7076d114c7a8522616f4e36ef47b470c382906764cf56b45f40163ee658f5ba295ae33ab1e379483d4181565 SHA512 b8ffbd2b1c331203bf5e81004b5da729658ea49e6d8c49a3d65b0f397a2b3095408479e9828bc15fbbf1ad69374a7c2cf8dc728c3fe44d28d30137657e3c759c DIST kquickimageeditor-0.1.3.tar.xz 3281972 BLAKE2B 314d492f841f1786d8e958f0b925a5485d8ee4644488e26fefaaf67bd9388403d5b88c7fc52826555ca91b762ec6caec79ae6a363a2c1d688d26076287a6e72a SHA512 ce04ca71aa6232cde2303a07dd800db9bc590a3fafda8c3843d46e994a37858934ee98914dde4c29e03cd01a247059b577375e57ac5d1449f9029d4865eae4ef 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 deleted file mode 100644 index 69448ea2e705..000000000000 --- a/media-libs/kquickimageeditor/files/kquickimageeditor-0.1.2-no-werror.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c79657496326c10f81cf80a8c9a0e55bc2ba2798 Mon Sep 17 00:00:00 2001 -From: Nicolas Fella <nicolas.fella@gmx.de> -Date: Mon, 7 Dec 2020 14:34:09 +0100 -Subject: [PATCH] Remove -Werror - -It's doing more harm than good. - -It makes it a pain to update anything (compiler, dependencies etc) that -may introduce new warnings. It also makes it hard to use a compiler that -produces a lot of warnings, e.g. clazy ---- - src/CMakeLists.txt | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 301c05e..99b0a87 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -33,12 +33,6 @@ add_library( - ${sources} ${pluginData} - ) - --target_compile_options( -- kquickimageeditorplugin -- PRIVATE -- -Werror --) -- - target_link_libraries( - kquickimageeditorplugin - PRIVATE --- -2.30.0 - diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild deleted file mode 100644 index eb897f7b47c6..000000000000 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.74.0 -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="QtQuick components providing basic image editing capabilities" -HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor -https://api.kde.org/kquickimageeditor/html/index.html" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~amd64" -fi - -LICENSE="LGPL-2.1+" -SLOT="5" - -PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 -" -RDEPEND="${DEPEND} - >=kde-frameworks/kirigami-${KFMIN}:5 -" |