summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-09-08 22:59:33 +0200
committerJohannes Huber <johu@gentoo.org>2017-09-08 22:59:56 +0200
commit2cc5dd0ef9bd058906055037bf798fa5127d7141 (patch)
treea0ec9b636aaa3df56a39b43cc60770d5872c0687 /media-gfx/krita/files
parentdev-python/autobahn: add ~arm, bug #626834 (diff)
downloadgentoo-2cc5dd0ef9bd058906055037bf798fa5127d7141.tar.gz
gentoo-2cc5dd0ef9bd058906055037bf798fa5127d7141.tar.bz2
gentoo-2cc5dd0ef9bd058906055037bf798fa5127d7141.zip
media-gfx/krita: Remove 3.2.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-gfx/krita/files')
-rw-r--r--media-gfx/krita/files/krita-3.2.0-unused-dep.patch69
1 files changed, 0 insertions, 69 deletions
diff --git a/media-gfx/krita/files/krita-3.2.0-unused-dep.patch b/media-gfx/krita/files/krita-3.2.0-unused-dep.patch
deleted file mode 100644
index 34031b51bac6..000000000000
--- a/media-gfx/krita/files/krita-3.2.0-unused-dep.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 176546ed492883b63f6b8c274a97ce781af3631c Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heirecka@exherbo.org>
-Date: Wed, 16 Aug 2017 23:35:07 +0200
-Subject: Remove unused dependency
-
-Summary:
-libcurl doesn't seem to be used anymore since
-427a9ede658e4bee0e96e09741adb879e396c0c1 and the removal of the gmic
-plugin.
-
-Test Plan: Still builds fine.
-
-Reviewers: #krita, rempt
-
-Subscribers: woltherav
-
-Tags: #krita
-
-Differential Revision: https://phabricator.kde.org/D7360
----
- CMakeLists.txt | 10 ----------
- README_PACKAGERS.md | 3 ---
- 2 files changed, 13 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5575b8c..b1edfc1 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -604,16 +604,6 @@ set_package_properties(OpenMP PROPERTIES
- TYPE OPTIONAL
- PURPOSE "Optionally used by the G'Mic plugin")
-
--##
--## Test for Curl (for G'Mic)
--##
--find_package(CURL)
--set_package_properties(CURL PROPERTIES
-- DESCRIPTION "A tool to fetch remote data"
-- URL "http://curl.haxx.se/"
-- TYPE OPTIONAL
-- PURPOSE "Optionally used by the G'Mic plugin")
--
- ############################
- #############################
- ## Add Krita helper macros ##
-diff --git a/README_PACKAGERS.md b/README_PACKAGERS.md
-index ef66f9d..bd3d694 100644
---- a/README_PACKAGERS.md
-+++ b/README_PACKAGERS.md
-@@ -23,8 +23,6 @@ There are four forks of 3rd party libraries that are relevant and cannot be repl
-
- * plugins/impex/xcf/3rdparty contains the xcftools code. This has never been released as a library
-
--* plugins/extensions/gmic/3rdparty contains G'Mic. This has never been released as a shared library.
--
- * libs/image/3rdparty contains einspline. This code is directly linke d into the kritaimage library and has never been released as a separate library.
-
- == Build flags ==
-@@ -47,7 +45,6 @@ Krita depends on:
- * ilmbase
- * jpeg: Note that libjpeg-turbo is recommended.
- * lcms2
-- * libcurl
- * libraw
- * opencolorio
- * openexr
---
-cgit v0.11.2
-