summaryrefslogtreecommitdiff
path: root/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild')
-rw-r--r--kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild b/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild
deleted file mode 100644
index 752aaaa3ea53..000000000000
--- a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Akonadi resource for Microsoft Exchange Web Services"
-HOMEPAGE="https://github.com/KrissN/akonadi-ews"
-
-if [[ ${KDE_BUILD_TYPE} = live ]] ; then
- EGIT_REPO_URI="https://github.com/KrissN/${PN}.git"
-else
- SRC_URI="https://github.com/KrissN/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-mime)
- $(add_kdeapps_dep kcalcore)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kmime)
-"
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-DOCS=( README.md )