diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/libkexiv2 | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/libkexiv2')
-rw-r--r-- | kde-apps/libkexiv2/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/libkexiv2/files/libkexiv2-18.08.3-cmake.patch | 67 | ||||
-rw-r--r-- | kde-apps/libkexiv2/libkexiv2-18.08.3-r1.ebuild | 24 |
3 files changed, 0 insertions, 92 deletions
diff --git a/kde-apps/libkexiv2/Manifest b/kde-apps/libkexiv2/Manifest index 7e00186897bc..679758ed594b 100644 --- a/kde-apps/libkexiv2/Manifest +++ b/kde-apps/libkexiv2/Manifest @@ -1,2 +1 @@ -DIST libkexiv2-18.08.3.tar.xz 64504 BLAKE2B b29645239bc1523bb363e04ab0449563f4c9550887c359b9a55414682e850289f80e85088c043a756d34dc83bb3b0c6cc9975cd4e5a513b80fbf4d6f93870d6e SHA512 eef3fbb5942823d23d276f56a1e9187b5142331485a4fb7d7e419f4af5504659c5a755f64e4cdf2a9bef6ae499126672ed5627c0fca7ef56fac7dc6a12794143 DIST libkexiv2-18.12.3.tar.xz 64524 BLAKE2B d3b97e338021e2705ade94383054651c3ce2a8c08682f702f44b3cfdbf348487fcbfebc20854008854bdd844e5c6433d640f4c76be7e71cbae69884f3aa22f38 SHA512 ce2bab29a1059e4be498472b2713e813c8eb5ace4cd928eeff3c6e50a656afda651a57a3877d9388163096e575c897f4f84eee914db101cb8dcd1eb614242898 diff --git a/kde-apps/libkexiv2/files/libkexiv2-18.08.3-cmake.patch b/kde-apps/libkexiv2/files/libkexiv2-18.08.3-cmake.patch deleted file mode 100644 index 5b8ce9c30c0d..000000000000 --- a/kde-apps/libkexiv2/files/libkexiv2-18.08.3-cmake.patch +++ /dev/null @@ -1,67 +0,0 @@ -From d7e3f14367acaefae38d28ba8d82f2e7aa7a2091 Mon Sep 17 00:00:00 2001 -From: Aleix Pol <aleixpol@kde.org> -Date: Tue, 25 Sep 2018 16:27:02 +0200 -Subject: [PATCH 1/2] Make cmake 3.0 the minimum cmake version - -Should fix the build on macOS. ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3b1f345..4d3b585 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -9,7 +9,7 @@ project(libkexiv2) - message(STATUS "----------------------------------------------------------------------------------") - message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") - --set(CMAKE_MIN_VERSION "2.8.12") -+set(CMAKE_MIN_VERSION "3.0.0") - set(ECM_MIN_VERSION "1.1.0") - set(REQUIRED_QT_VERSION "5.2.0") - set(EXIV2_MIN_VERSION "0.24") --- -2.20.1 - - -From 2772f91f2a494ed1219f1bb7c6cf3e317892e3c4 Mon Sep 17 00:00:00 2001 -From: Hannah von Reth <vonreth@kde.org> -Date: Tue, 25 Sep 2018 16:59:20 +0200 -Subject: [PATCH 2/2] Initialize cmake project after cmake_minimum_required was - set - ---- - CMakeLists.txt | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4d3b585..d13ef27 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -4,11 +4,6 @@ - # Redistribution and use is allowed according to the terms of the BSD license. - # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - --project(libkexiv2) -- --message(STATUS "----------------------------------------------------------------------------------") --message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") -- - set(CMAKE_MIN_VERSION "3.0.0") - set(ECM_MIN_VERSION "1.1.0") - set(REQUIRED_QT_VERSION "5.2.0") -@@ -16,6 +11,11 @@ set(EXIV2_MIN_VERSION "0.24") - - cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION}) - -+project(libkexiv2) -+ -+message(STATUS "----------------------------------------------------------------------------------") -+message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") -+ - # ======================================================= - # Information to update before to release this library. - --- -2.20.1 diff --git a/kde-apps/libkexiv2/libkexiv2-18.08.3-r1.ebuild b/kde-apps/libkexiv2/libkexiv2-18.08.3-r1.ebuild deleted file mode 100644 index c7c48af34841..000000000000 --- a/kde-apps/libkexiv2/libkexiv2-18.08.3-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FRAMEWORKS_MINIMAL="5.54.0" -KDE_BLOCK_SLOT4="false" -inherit kde5 - -DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" -LICENSE="GPL-2+" -KEYWORDS="amd64 x86" -IUSE="+xmp" - -DEPEND=" - $(add_qt_dep qtgui) - >=media-gfx/exiv2-0.25:=[xmp=] -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-cmake.patch" - "${FILESDIR}/${PN}-18.12.0-exiv2-0.27.patch" -) |