summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/kolor-manager/Manifest1
-rw-r--r--kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch15
-rw-r--r--kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild26
3 files changed, 0 insertions, 42 deletions
diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest
index d3386604b223..bb6be1c3ab7e 100644
--- a/kde-misc/kolor-manager/Manifest
+++ b/kde-misc/kolor-manager/Manifest
@@ -1,2 +1 @@
-DIST kolor-manager-1.0.2.tar.xz 49276 SHA256 2fb2e48143fa9f6ab402eb4fc2062aba412a174e7770ccf0d4359b3ce3c3024b SHA512 a0971190d2143a9471e50d4690084b7d31b8cf6bf2524f9145d858c9e3cb2a9099bf5ec6cc513c9ee82df6e554a35ed15f453f95d8c25f31e3781a21bd780556 WHIRLPOOL 0900d408682ab08a11761e9f50363d812955453c90b5eb6d8c6bf689b8ec69638bf71a93f0ce9a11084e008379a412817ef0c00a016bea7a71aa9d53870b5a94
DIST kolor-manager-1.1.0.tar.gz 37756 SHA256 0d7795b4f960882ade474cbec468bd1ae512e3b17207faaab82de8ec154e1a62 SHA512 52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893 WHIRLPOOL 06df4cc4596fc4a82586a90258f2d643b25a3ce68e613f0b5b7ad91beaa94d1c3d1620e5dd690b02e94091c339f77033f6ca654acd4884d1711b2bda8e446eb9
diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
deleted file mode 100644
index ead9a88242b5..000000000000
--- a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDE is for loading CMake code, and this fails with a fatal error
-in CMake 3 as 'settings' is a directory
-
-Gentoo bug #537138
---- a/information/CMakeLists.txt
-+++ b/information/CMakeLists.txt
-@@ -3,8 +3,6 @@
- find_package(KDE4 REQUIRED)
- include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
-
--INCLUDE( "../settings")
--
- set(kminfo_PART_SRCS
- kminfo.cpp
- )
diff --git a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild b/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
deleted file mode 100644
index d98ccf5de60c..000000000000
--- a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
-HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager"
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=media-libs/oyranos-0.9.5
- media-libs/libXcm
- x11-libs/libX11
- x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.patch" )