Gentoo Archives: gentoo-commits

From: David Heidelberger <d.okias@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/, www-client/rekonq/, sys-block/partitionmanager/
Date: Tue, 30 Apr 2013 15:14:37
Message-Id: 1367334845.85bf0ce2cde23bf3b43678a7b87b681e64c09de8.okias@gentoo
1 commit: 85bf0ce2cde23bf3b43678a7b87b681e64c09de8
2 Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
3 AuthorDate: Tue Apr 30 15:14:05 2013 +0000
4 Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 30 15:14:05 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85bf0ce2
7
8 [www-client/rekonq] add KDE_MINIMAL to 9999, small eapi fix
9
10 ---
11 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +-
12 .../partitionmanager/partitionmanager-9999.ebuild | 2 +-
13 www-client/rekonq/rekonq-9999.ebuild | 1 +
14 3 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
17 index 041672c..00d5f43 100644
18 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
19 +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 -EAPI=4
25 +EAPI=5
26
27 inherit cmake-utils git-2
28
29
30 diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild
31 index 3bd156c..c5f8095 100644
32 --- a/sys-block/partitionmanager/partitionmanager-9999.ebuild
33 +++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36 # $Header: $
37
38 -EAPI=4
39 +EAPI=5
40
41 KMNAME="extragear/sysadmin"
42 KDE_SCM="svn"
43
44 diff --git a/www-client/rekonq/rekonq-9999.ebuild b/www-client/rekonq/rekonq-9999.ebuild
45 index 43e4bf2..b907aa1 100644
46 --- a/www-client/rekonq/rekonq-9999.ebuild
47 +++ b/www-client/rekonq/rekonq-9999.ebuild
48 @@ -8,6 +8,7 @@ WEBKIT_REQUIRED="always"
49 KDE_LINGUAS="ca da de el es et fi fr hu ia it km mr nb nl pl pt pt_BR sk sl
50 sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
51 KDE_HANDBOOK="optional"
52 +KDE_MINIMAL="4.10"
53 inherit kde4-base
54
55 DESCRIPTION="A browser based on qtwebkit"