diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-14 21:47:40 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-14 21:47:40 +0000 |
commit | 89f99604b776d9297f75eae144affc2f7ecda7a0 (patch) | |
tree | 02ffe756e26f2ca4ec4844b55f544a215c554af4 /kde-base | |
parent | Keyword amd64-linux (diff) | |
download | gentoo-2-89f99604b776d9297f75eae144affc2f7ecda7a0.tar.gz gentoo-2-89f99604b776d9297f75eae144affc2f7ecda7a0.tar.bz2 gentoo-2-89f99604b776d9297f75eae144affc2f7ecda7a0.zip |
Remove unused patch.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/jovie/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/jovie/files/jovie-4.10.1-speechd-0.8.patch | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/kde-base/jovie/ChangeLog b/kde-base/jovie/ChangeLog index b6f355319b43..0a02daa2e0a0 100644 --- a/kde-base/jovie/ChangeLog +++ b/kde-base/jovie/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/jovie # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/jovie/ChangeLog,v 1.125 2013/12/12 03:36:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/jovie/ChangeLog,v 1.126 2013/12/14 21:47:40 johu Exp $ + + 14 Dec 2013; Johannes Huber <johu@gentoo.org> + -files/jovie-4.10.1-speechd-0.8.patch: + Remove unused patch. 12 Dec 2013; Agostino Sarubbo <ago@gentoo.org> -jovie-4.10.5.ebuild: Remove old diff --git a/kde-base/jovie/files/jovie-4.10.1-speechd-0.8.patch b/kde-base/jovie/files/jovie-4.10.1-speechd-0.8.patch deleted file mode 100644 index 743b4e2acc75..000000000000 --- a/kde-base/jovie/files/jovie-4.10.1-speechd-0.8.patch +++ /dev/null @@ -1,40 +0,0 @@ -From e31b78b183c7c8a74f5bae8974e00daad5f581a3 Mon Sep 17 00:00:00 2001 -From: Sven-Hendrik Haase <sh@lutzhaase.com> -Date: Thu, 4 Apr 2013 06:27:43 +0159 -Subject: [PATCH] Support for Speechd 0.8 in CMake - -Reviewed-by: Jeremy Whiting -BUG: 317758 -FIXED-IN: 4.10.3 ---- - cmake/FindSpeechd.cmake | 2 +- - jovie/CMakeLists.txt | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/cmake/FindSpeechd.cmake b/cmake/FindSpeechd.cmake -index cf78d32..0902cdd 100644 ---- a/cmake/FindSpeechd.cmake -+++ b/cmake/FindSpeechd.cmake -@@ -9,7 +9,7 @@ - # Redistribution and use is allowed according to the terms of the BSD license. - # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - --find_path(SPEECHD_INCLUDE_DIR libspeechd.h) -+find_path(SPEECHD_INCLUDE_DIR libspeechd.h PATH_SUFFIXES speech-dispatcher) - - find_library(SPEECHD_LIBRARIES NAMES speechd) - -diff --git a/jovie/CMakeLists.txt b/jovie/CMakeLists.txt -index bd9dcfc..f3191d4 100644 ---- a/jovie/CMakeLists.txt -+++ b/jovie/CMakeLists.txt -@@ -1,5 +1,5 @@ - --include_directories( /usr/local/include ${CMAKE_SOURCE_DIR}/jovie/libkttsd ) -+include_directories( /usr/local/include ${CMAKE_SOURCE_DIR}/jovie/libkttsd ${SPEECHD_INCLUDE_DIR} ) - - add_definitions(-DKDE_DEFAULT_DEBUG_AREA=2400) - --- -1.8.1.5 - |