* [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/files/
@ 2017-11-21 18:18 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2017-11-21 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 1667fc757b69cb61eb710636c6beb35e7caa7155
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Nov 20 20:53:31 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 18:18:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1667fc75
app-misc/sleepyhead: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/6253
app-misc/sleepyhead/files/gitfix.patch | 15 ---------------
app-misc/sleepyhead/files/prs1-64fix.patch | 13 -------------
app-misc/sleepyhead/files/prs1-code8fix.patch | 12 ------------
3 files changed, 40 deletions(-)
diff --git a/app-misc/sleepyhead/files/gitfix.patch b/app-misc/sleepyhead/files/gitfix.patch
deleted file mode 100644
index 46cbef0a453..00000000000
--- a/app-misc/sleepyhead/files/gitfix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/SleepyHeadQT.pro
-+++ b/SleepyHeadQT.pro
-@@ -31,10 +31,10 @@ TEMPLATE = app
-
- #exists(.git):DEFINES += GIT_BRANCH=\\\"$$system(git rev-parse --symbolic-full-name --abbrev-ref HEAD)\\\"
- exists(.git):DEFINES += GIT_BRANCH=\\\"$$system(git rev-parse --abbrev-ref HEAD)\\\"
--else:DEFINES += GIT_BRANCH=\\\"NOT BUILT FROM GIT SOURCE\\\"
-+else:DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\"
-
- exists(.git):DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\\\"
--else:DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\"
-+else:DEFINES += GIT_REVISION=\\\"UNKNOWN\\\"
-
- SOURCES += main.cpp\
- SleepLib/machine.cpp \
diff --git a/app-misc/sleepyhead/files/prs1-64fix.patch b/app-misc/sleepyhead/files/prs1-64fix.patch
deleted file mode 100644
index a7b1070eeb4..00000000000
--- a/app-misc/sleepyhead/files/prs1-64fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/SleepLib/loader_plugins/prs1_loader.cpp b/SleepLib/loader_plugins/prs1_loader.cpp
-index d7f102c..61f2d34 100644
---- a/SleepLib/loader_plugins/prs1_loader.cpp
-+++ b/SleepLib/loader_plugins/prs1_loader.cpp
-@@ -597,7 +597,7 @@ bool PRS1Loader::Parse002v5(qint32 sequence, quint32 timestamp, unsigned char *b
- CPAP_LeakTotal, PRS1_12
- };
-
-- int ncodes=sizeof(Codes)/sizeof(QString);
-+ int ncodes=sizeof(Codes)/sizeof(ChannelID);
- EventList * Code[0x20]={NULL};
-
-
diff --git a/app-misc/sleepyhead/files/prs1-code8fix.patch b/app-misc/sleepyhead/files/prs1-code8fix.patch
deleted file mode 100644
index ec7a121674b..00000000000
--- a/app-misc/sleepyhead/files/prs1-code8fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/SleepLib/loader_plugins/prs1_loader.cpp b/SleepLib/loader_plugins/prs1_loader.cpp
-index d7f102c..95de13b 100644
---- a/SleepLib/loader_plugins/prs1_loader.cpp
-+++ b/SleepLib/loader_plugins/prs1_loader.cpp
-@@ -722,6 +722,7 @@ bool PRS1Loader::Parse002v5(qint32 sequence, quint32 timestamp, unsigned char *b
- if (!(Code[10]=session->AddEventList(cpapcode,EVL_Event))) return false;
- }
- Code[10]->AddEvent(tt,data[0]);
-+ pos++;
- break;
- case 0x09: // ASV Codes
- //code=CPAP_FlowLimit;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-21 18:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-21 18:18 [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox