summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-29 19:25:29 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-29 19:26:01 +0100
commitf4c9c765f7952257c2d8d1f419bf67ae2166ca4b (patch)
tree57a6e8bd21f32f441d9e527d0e11f6adaa18c97b /dev-vcs/kdesvn/files
parentnet-libs/nghttp2: mark 1.10.0 arm/arm64/ia64/m68k/s390/sh/sparc stable #582250 (diff)
downloadgentoo-f4c9c765f7952257c2d8d1f419bf67ae2166ca4b.tar.gz
gentoo-f4c9c765f7952257c2d8d1f419bf67ae2166ca4b.tar.bz2
gentoo-f4c9c765f7952257c2d8d1f419bf67ae2166ca4b.zip
dev-vcs/kdesvn: Remove 1.6.0 (r1)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/kdesvn/files')
-rw-r--r--dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch20
-rw-r--r--dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch75
2 files changed, 0 insertions, 95 deletions
diff --git a/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch b/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch
deleted file mode 100644
index e1c9907bb59f..000000000000
--- a/dev-vcs/kdesvn/files/kdesvn-1.6.0-bug-address.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/main.cpp.old 2013-07-07 17:37:05.617114521 +0200
-+++ src/main.cpp 2013-07-07 17:37:20.322929644 +0200
-@@ -40,7 +40,6 @@
- KAboutData::License_GPL,ki18n("(C) 2005-2009 Rajko Albrecht"));
- about.addAuthor( ki18n("Rajko Albrecht"),ki18n("Developer"),QByteArray("ral@alwins-world.de"),QByteArray());
- about.setHomepage("http://kdesvn.alwins-world.de/");
-- about.setBugAddress("kdesvn-bugs@alwins-world.de");
-
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineOptions options;
---- src/kdesvn_part.cpp.old 2013-07-07 17:37:41.415664472 +0200
-+++ src/kdesvn_part.cpp 2013-07-07 17:37:53.484512746 +0200
-@@ -174,7 +174,6 @@
- about.addAuthor(ki18n("Rajko Albrecht"), ki18n("Original author and maintainer"), "ral@alwins-world.de" );
- about.setOtherText(m_Extratext);
- about.setHomepage("http://kdesvn.alwins-world.de/");
-- about.setBugAddress("kdesvn-bugs@alwins-world.de");
- about.setProgramIconName("kdesvn");
- about.setTranslator(ki18n("kdesvn: NAME OF TRANSLATORS\\nYour names"),
- ki18n("kdesvn: EMAIL OF TRANSLATORS\\nYour emails"));
diff --git a/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch b/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch
deleted file mode 100644
index 1a3c4b77e2d6..000000000000
--- a/dev-vcs/kdesvn/files/kdesvn-1.6.0-cmake.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From: Christophe Giboudeaux <cgiboudeaux@gmx.com>
-Date: Thu, 04 Jul 2013 13:59:57 +0000
-Subject: Drop cmake_uninstall.cmake.in
-X-Git-Url: http://quickgit.kde.org/?p=kdesvn.git&a=commitdiff&h=267bda11388934cf126334269f15611e96729983
----
-Drop cmake_uninstall.cmake.in
-
-FindKDE4Internal.cmake already creates an cmake_uninstall file.
----
-Backported to 1.6.0 (toUppercase, cmake path)
-
---- a/CMakeLists.txt 2010-03-20 17:08:10.000000000 +0100
-+++ b/CMakeLists.txt 2015-12-29 18:40:33.550299882 +0100
-@@ -165,14 +165,6 @@
- IMMEDIATE
- @ONLY)
-
--CONFIGURE_FILE(
-- "${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/cmake_uninstall.cmake.in"
-- "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
-- IMMEDIATE @ONLY)
--
--ADD_CUSTOM_TARGET(uninstall
-- "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
--
- ADD_CUSTOM_TARGET(dist
- "${CMAKE_BINARY_DIR}/makedist.sh"
- DEPENDS doc
---- a/cmakemodules/cmake_uninstall.cmake.in
-+++ /dev/null
-@@ -1,43 +1 @@
--####
-- # Copyright (C) 2005-2009 by Rajko Albrecht ral@alwins-world.de #
-- # http://kdesvn.alwins-world.de/ #
-- # #
-- # This program is free software; you can redistribute it and/or modify #
-- # it under the terms of the GNU General Public License as published by #
-- # the Free Software Foundation; either version 2 of the License, or #
-- # (at your option) any later version. #
-- # #
-- # This program is distributed in the hope that it will be useful, #
-- # but WITHOUT ANY WARRANTY; without even the implied warranty of #
-- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-- # GNU General Public License for more details. #
-- # #
-- # You should have received a copy of the GNU General Public License #
-- # along with this program; if not, write to the #
-- # Free Software Foundation, Inc., #
-- # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #
-- ####
-
--IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
-- MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
--ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
--
--FILE(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
--STRING(REGEX REPLACE "\n" ";" files "${files}")
--FOREACH(file ${files})
-- MESSAGE(STATUS "Uninstalling \"${file}\"")
-- IF(NOT EXISTS "${file}")
--#not a failure - missing links are marked as missed too, so when lib is removed the links are
--#there but invalid!
-- MESSAGE(STATUS "File \"${file}\" does not exists.")
-- ENDIF(NOT EXISTS "${file}")
-- EXEC_PROGRAM("@CMAKE_COMMAND@" ARGS "-E remove \"${file}\""
-- OUTPUT_VARIABLE rm_out
-- RETURN_VARIABLE rm_retval)
-- IF("${rm_retval}" GREATER 0)
-- MESSAGE(FATAL_ERROR "Problem when removing \"${file}\"")
-- ENDIF("${rm_retval}" GREATER 0)
--ENDFOREACH(file)
--
--
--
-