summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:58:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:11 +0100
commit152f404d910f6d9cefa2547da4efa72d45074cd2 (patch)
treee7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/libkgapi
parentprofiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff)
downloadgentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2
gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkgapi')
-rw-r--r--kde-apps/libkgapi/Manifest1
-rw-r--r--kde-apps/libkgapi/libkgapi-19.04.3.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest
index 14e240add49d..6d61e5c29af2 100644
--- a/kde-apps/libkgapi/Manifest
+++ b/kde-apps/libkgapi/Manifest
@@ -1,2 +1 @@
-DIST libkgapi-19.04.3.tar.xz 224284 BLAKE2B b0f10139d478c8d1bfd8345f777de4a672a586caf7dbc4d32bd30db3c042894e51e82c8539851884fd7dc420cc81f1495dc3fff8b8a8506482e1f32dc9380226 SHA512 2f5d3f1c1b9e0dca8fa331cbbbcda5658526d5dd5d45e452d6b197aa0f3583ff8c38d68a288d3cc5c7f641ce229ca56107f6216c74bb8bafeb196f7c7abf5bfd
DIST libkgapi-19.08.3.tar.xz 234484 BLAKE2B 1903e85c6e8098111864fc5ab2cb48d61a07c4d70a65849b3ce7a2385d0d73f66d7af119d7733fa55a8462285a62584ce11ffc73edc2496d8bff6400b8120524 SHA512 57e9da2b2357ee05d1ebaeabca758854c5221b081bda86f9ab5b3d6725af2efbaeb045591e222e8966066fde393a10e7195475732aeebfa738a1aeaf6ed3e2b0
diff --git a/kde-apps/libkgapi/libkgapi-19.04.3.ebuild b/kde-apps/libkgapi/libkgapi-19.04.3.ebuild
deleted file mode 100644
index e9921250d3b1..000000000000
--- a/kde-apps/libkgapi/libkgapi-19.04.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Library for accessing Google calendar and contact resources"
-HOMEPAGE="https://cgit.kde.org/libkgapi.git"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 arm64 x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(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 qtwebengine 'widgets')
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/cyrus-sasl:2
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
- !<kde-apps/kdepim-runtime-18.07.80:5
-"