Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/, app-misc/strigi/files/
Date: Mon, 25 Feb 2013 12:07:12
Message-Id: 1361793985.0e01875c54285db89463225dbccd2ad6ab9fc4a2.kensington@gentoo
1 commit: 0e01875c54285db89463225dbccd2ad6ab9fc4a2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 12:06:25 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 12:06:25 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e01875c
7
8 [app-misc/strigi] Drop patch wrt bug #427050.
9
10 Package-Manager: portage-2.1.11.52
11
12 ---
13 app-misc/strigi/files/strigi-fix-sleep.patch | 11 -----------
14 app-misc/strigi/strigi-9999.ebuild | 5 -----
15 2 files changed, 0 insertions(+), 16 deletions(-)
16
17 diff --git a/app-misc/strigi/files/strigi-fix-sleep.patch b/app-misc/strigi/files/strigi-fix-sleep.patch
18 deleted file mode 100644
19 index ab690c0..0000000
20 --- a/app-misc/strigi/files/strigi-fix-sleep.patch
21 +++ /dev/null
22 @@ -1,11 +0,0 @@
23 ---- eventlistenerqueue2.cpp 2012-10-09 11:53:24.662572336 +0800
24 -+++ eventlistenerqueue.cpp 2012-10-09 11:53:41.269242216 +0800
25 -@@ -26,6 +26,7 @@
26 - #include <algorithm>
27 - #include <iostream>
28 - #include <stdio.h>
29 -+#include <unistd.h>
30 -
31 - #if defined(__SUNPRO_CC)
32 - #include <unistd.h>
33 -
34
35 diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild
36 index 6fbd65e..bb8519a 100644
37 --- a/app-misc/strigi/strigi-9999.ebuild
38 +++ b/app-misc/strigi/strigi-9999.ebuild
39 @@ -58,11 +58,6 @@ if [[ ${PV} == 9999 ]] ; then
40 }
41 fi
42
43 -src_prepare() {
44 - cd "${S}/strigidaemon/bin/daemon/eventlistener"
45 - epatch "${FILESDIR}/strigi-fix-sleep.patch" || die "Fail"
46 -}
47 -
48 src_configure() {
49 # Enabled: POLLING (only reliable way to check for files changed.)
50 # Disabled: xine - recommended upstream to keep it this way