Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libkgapi/
Date: Sun, 12 Feb 2017 10:50:38
Message-Id: 1486896618.6ea0530beb55b9b12ba6b2fd4d5015c73d625881.asturm@gentoo
1 commit: 6ea0530beb55b9b12ba6b2fd4d5015c73d625881
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 10:49:27 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 10:50:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea0530b
7
8 net-libs/libkgapi: Drop old
9
10 Package-Manager: portage-2.3.3
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 3b0c78c093..0000000000
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 ~x86"
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}"