Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/
Date: Sun, 05 Jun 2016 18:59:32
Message-Id: 1465153016.c54422eeb091251c6e82c73763f49d75a2d63cec.kensington@gentoo
1 commit: c54422eeb091251c6e82c73763f49d75a2d63cec
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat May 14 14:07:33 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 18:56:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c54422ee
7
8 kde-apps/pimcommon: Use KDE_DESIGNERPLUGIN
9
10 Package-Manager: portage-2.2.28
11
12 kde-apps/pimcommon/pimcommon-16.04.1.ebuild | 11 ++---------
13 kde-apps/pimcommon/pimcommon-16.04.49.9999.ebuild | 11 ++---------
14 kde-apps/pimcommon/pimcommon-9999.ebuild | 11 ++---------
15 3 files changed, 6 insertions(+), 27 deletions(-)
16
17 diff --git a/kde-apps/pimcommon/pimcommon-16.04.1.ebuild b/kde-apps/pimcommon/pimcommon-16.04.1.ebuild
18 index e9e9157..31798d4 100644
19 --- a/kde-apps/pimcommon/pimcommon-16.04.1.ebuild
20 +++ b/kde-apps/pimcommon/pimcommon-16.04.1.ebuild
21 @@ -4,6 +4,7 @@
22
23 EAPI=6
24
25 +KDE_DESIGNERPLUGIN="true"
26 KDE_TEST="forceoptional"
27 VIRTUALX_REQUIRED="test"
28 inherit kde5
29 @@ -11,7 +12,7 @@ inherit kde5
30 DESCRIPTION="Common PIM libraries"
31 LICENSE="LGPL-2+"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE="designer"
34 +IUSE=""
35
36 COMMON_DEPEND="
37 $(add_frameworks_dep karchive)
38 @@ -54,16 +55,8 @@ COMMON_DEPEND="
39 "
40 DEPEND="${COMMON_DEPEND}
41 dev-libs/libxslt
42 - designer? ( $(add_qt_dep designer) )
43 "
44 RDEPEND="${COMMON_DEPEND}
45 !<kde-apps/kdepim-15.08.50:5
46 !kde-apps/kdepim-common-libs:4
47 "
48 -
49 -src_configure() {
50 - local mycmakeargs=(
51 - $(cmake-utils_use_find_package designer Qt5Designer)
52 - )
53 - kde5_src_configure
54 -}
55
56 diff --git a/kde-apps/pimcommon/pimcommon-16.04.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-16.04.49.9999.ebuild
57 index 1ac1787..52b047d 100644
58 --- a/kde-apps/pimcommon/pimcommon-16.04.49.9999.ebuild
59 +++ b/kde-apps/pimcommon/pimcommon-16.04.49.9999.ebuild
60 @@ -4,6 +4,7 @@
61
62 EAPI=6
63
64 +KDE_DESIGNERPLUGIN="true"
65 KDE_TEST="forceoptional"
66 VIRTUALX_REQUIRED="test"
67 inherit kde5
68 @@ -11,7 +12,7 @@ inherit kde5
69 DESCRIPTION="Common PIM libraries"
70 LICENSE="LGPL-2+"
71 KEYWORDS=""
72 -IUSE="designer"
73 +IUSE=""
74
75 COMMON_DEPEND="
76 $(add_frameworks_dep karchive)
77 @@ -54,16 +55,8 @@ COMMON_DEPEND="
78 "
79 DEPEND="${COMMON_DEPEND}
80 dev-libs/libxslt
81 - designer? ( $(add_qt_dep designer) )
82 "
83 RDEPEND="${COMMON_DEPEND}
84 !<kde-apps/kdepim-15.08.50:5
85 !kde-apps/kdepim-common-libs:4
86 "
87 -
88 -src_configure() {
89 - local mycmakeargs=(
90 - $(cmake-utils_use_find_package designer Qt5Designer)
91 - )
92 - kde5_src_configure
93 -}
94
95 diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild
96 index 7b1df56..c14387d 100644
97 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild
98 +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild
99 @@ -4,6 +4,7 @@
100
101 EAPI=6
102
103 +KDE_DESIGNERPLUGIN="true"
104 KDE_TEST="forceoptional"
105 QT_MINIMAL="5.6.0"
106 VIRTUALX_REQUIRED="test"
107 @@ -12,7 +13,7 @@ inherit kde5
108 DESCRIPTION="Common PIM libraries"
109 LICENSE="LGPL-2+"
110 KEYWORDS=""
111 -IUSE="designer"
112 +IUSE=""
113
114 COMMON_DEPEND="
115 $(add_frameworks_dep karchive)
116 @@ -52,16 +53,8 @@ COMMON_DEPEND="
117 "
118 DEPEND="${COMMON_DEPEND}
119 dev-libs/libxslt
120 - designer? ( $(add_qt_dep designer) )
121 "
122 RDEPEND="${COMMON_DEPEND}
123 !kde-apps/kdepim:5
124 !kde-apps/kdepim-common-libs:4
125 "
126 -
127 -src_configure() {
128 - local mycmakeargs=(
129 - $(cmake-utils_use_find_package designer Qt5Designer)
130 - )
131 - kde5_src_configure
132 -}