Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-ews/
Date: Wed, 29 Nov 2017 17:41:01
Message-Id: 1511976307.efba02b9287407e8a58356a338767644da96f5f4.asturm@gentoo
1 commit: efba02b9287407e8a58356a338767644da96f5f4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 14:54:03 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 17:25:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efba02b9
7
8 kde-misc/akonadi-ews: Drop obsolete, merged into kde-apps/kdepim-runtime
9
10 kde-misc/akonadi-ews/akonadi-ews-9999.ebuild | 36 ----------------------------
11 kde-misc/akonadi-ews/metadata.xml | 11 ---------
12 2 files changed, 47 deletions(-)
13
14 diff --git a/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild b/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild
15 deleted file mode 100644
16 index 350e42de8b..0000000000
17 --- a/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild
18 +++ /dev/null
19 @@ -1,36 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -
25 -inherit kde5
26 -
27 -DESCRIPTION="Akonadi resource for Microsoft Exchange Web Services"
28 -HOMEPAGE="https://github.com/KrissN/akonadi-ews"
29 -
30 -if [[ ${KDE_BUILD_TYPE} = live ]] ; then
31 - EGIT_REPO_URI="https://github.com/KrissN/${PN}.git"
32 -else
33 - SRC_URI="https://github.com/KrissN/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -fi
35 -
36 -LICENSE="LGPL-2+"
37 -KEYWORDS=""
38 -IUSE=""
39 -
40 -RDEPEND="
41 - $(add_frameworks_dep kcodecs)
42 - $(add_frameworks_dep kdelibs4support)
43 - $(add_frameworks_dep kio)
44 - $(add_frameworks_dep kwallet)
45 - $(add_frameworks_dep kwidgetsaddons)
46 - $(add_kdeapps_dep akonadi)
47 - $(add_kdeapps_dep akonadi-mime)
48 - $(add_kdeapps_dep kcalcore)
49 - $(add_kdeapps_dep kcontacts)
50 - $(add_kdeapps_dep kmime)
51 -"
52 -DEPEND="${RDEPEND}
53 - dev-libs/libxslt"
54 -
55 -DOCS=( README.md )
56
57 diff --git a/kde-misc/akonadi-ews/metadata.xml b/kde-misc/akonadi-ews/metadata.xml
58 deleted file mode 100644
59 index c3779b746e..0000000000
60 --- a/kde-misc/akonadi-ews/metadata.xml
61 +++ /dev/null
62 @@ -1,11 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 - <maintainer type="project">
67 - <email>kde@g.o</email>
68 - <name>Gentoo KDE Project</name>
69 - </maintainer>
70 - <upstream>
71 - <remote-id type="github">KrissN/akonadi-ews</remote-id>
72 - </upstream>
73 -</pkgmetadata>