Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepimlibs/
Date: Fri, 07 Oct 2016 15:13:15
Message-Id: 1475853182.6d858bb81c3b4a2b8ea85700dd1ca6c5a00dcdde.kensington@gentoo
1 commit: 6d858bb81c3b4a2b8ea85700dd1ca6c5a00dcdde
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 15:10:43 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 15:13:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d858bb8
7
8 kde-apps/kdepimlibs: remove old
9
10 Package-Manager: portage-2.3.1
11
12 kde-apps/kdepimlibs/kdepimlibs-4.14.10.ebuild | 60 --------------------
13 .../kdepimlibs-4.14.11_pre20160211.ebuild | 64 ----------------------
14 2 files changed, 124 deletions(-)
15
16 diff --git a/kde-apps/kdepimlibs/kdepimlibs-4.14.10.ebuild b/kde-apps/kdepimlibs/kdepimlibs-4.14.10.ebuild
17 deleted file mode 100644
18 index c3a233e..00000000
19 --- a/kde-apps/kdepimlibs/kdepimlibs-4.14.10.ebuild
20 +++ /dev/null
21 @@ -1,60 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -KDE_HANDBOOK="optional"
29 -CPPUNIT_REQUIRED="optional"
30 -EGIT_BRANCH="KDE/4.14"
31 -inherit kde4-base
32 -
33 -DESCRIPTION="Common library for KDE PIM apps"
34 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
35 -LICENSE="LGPL-2.1"
36 -IUSE="debug ldap prison"
37 -
38 -# some akonadi tests timeout, that probaly needs more work as its ~700 tests
39 -RESTRICT="test"
40 -
41 -DEPEND="
42 - !kde-misc/akonadi-social-utils
43 - >=app-crypt/gpgme-1.1.6
44 - >=app-office/akonadi-server-1.12.90[qt4(+)]
45 - >=dev-libs/boost-1.35.0-r5:=
46 - dev-libs/libgpg-error
47 - >=dev-libs/libical-0.48-r2:=
48 - dev-libs/cyrus-sasl
49 - >=dev-libs/qjson-0.8.1
50 - media-libs/phonon[qt4]
51 - x11-misc/shared-mime-info
52 - prison? ( media-libs/prison:4 )
53 - ldap? ( net-nds/openldap )
54 -"
55 -# boost is not linked to, but headers which include it are installed
56 -# bug #418071
57 -RDEPEND="${DEPEND}
58 - !=kde-apps/kdepim-runtime-4.10*
59 - !=kde-apps/kdepim-runtime-4.11*
60 - !<kde-apps/kdepim-runtime-4.4.11.1-r2:4
61 -"
62 -
63 -PATCHES=( "${FILESDIR}/${PN}-4.9.1-boostincludes.patch" )
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - $(cmake-utils_use_build handbook doc)
68 - $(cmake-utils_use_find_package ldap)
69 - $(cmake-utils_use_find_package prison)
70 - )
71 -
72 - kde4-base_src_configure
73 -}
74 -
75 -src_install() {
76 - kde4-base_src_install
77 - rm "${ED}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok
78 -
79 - # contains constants/defines only
80 - QA_DT_NEEDED="$(find "${ED}" -type f -name 'libakonadi-kabc.so.*' -printf '/%P\n')"
81 -}
82
83 diff --git a/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160211.ebuild b/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160211.ebuild
84 deleted file mode 100644
85 index 1073475..00000000
86 --- a/kde-apps/kdepimlibs/kdepimlibs-4.14.11_pre20160211.ebuild
87 +++ /dev/null
88 @@ -1,64 +0,0 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=6
94 -
95 -KDE_HANDBOOK="optional"
96 -CPPUNIT_REQUIRED="optional"
97 -EGIT_BRANCH="KDE/4.14"
98 -inherit kde4-base
99 -
100 -DESCRIPTION="Common library for KDE PIM apps"
101 -COMMIT_ID="a791b69599c3571ff2f4b1cc9033d8fb30f1bc33"
102 -SRC_URI="https://quickgit.kde.org/?p=kdepimlibs.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
103 -S=${WORKDIR}/${PN}
104 -
105 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
106 -LICENSE="LGPL-2.1"
107 -IUSE="debug ldap prison"
108 -
109 -# some akonadi tests timeout, that probaly needs more work as its ~700 tests
110 -RESTRICT="test"
111 -
112 -DEPEND="
113 - >=app-crypt/gpgme-1.1.6
114 - >=app-office/akonadi-server-1.12.90[qt4(+)]
115 - >=dev-libs/boost-1.35.0-r5:=
116 - dev-libs/libgpg-error
117 - >=dev-libs/libical-0.48-r2:=
118 - dev-libs/cyrus-sasl
119 - >=dev-libs/qjson-0.8.1
120 - media-libs/phonon[qt4]
121 - x11-misc/shared-mime-info
122 - prison? ( media-libs/prison:4 )
123 - ldap? ( net-nds/openldap )
124 -"
125 -# boost is not linked to, but headers which include it are installed
126 -# bug #418071
127 -RDEPEND="${DEPEND}
128 - !<kde-apps/kdepim-runtime-4.4.11.1-r2:4
129 - !kde-misc/akonadi-social-utils
130 -"
131 -
132 -PATCHES=( "${FILESDIR}/${PN}-4.14.11-boostincludes.patch" )
133 -
134 -src_configure() {
135 - local mycmakeargs=(
136 - -DBUILD_doc=$(usex handbook)
137 - $(cmake-utils_use_find_package ldap Ldap)
138 - $(cmake-utils_use_find_package prison Prison)
139 - )
140 -
141 - kde4-base_src_configure
142 -}
143 -
144 -src_install() {
145 - kde4-base_src_install
146 -
147 - # Collides with net-im/choqok
148 - rm "${ED}"usr/share/apps/cmake/modules/FindQtOAuth.cmake || die
149 -
150 - # contains constants/defines only
151 - QA_DT_NEEDED="$(find "${ED}" -type f -name 'libakonadi-kabc.so.*' -printf '/%P\n')"
152 -}