[gentoo-commits] repo/gentoo:master commit in: kde-base/kmail/, kde-base/kmail/files/, kde-base/konsolekalendar/, ...

2015-12-14 Thread Michael Palimaka
commit: b6eb841a21cd2b4e491d69d6d08e6cfadb4dbb2b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Dec 13 18:54:59 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Dec 14 13:12:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eb841a

kde-base: Add >=cmake-3.4 configure fix for KDE PIM

See also: https://bugs.gentoo.org/show_bug.cgi?id=566058
Tested-by: Vadim

Package-Manager: portage-2.2.24

 .../kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch | 23 ++
 kde-base/kmail/kmail-4.14.10.ebuild|  2 ++
 .../files/kdepim-4.14.10-fix-cmake-3.4.patch   | 23 ++
 .../konsolekalendar/konsolekalendar-4.14.10.ebuild |  2 ++
 .../files/kdepim-4.14.10-fix-cmake-3.4.patch   | 23 ++
 kde-base/korganizer/korganizer-4.14.10.ebuild  |  6 --
 6 files changed, 77 insertions(+), 2 deletions(-)

diff --git a/kde-base/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch 
b/kde-base/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch
new file mode 100644
index 000..4039cbf
--- /dev/null
+++ b/kde-base/kmail/files/kdepim-4.14.10-fix-cmake-3.4.patch
@@ -0,0 +1,23 @@
+From: Andreas Sturmlechner 
+Date: Sun, 13 Dec 2015 09:20:24 +
+Subject: Fix configure with >=cmake-3.4
+X-Git-Url: 
http://quickgit.kde.org/?p=kdepim.git=commitdiff=91275a772e51a4031b8f34bc83652b5e60478624
+---
+Fix configure with >=cmake-3.4
+
+REVIEW: 126334
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ 
+ # where to look first for cmake modules. This line must be the first one or 
cmake will use the system's FindFoo.cmake
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_SOURCE_DIR}/cmake/modules")
++
++include(CheckIncludeFiles)
+ 
+ ### Build Options ###
+ 
+

diff --git a/kde-base/kmail/kmail-4.14.10.ebuild 
b/kde-base/kmail/kmail-4.14.10.ebuild
index 490a793..df4cbe3 100644
--- a/kde-base/kmail/kmail-4.14.10.ebuild
+++ b/kde-base/kmail/kmail-4.14.10.ebuild
@@ -74,6 +74,8 @@ KMEXTRA="
 
 KMLOADLIBS="kdepim-common-libs"
 
+PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )
+
 src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc

diff --git a/kde-base/konsolekalendar/files/kdepim-4.14.10-fix-cmake-3.4.patch 
b/kde-base/konsolekalendar/files/kdepim-4.14.10-fix-cmake-3.4.patch
new file mode 100644
index 000..4039cbf
--- /dev/null
+++ b/kde-base/konsolekalendar/files/kdepim-4.14.10-fix-cmake-3.4.patch
@@ -0,0 +1,23 @@
+From: Andreas Sturmlechner 
+Date: Sun, 13 Dec 2015 09:20:24 +
+Subject: Fix configure with >=cmake-3.4
+X-Git-Url: 
http://quickgit.kde.org/?p=kdepim.git=commitdiff=91275a772e51a4031b8f34bc83652b5e60478624
+---
+Fix configure with >=cmake-3.4
+
+REVIEW: 126334
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ 
+ # where to look first for cmake modules. This line must be the first one or 
cmake will use the system's FindFoo.cmake
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_SOURCE_DIR}/cmake/modules")
++
++include(CheckIncludeFiles)
+ 
+ ### Build Options ###
+ 
+

diff --git a/kde-base/konsolekalendar/konsolekalendar-4.14.10.ebuild 
b/kde-base/konsolekalendar/konsolekalendar-4.14.10.ebuild
index 8484f8b..bd67439 100644
--- a/kde-base/konsolekalendar/konsolekalendar-4.14.10.ebuild
+++ b/kde-base/konsolekalendar/konsolekalendar-4.14.10.ebuild
@@ -46,3 +46,5 @@ KMEXTRACTONLY="
 "
 
 KMLOADLIBS="kdepim-common-libs"
+
+PATCHES=( "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch" )

