Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/
Date: Fri, 02 Jun 2017 00:38:38
Message-Id: 1496363868.0175137b740768a7c82eb70335cdf986adb73114.asturm@gentoo
1 commit: 0175137b740768a7c82eb70335cdf986adb73114
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 1 22:40:21 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 00:37:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0175137b
7
8 kde-apps/kdepim-runtime: Drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 .../kdepim-runtime-4.14.11_pre20160211.ebuild | 41 ----------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild
16 deleted file mode 100644
17 index b99967c9f9b..00000000000
18 --- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.11_pre20160211.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KMNAME="kdepim-runtime"
27 -EGIT_BRANCH="KDE/4.14"
28 -inherit kde4-base
29 -
30 -DESCRIPTION="KDE PIM runtime plugin collection"
31 -COMMIT_ID="bb194cc299839cb00b808c9c5740169815ba9e39"
32 -SRC_URI="https://quickgit.kde.org/?p=kdepim-runtime.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
33 -S=${WORKDIR}/${PN}
34 -
35 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
36 -IUSE="debug google"
37 -
38 -RESTRICT="test"
39 -# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
40 -
41 -DEPEND="
42 - $(add_kdeapps_dep kdepimlibs 'akonadi(+)' ${PV})
43 - dev-libs/boost:=
44 - dev-libs/libxml2:2
45 - dev-libs/libxslt
46 - kde-apps/akonadi:4
47 - x11-misc/shared-mime-info
48 - google? ( $(add_kdeapps_dep libkgapi '' 2.0) )
49 -"
50 -RDEPEND="${DEPEND}
51 - kde-frameworks/oxygen-icons:5
52 - !kde-misc/akonadi-google
53 -"
54 -
55 -src_configure() {
56 - local mycmakeargs=(
57 - $(cmake-utils_use_find_package google LibKGAPI2)
58 - )
59 -
60 - kde4-base_src_configure
61 -}