summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 23:06:54 +0200
commitfced640b8ff96298fd48a638f434b74d05dc5e69 (patch)
tree82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild
parentdev-ml/camlbz2: disable // make, it sometimes fails (diff)
downloadgentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2
gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild')
-rw-r--r--kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild
deleted file mode 100644
index 86473b4d97a7..000000000000
--- a/kde-apps/kaccounts-providers/kaccounts-providers-17.04.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE accounts providers"
-HOMEPAGE="https://community.kde.org/KTp"
-LICENSE="LGPL-2.1"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtxml)
-"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
-"
-RDEPEND="${COMMON_DEPEND}
- net-im/telepathy-connection-managers[xmpp]
- net-libs/signon-ui
- net-libs/signon-oauth2
-"