summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 14:22:02 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 14:22:02 +0000
commitd2ba08d38b378f125cc2d27e72e777987a891750 (patch)
tree719a223454d9ff2535e754ab66f4f8bec210adaa /kde-base/ksnapshot
parentRemove old. (diff)
downloadgentoo-2-d2ba08d38b378f125cc2d27e72e777987a891750.tar.gz
gentoo-2-d2ba08d38b378f125cc2d27e72e777987a891750.tar.bz2
gentoo-2-d2ba08d38b378f125cc2d27e72e777987a891750.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r--kde-base/ksnapshot/ChangeLog6
-rw-r--r--kde-base/ksnapshot/files/ksnapshot-4.7-kipi.patch19
2 files changed, 4 insertions, 21 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog
index b10f7d0346d9..ca278d693344 100644
--- a/kde-base/ksnapshot/ChangeLog
+++ b/kde-base/ksnapshot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksnapshot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.219 2012/09/03 13:29:26 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.220 2012/09/03 14:22:02 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -files/ksnapshot-4.7-kipi.patch:
+ Remove old.
03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksnapshot-4.7.4.ebuild:
Remove KDE SC 4.7.4
@@ -874,4 +877,3 @@
+ksnapshot-3.4.0_beta1.ebuild:
Adding the split ebuilds to portage. For KDE 3.4, we've created separate
ebuilds for all the KDE apps.
-
diff --git a/kde-base/ksnapshot/files/ksnapshot-4.7-kipi.patch b/kde-base/ksnapshot/files/ksnapshot-4.7-kipi.patch
deleted file mode 100644
index 43044fef2b76..000000000000
--- a/kde-base/ksnapshot/files/ksnapshot-4.7-kipi.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 683c270..25be4b5 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,11 +1,13 @@
- project(ksnapshot)
-
- find_package(KDE4 REQUIRED)
--find_package(Kipi)
- include(KDE4Defaults)
- include(MacroLibrary)
- include(MacroOptionalAddSubdirectory)
- include(MacroBoolTo01)
-+include(MacroOptionalFindPackage)
-+
-+macro_optional_find_package(Kipi)
-
- add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS})
- include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})