commit: b208850a4be4e436776b3d2c34acabb0a5526eab Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Thu Jul 28 18:12:33 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 16:10:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b208850a
net-libs/libkgapi: version bump to 5.3.0 net-libs/libkgapi/libkgapi-5.3.0.ebuild | 34 +++++++++++++++++++++++++++++++++ profiles/package.mask/misc | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/net-libs/libkgapi/libkgapi-5.3.0.ebuild b/net-libs/libkgapi/libkgapi-5.3.0.ebuild new file mode 100644 index 0000000..e0f700f --- /dev/null +++ b/net-libs/libkgapi/libkgapi-5.3.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwindowsystem) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" diff --git a/profiles/package.mask/misc b/profiles/package.mask/misc index 97678f0..51ac651 100644 --- a/profiles/package.mask/misc +++ b/profiles/package.mask/misc @@ -1,4 +1,4 @@ =kde-apps/kjots-5.0.1 =kde-misc/akonadi-ews-0.8.0 =kde-misc/zanshin-0.4* -=net-libs/libkgapi-5.1.0 +=net-libs/libkgapi-5.3.0