diff --git a/kde-base/korganizer/files/kdepim-4.14.10-fix-cmake-3.4.patch 
b/kde-base/korganizer/files/kdepim-4.14.10-fix-cmake-3.4.patch
new file mode 100644
index 000..4039cbf
--- /dev/null
+++ b/kde-base/korganizer/files/kdepim-4.14.10-fix-cmake-3.4.patch
@@ -0,0 +1,23 @@
+From: Andreas Sturmlechner 
+Date: Sun, 13 Dec 2015 09:20:24 +
+Subject: Fix configure with >=cmake-3.4
+X-Git-Url: 
http://quickgit.kde.org/?p=kdepim.git=commitdiff=91275a772e51a4031b8f34bc83652b5e60478624
+---
+Fix configure with >=cmake-3.4
+
+REVIEW: 126334
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ 
+ # where to look first for cmake modules. This line must be the first one or 
cmake will use the system's FindFoo.cmake
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_SOURCE_DIR}/cmake/modules")
++
++include(CheckIncludeFiles)
+ 
+ ### Build Options ###
+ 
+

diff --git a/kde-base/korganizer/korganizer-4.14.10.ebuild 
b/kde-base/korganizer/korganizer-4.14.10.ebuild
index d15bdb9..1f45e35 100644
--- a/kde-base/korganizer/korganizer-4.14.10.ebuild
+++ b/kde-base/korganizer/korganizer-4.14.10.ebuild
@@ -68,6 +68,8 @@ src_unpack() {
 }
 
 src_prepare() {
+   epatch "${FILESDIR}/kdepim-4.14.10-fix-cmake-3.4.patch"
+
use handbook 

[gentoo-commits] repo/gentoo:master commit in: kde-base/kmail/

2015-10-11 Thread Jeroen Roovers
commit: bb0c84138d23e36b867d0ab9e8f79164db9ca8de
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct 11 06:42:42 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct 11 07:13:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0c8413

kde-base/kmail: Stable for PPC64 (bug #550740).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 kde-base/kmail/kmail-4.14.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kmail/kmail-4.14.8.ebuild 
b/kde-base/kmail/kmail-4.14.8.ebuild
index 2f679f3..cec2bcd 100644
--- a/kde-base/kmail/kmail-4.14.8.ebuild
+++ b/kde-base/kmail/kmail-4.14.8.ebuild
@@ -12,7 +12,7 @@ inherit flag-o-matic kde4-meta
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal 
information manager of KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kmail/;
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-base/kmail/

2015-08-09 Thread Agostino Sarubbo
commit: 4fe7fb8aa9883428dcd2241ec97ea127713add31
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Sun Aug  9 18:24:14 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Sun Aug  9 18:24:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe7fb8a

Stable for amd64, wrt bug #556974

Package-Manager: portage-2.2.20
RepoMan-Options: --include-arches=amd64

 kde-base/kmail/kmail-4.4.2015.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kmail/kmail-4.4.2015.06.ebuild 
b/kde-base/kmail/kmail-4.4.2015.06.ebuild
index 35af159..cac9495 100644
--- a/kde-base/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-base/kmail/kmail-4.4.2015.06.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
 DESCRIPTION=Email component of Kontact, the integrated personal information 
manager of KDE (noakonadi branch)
-KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
 IUSE=debug
 
 DEPEND=



[gentoo-commits] repo/gentoo:master commit in: kde-base/kmail/

2015-08-09 Thread Mikle Kolyada
commit: 95d655fe65e18076fde21852ea64c95c99b9ea94
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug  9 20:22:56 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug  9 20:25:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d655fe

kde-base/kmail: x86 stable wrt bug #556974

Package-Manager: portage-2.2.20

 kde-base/kmail/kmail-4.4.2015.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/kmail/kmail-4.4.2015.06.ebuild 
b/kde-base/kmail/kmail-4.4.2015.06.ebuild
index cac9495..34296a7 100644
--- a/kde-base/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-base/kmail/kmail-4.4.2015.06.ebuild
@@ -10,7 +10,7 @@ VIRTUALX_REQUIRED=test
 inherit flag-o-matic kde4-meta
 
 DESCRIPTION=Email component of Kontact, the integrated personal information 
manager of KDE (noakonadi branch)
-KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux
 IUSE=debug
 
 DEPEND=