From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08399198005 for ; Mon, 25 Feb 2013 12:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2814BE0517; Mon, 25 Feb 2013 12:07:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD08E0517 for ; Mon, 25 Feb 2013 12:07:10 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3AF233DBB4 for ; Mon, 25 Feb 2013 12:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5EF9BE4075 for ; Mon, 25 Feb 2013 12:07:08 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1361793985.0e01875c54285db89463225dbccd2ad6ab9fc4a2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-misc/strigi/, app-misc/strigi/files/ X-VCS-Repository: proj/kde X-VCS-Files: app-misc/strigi/files/strigi-fix-sleep.patch app-misc/strigi/strigi-9999.ebuild X-VCS-Directories: app-misc/strigi/ app-misc/strigi/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0e01875c54285db89463225dbccd2ad6ab9fc4a2 X-VCS-Branch: master Date: Mon, 25 Feb 2013 12:07:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d57008b-c3b5-46af-9044-82c28a0800a2 X-Archives-Hash: 3c4b1bc74246f4fae90f098bff7681ce commit: 0e01875c54285db89463225dbccd2ad6ab9fc4a2 Author: Michael Palimaka gentoo org> AuthorDate: Mon Feb 25 12:06:25 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Feb 25 12:06:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e01875c [app-misc/strigi] Drop patch wrt bug #427050. Package-Manager: portage-2.1.11.52 --- app-misc/strigi/files/strigi-fix-sleep.patch | 11 ----------- app-misc/strigi/strigi-9999.ebuild | 5 ----- 2 files changed, 0 insertions(+), 16 deletions(-) diff --git a/app-misc/strigi/files/strigi-fix-sleep.patch b/app-misc/strigi/files/strigi-fix-sleep.patch deleted file mode 100644 index ab690c0..0000000 --- a/app-misc/strigi/files/strigi-fix-sleep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- eventlistenerqueue2.cpp 2012-10-09 11:53:24.662572336 +0800 -+++ eventlistenerqueue.cpp 2012-10-09 11:53:41.269242216 +0800 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - - #if defined(__SUNPRO_CC) - #include - diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild index 6fbd65e..bb8519a 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -58,11 +58,6 @@ if [[ ${PV} == 9999 ]] ; then } fi -src_prepare() { - cd "${S}/strigidaemon/bin/daemon/eventlistener" - epatch "${FILESDIR}/strigi-fix-sleep.patch" || die "Fail" -} - src_configure() { # Enabled: POLLING (only reliable way to check for files changed.) # Disabled: xine - recommended upstream to keep it this way