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: Sun, 31 Jul 2016 16:10:27
Message-Id: 1469981408.cae251b27f33646f89ab95ea0909cf3bd3e4ff7b.kensington@gentoo
1 commit: cae251b27f33646f89ab95ea0909cf3bd3e4ff7b
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 30 06:20:46 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=cae251b2
7
8 net-libs/libkgapi: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 34 ---------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
16 deleted file mode 100644
17 index e0f700f..0000000
18 --- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild
19 +++ /dev/null
20 @@ -1,34 +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 -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 kdelibs4support)
42 - $(add_frameworks_dep kio)
43 - $(add_frameworks_dep kwindowsystem)
44 - $(add_kdeapps_dep kcalcore)
45 - $(add_kdeapps_dep kcontacts)
46 - $(add_qt_dep qtgui)
47 - $(add_qt_dep qtnetwork)
48 - $(add_qt_dep qtwebkit)
49 - $(add_qt_dep qtwidgets)
50 - $(add_qt_dep qtxml)
51 -"
52 -RDEPEND="${DEPEND}"
53 -
54 -RESTRICT="test"