From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild (limited to 'kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild') diff --git a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild b/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild new file mode 100644 index 000000000000..752aaaa3ea53 --- /dev/null +++ b/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild @@ -0,0 +1,36 @@ +# 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 ) -- cgit v1.2.3