diff options
| author | Krzysztof Nowicki <krissn@op.pl> | 2016-05-09 07:30:00 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2016-05-17 08:27:15 +0200 |
| commit | ea775f3b7e535e1e15eb6ba85acc9bab9d68efd3 (patch) | |
| tree | 4caa53093cb6985eb1998d317b7d9a8a34806018 | |
| parent | ca6d1ccd3cf71a2ba0b1dad245f4b362a7388fb8 (diff) | |
| download | kde-ea775f3b7e535e1e15eb6ba85acc9bab9d68efd3.tar.gz kde-ea775f3b7e535e1e15eb6ba85acc9bab9d68efd3.tar.bz2 kde-ea775f3b7e535e1e15eb6ba85acc9bab9d68efd3.zip | |
kde-misc/akonadi-ews: New package
Signed-off-by: Johannes Huber <johu@gentoo.org>
| -rw-r--r-- | kde-misc/akonadi-ews/Manifest | 1 | ||||
| -rw-r--r-- | kde-misc/akonadi-ews/akonadi-ews-0.8.0.ebuild | 37 | ||||
| -rw-r--r-- | kde-misc/akonadi-ews/akonadi-ews-9999.ebuild | 37 | ||||
| -rw-r--r-- | kde-misc/akonadi-ews/metadata.xml | 11 |
4 files changed, 86 insertions, 0 deletions
diff --git a/kde-misc/akonadi-ews/Manifest b/kde-misc/akonadi-ews/Manifest new file mode 100644 index 00000000000..26c5e7c092e --- /dev/null +++ b/kde-misc/akonadi-ews/Manifest @@ -0,0 +1 @@ +DIST akonadi-ews-0.8.0.tar.gz 131647 SHA256 29424e8f02e739f0fa0fa657ef4a0d597b91bc0907c575db44d77d399590b76c SHA512 7965d749c2571a205aa21785c316d5f9b298873064019dd23160016f18c61a1b954b2ab7b6896778032641c82f6b0f5cfcbb1e6ab8a88c109e422144cd0babaa WHIRLPOOL 0e6c9e322ac805d7dc24ef3a474ee2ba946c88b5ac670ab13527a037673364d6cd22746aedf5dbde3e7bec7ae5c3251ca4039a7af9ef73a6fa6bf077d1651f54 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 00000000000..0de24d72dea --- /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 00000000000..a782810f176 --- /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 00000000000..c3779b746ec --- /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>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <remote-id type="github">KrissN/akonadi-ews</remote-id> + </upstream> +</pkgmetadata> |
