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/
Date: Sat, 08 Oct 2016 17:29:51
Message-Id: 1475947778.a6354c791e366159cf1499370ec4afa1a0247cb5.kensington@gentoo
1 commit: a6354c791e366159cf1499370ec4afa1a0247cb5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 17:28:20 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 17:29:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6354c79
7
8 net-libs/libkgapi: moved to main tree
9
10 Package-Manager: portage-2.3.1
11
12 net-libs/libkgapi/libkgapi-5.3.1.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/net-libs/libkgapi/libkgapi-5.3.1.ebuild b/net-libs/libkgapi/libkgapi-5.3.1.ebuild
16 deleted file mode 100644
17 index 8ad6cce..0000000
18 --- a/net-libs/libkgapi/libkgapi-5.3.1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="true"
28 -VIRTUALX_REQUIRED="test"
29 -inherit kde5
30 -
31 -DESCRIPTION="Library for accessing Google calendar and contact resources"
32 -HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
33 -[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
34 -
35 -LICENSE="GPL-2+ LGPL-2.1+"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -DEPEND="
40 - $(add_frameworks_dep kcoreaddons)
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}"