summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:48:33 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:25 +0100
commit62d26e71b50e6f526743dc4bd2b1df0eae667a26 (patch)
treec680885d51377c4eaa1743e2db9af2201c48d181 /net-p2p
parentnet-news/snownews: remove unused patch (diff)
downloadgentoo-62d26e71b50e6f526743dc4bd2b1df0eae667a26.tar.gz
gentoo-62d26e71b50e6f526743dc4bd2b1df0eae667a26.tar.bz2
gentoo-62d26e71b50e6f526743dc4bd2b1df0eae667a26.zip
net-p2p/amule: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/files/amule-2.3.1-build.patch10
-rw-r--r--net-p2p/amule/files/amule-2.3.1-wx3.0.patch45
2 files changed, 0 insertions, 55 deletions
diff --git a/net-p2p/amule/files/amule-2.3.1-build.patch b/net-p2p/amule/files/amule-2.3.1-build.patch
deleted file mode 100644
index 2e977f3f056b..000000000000
--- a/net-p2p/amule/files/amule-2.3.1-build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- aMule-2.3.1/src/LoggerConsole.cpp~ 2011-06-13 10:50:25.000000000 +0200
-+++ aMule-2.3.1/src/LoggerConsole.cpp 2015-04-11 10:58:20.592470541 +0200
-@@ -29,6 +29,7 @@
-
- #include "Logger.h" // for Add(Debug)LogLineM()
-
-+DEFINE_LOCAL_EVENT_TYPE(MULE_EVT_LOGLINE)
-
- #ifdef __DEBUG__
- bool CLogger::IsEnabled(DebugType /*type*/) const
diff --git a/net-p2p/amule/files/amule-2.3.1-wx3.0.patch b/net-p2p/amule/files/amule-2.3.1-wx3.0.patch
deleted file mode 100644
index 77568b1b8d7c..000000000000
--- a/net-p2p/amule/files/amule-2.3.1-wx3.0.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur aMule-2.3.1/src/amuled.cpp aMule-2.3.1.wx3/src/amuled.cpp
---- aMule-2.3.1/src/amuled.cpp 2011-07-13 17:00:12.000000000 +0200
-+++ aMule-2.3.1.wx3/src/amuled.cpp 2014-01-19 13:55:50.904800356 +0100
-@@ -423,7 +423,9 @@
- #ifndef __WXMSW__
-
-
-+/*
- static EndProcessDataMap endProcDataMap;
-+*/
-
-
- int CDaemonAppTraits::WaitForChild(wxExecuteData &execData)
-@@ -449,6 +451,7 @@
- wxSleep(1);
- result = AmuleWaitPid(execData.pid, &status, WNOHANG, &msg);
- if (result == 0) {
-+ /*
- // Add a WxEndProcessData entry to the map, so that we can
- // support process termination
- wxEndProcessData *endProcData = new wxEndProcessData();
-@@ -456,6 +459,7 @@
- endProcData->process = execData.process;
- endProcData->tag = 0;
- endProcDataMap[execData.pid] = endProcData;
-+ */
-
- status = execData.pid;
- } else {
-@@ -480,6 +484,7 @@
- msg << wxT("OnSignalChildHandler() has been called for child process with pid `") <<
- siginfo->si_pid <<
- wxT("'. ");
-+/*
- // Make sure we leave no zombies by calling waitpid()
- int status = 0;
- pid_t result = AmuleWaitPid(siginfo->si_pid, &status, WNOHANG, &msg);
-@@ -503,6 +508,7 @@
- msg << wxT(" Error: the child process pid is not on the pid map.");
- }
- }
-+*/
-
- // Log our passage here
- AddDebugLogLineN(logGeneral, msg);