Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/, profiles/package.mask/
Date: Sun, 31 Jul 2016 16:10:25
Message-Id: 1469981408.b208850a4be4e436776b3d2c34acabb0a5526eab.kensington@gentoo
1 commit: b208850a4be4e436776b3d2c34acabb0a5526eab
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 28 18:12:33 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 16:10:08 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b208850a
7
8 net-libs/libkgapi: version bump to 5.3.0
9
10 net-libs/libkgapi/libkgapi-5.3.0.ebuild | 34 +++++++++++++++++++++++++++++++++
11 profiles/package.mask/misc | 2 +-
12 2 files changed, 35 insertions(+), 1 deletion(-)
13
14 diff --git a/net-libs/libkgapi/libkgapi-5.3.0.ebuild b/net-libs/libkgapi/libkgapi-5.3.0.ebuild
15 new file mode 100644
16 index 0000000..e0f700f
17 --- /dev/null
18 +++ b/net-libs/libkgapi/libkgapi-5.3.0.ebuild
19 @@ -0,0 +1,34 @@
20 +# Copyright 1999-2016 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Id$
23 +
24 +EAPI=6
25 +
26 +KDE_TEST="true"
27 +VIRTUALX_REQUIRED="test"
28 +inherit kde5
29 +
30 +DESCRIPTION="Library for accessing Google calendar and contact resources"
31 +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
32 +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
33 +
34 +LICENSE="GPL-2+ LGPL-2.1+"
35 +KEYWORDS="~amd64"
36 +IUSE=""
37 +
38 +DEPEND="
39 + $(add_frameworks_dep kcoreaddons)
40 + $(add_frameworks_dep kdelibs4support)
41 + $(add_frameworks_dep kio)
42 + $(add_frameworks_dep kwindowsystem)
43 + $(add_kdeapps_dep kcalcore)
44 + $(add_kdeapps_dep kcontacts)
45 + $(add_qt_dep qtgui)
46 + $(add_qt_dep qtnetwork)
47 + $(add_qt_dep qtwebkit)
48 + $(add_qt_dep qtwidgets)
49 + $(add_qt_dep qtxml)
50 +"
51 +RDEPEND="${DEPEND}"
52 +
53 +RESTRICT="test"
54
55 diff --git a/profiles/package.mask/misc b/profiles/package.mask/misc
56 index 97678f0..51ac651 100644
57 --- a/profiles/package.mask/misc
58 +++ b/profiles/package.mask/misc
59 @@ -1,4 +1,4 @@
60 =kde-apps/kjots-5.0.1
61 =kde-misc/akonadi-ews-0.8.0
62 =kde-misc/zanshin-0.4*
63 -=net-libs/libkgapi-5.1.0
64 +=net-libs/libkgapi-5.3.0