commit: ea775f3b7e535e1e15eb6ba85acc9bab9d68efd3 Author: Krzysztof Nowicki <krissn <AT> op <DOT> pl> AuthorDate: Mon May 9 05:30:00 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue May 17 06:27:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea775f3b
kde-misc/akonadi-ews: New package Signed-off-by: Johannes Huber <johu <AT> gentoo.org> kde-misc/akonadi-ews/akonadi-ews-0.8.0.ebuild | 37 +++++++++++++++++++++++++++ kde-misc/akonadi-ews/akonadi-ews-9999.ebuild | 37 +++++++++++++++++++++++++++ kde-misc/akonadi-ews/metadata.xml | 11 ++++++++ 3 files changed, 85 insertions(+) diff --git a/kde-misc/akonadi-ews/akonadi-ews-0.8.0.ebuild b/kde-misc/akonadi-ews/akonadi-ews-0.8.0.ebuild new file mode 100644 index 0000000..0de24d7 --- /dev/null +++ b/kde-misc/akonadi-ews/akonadi-ews-0.8.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ) diff --git a/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild b/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild new file mode 100644 index 0000000..a782810 --- /dev/null +++ b/kde-misc/akonadi-ews/akonadi-ews-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="" +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 ) diff --git a/kde-misc/akonadi-ews/metadata.xml b/kde-misc/akonadi-ews/metadata.xml new file mode 100644 index 0000000..c3779b7 --- /dev/null +++ b/kde-misc/akonadi-ews/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <remote-id type="github">KrissN/akonadi-ews</remote-id> + </upstream> +</pkgmetadata>
