commit: bc67c5facfc62e2e79d7c506de4ad16831d7ee96 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Dec 16 19:14:52 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri Dec 16 19:14:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc67c5fa
kde-misc/akonadi-ews: Remove 0.8.1 Moved to gentoo main tree. Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild | 37 --------------------------- 1 file changed, 37 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 0de24d7..0000000 --- a/kde-misc/akonadi-ews/akonadi-ews-0.8.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 )
