summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-18 23:08:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-19 00:01:28 +0100
commitb7916db99a1ce20159912769ecf406a70dd92bde (patch)
treee85ff54762a796736d12fa792f1700886a74b683 /kde-apps
parentkde-apps/libkgapi: Fix Google token page URL (diff)
downloadgentoo-b7916db99a1ce20159912769ecf406a70dd92bde.tar.gz
gentoo-b7916db99a1ce20159912769ecf406a70dd92bde.tar.bz2
gentoo-b7916db99a1ce20159912769ecf406a70dd92bde.zip
kde-apps/libkgapi: Drop 17.12.1 (r0)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/libkgapi/libkgapi-17.12.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-apps/libkgapi/libkgapi-17.12.1.ebuild b/kde-apps/libkgapi/libkgapi-17.12.1.ebuild
deleted file mode 100644
index 9f3e37a77649..000000000000
--- a/kde-apps/libkgapi/libkgapi-17.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-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 ~x86"
-IUSE="nls"
-
-COMMON_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)
-"
-DEPEND="${COMMON_DEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-l10n
-"