summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:27:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-12 16:27:02 +0200
commit785f4d219815a902112f8ab45a7c190173a4bf16 (patch)
tree49fa9222f9c526f5ae6e3bd35c643be9c330f477 /kde-apps/ktp-accounts-kcm
parentkde-apps: Add KDE Applications 17.08.2 (diff)
downloadgentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.gz
gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.tar.bz2
gentoo-785f4d219815a902112f8ab45a7c190173a4bf16.zip
kde-apps: Drop KDE Applications 17.08.1
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'kde-apps/ktp-accounts-kcm')
-rw-r--r--kde-apps/ktp-accounts-kcm/Manifest1
-rw-r--r--kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.08.1.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest
index 25f653ffc7bf..70a8c913d061 100644
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ b/kde-apps/ktp-accounts-kcm/Manifest
@@ -1,3 +1,2 @@
DIST ktp-accounts-kcm-17.04.3.tar.xz 262780 SHA256 9f32b183f7f9a21216f7b06a8dcfb9f7e2408ba8a3e31808a72a622426e8af18 SHA512 9046c9daf690ebd3cdd7652d8867238b6932d54afd66ad7f3564b243a06e8fb327398a1161158f9b79847898fd5055d37b2003f93e25cb45e801e662843bf70d WHIRLPOOL 2921d34609e8e674b118d437257da5d75eef1cdb54773c34d1489246d4d2c7fe5567b699c5ee5e13007bedb90754c4191c883618f8a10cb789a08c75bcde966f
-DIST ktp-accounts-kcm-17.08.1.tar.xz 262796 SHA256 29804708b2b80429df210bbe7c677054596db15b6a52ce346b56723f8cfaf0cd SHA512 ec021a691de9b8fab10feac1fec7ca83af1f0c5b799f8505633ac1f53d11ba404a86309c9ffc6c98e9b247b3a9f3e92c90b0e6399d7797b5035cf90b0a3cfc9e WHIRLPOOL e1efbaa8acfc461b70ee0fc6d3720487485f701f318b58bc14b35e1cfd229a245e04e20c948199c8356744dc657b2c6607a3ecc6c618f1473f0e7e82d4127859
DIST ktp-accounts-kcm-17.08.2.tar.xz 262828 SHA256 958ac646ea4087d8d21cb4fc2c83b317f181723869e4028ac2c70fd10c88725a SHA512 8590d1c061cd2559c845d82a4478d9c28ea620f53177a0f0cc6a3ee1c9f95d678381cf6837fa10727953d54e96e59427cd0792914ea920064cb6b51414734b4f WHIRLPOOL af44c45ad972de1a58e5bd7e72c7b7ac08ac5cef3b2d4348d42a8e7b40118231a2b228bda8bc6a7382f77362b63d0d3984b0754bf28043c64c2803d0c6302b27
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.08.1.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.08.1.ebuild
deleted file mode 100644
index c3e1afbf75fd..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.08.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="experimental"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- net-libs/accounts-qt
- net-libs/signond
- net-libs/telepathy-qt[qt5(+)]
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kio)
- net-libs/libaccounts-glib
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_kdeapps_dep kaccounts-providers)
- net-im/telepathy-connection-managers
-"
-
-src_prepare() {
- if use experimental; then
- mv "${S}"/data/kaccounts/disabled/*.in "${S}"/data/kaccounts/ || die "couldn't enable experimental services"
- fi
- kde5_src_prepare
-}
-
-pkg_postinst() {
- if use experimental; then
- ewarn "Experimental providers are enabled."
- ewarn "Most of them aren't integrated nicely and may require additional steps for account creation."
- ewarn "Use at your own risk!"
- fi
-}