diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-06-16 21:28:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-22 06:13:48 +0000 |
commit | 0869a72937fa388f705dff3ff864d7fb02655d91 (patch) | |
tree | a1f3f9e9d663895ee1f37c761216e178026d3a4d /app-admin | |
parent | net-im/qtox: update to EAPI 6 (diff) | |
download | gentoo-0869a72937fa388f705dff3ff864d7fb02655d91.tar.gz gentoo-0869a72937fa388f705dff3ff864d7fb02655d91.tar.bz2 gentoo-0869a72937fa388f705dff3ff864d7fb02655d91.zip |
app-admin/conky: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/1688
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/conky/files/conky-1.10.0-cmake.patch | 11 | ||||
-rw-r--r-- | app-admin/conky/files/conky-1.10.0-includefiles.patch | 29 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-admin/conky/files/conky-1.10.0-cmake.patch b/app-admin/conky/files/conky-1.10.0-cmake.patch deleted file mode 100644 index 4f9d276a2e10..000000000000 --- a/app-admin/conky/files/conky-1.10.0-cmake.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/Docbook.cmake 2014-06-21 09:51:44.857916287 +0200 -+++ cmake/Docbook.cmake.new 2014-06-21 09:53:37.251924303 +0200 -@@ -72,7 +72,7 @@ - COMMAND ${APP_XSLTPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${CMAKE_CURRENT_SOURCE_DIR}/${FIL}.xml > ${CMAKE_CURRENT_SOURCE_DIR}/${FIL}.html - - COMMAND ${APP_DB2X_XSLTPROC} -s man ${CMAKE_CURRENT_SOURCE_DIR}/${FIL}.xml -o ${FIL}.mxml -- COMMAND ${APP_DB2X_MANXML} ${FIL}.mxml --output-dir ${CMAKE_CURRENT_SOURCE_DIR} -+ COMMAND ${APP_DB2X_MANXML} ${FIL}.mxml --encoding=UTF8 --output-dir ${CMAKE_CURRENT_SOURCE_DIR} - COMMAND ${APP_XSLTPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${CMAKE_CURRENT_SOURCE_DIR}/${FIL}.xml > ${CMAKE_CURRENT_SOURCE_DIR}/${FIL}.html - COMMAND ${APP_MAN} -P '${APP_LESS} -is' ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.1 > ${CMAKE_SOURCE_DIR}/README - COMMAND ${APP_SED} -i "s/[[:cntrl:]]\\[[0-9]*m//g" ${CMAKE_SOURCE_DIR}/README diff --git a/app-admin/conky/files/conky-1.10.0-includefiles.patch b/app-admin/conky/files/conky-1.10.0-includefiles.patch deleted file mode 100644 index 948072039280..000000000000 --- a/app-admin/conky/files/conky-1.10.0-includefiles.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/cmake/ConkyPlatformChecks.cmake -+++ b/cmake/ConkyPlatformChecks.cmake -@@ -22,7 +22,7 @@ - - include(FindPkgConfig) - include(CheckFunctionExists) --include(CheckIncludeFile) -+include(CheckIncludeFiles) - include(CheckSymbolExists) - - # Check for some headers -@@ -119,7 +119,7 @@ if(BUILD_HTTP) - endif(BUILD_HTTP) - - if(BUILD_NCURSES) -- check_include_file(ncurses.h NCURSES_H) -+ check_include_files(ncurses.h NCURSES_H) - find_library(NCURSES_LIB NAMES ncurses) - if(NOT NCURSES_H OR NOT NCURSES_LIB) - message(FATAL_ERROR "Unable to find ncurses library") -@@ -167,7 +167,7 @@ endif(BUILD_PORT_MONITORS) - - # Check for iconv - if(BUILD_ICONV) -- check_include_file(iconv.h HAVE_ICONV_H) -+ check_include_files(iconv.h HAVE_ICONV_H) - find_library(ICONV_LIBRARY NAMES iconv) - if(NOT ICONV_LIBRARY) - # maybe iconv() is provided by libc |