summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 21:41:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 21:45:36 +0200
commit077e349ef84ec521cfd0cf1a6cfb766fcddd9f20 (patch)
treef2b7c3c9a2e9b09e7dbb75565977931c4d451045 /kde-apps/ktp-accounts-kcm
parentkde-plasma/kinfocenter: Re-add CMAKE_MAKEFILE_GENERATOR="emake" (diff)
downloadgentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.gz
gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.tar.bz2
gentoo-077e349ef84ec521cfd0cf1a6cfb766fcddd9f20.zip
kde-apps: Drop KDE Applications 19.04.0
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-19.04.0.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest
index 515f942b0236..8caf27887578 100644
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ b/kde-apps/ktp-accounts-kcm/Manifest
@@ -1,3 +1,2 @@
DIST ktp-accounts-kcm-18.12.3.tar.xz 261760 BLAKE2B b6cf1ddff755970f3fa7d0de1509dcf01c2e461814a931a3541284efcac1ede32a748dc0f564e21c3ae849e52bbb32e030024666a50eb56aad6f46e289e1f7ec SHA512 80170d943186ec446d571f621a8f5e3edadf4385bb7e8cdc2fd46ca201612627da9aa0797da9c9c8162f2eec7d9f6ce9986a96ffa700d07a43ccd4b58796ede8
-DIST ktp-accounts-kcm-19.04.0.tar.xz 261536 BLAKE2B 67b361200c8c67f9bcac80cc3ac384f608d2f9dfdc3539d5aedcb741c6b8f728bc3d6b760c8c07302bfa636f7cd51dab4651c74f4936d82d6e53fcc0649c6fcb SHA512 406b1c777456aad3094fed158f27d1b7c3b85f2877826fb8ebae2f3752c205a3a9b95b6b56e4fa14e8921df30164307a41c07057df09934dbd1f1a0ca96363ee
DIST ktp-accounts-kcm-19.04.1.tar.xz 260624 BLAKE2B bfd8b4cbfc9f2ba1795fd21bf7b95d7cb4c15b582d3abbc66bb8ddb46368bbf19c98ec6c4b2d3401a58924c63152f6ea627432799194ee9dcec219e8eec6eeb3 SHA512 b465a58afab5dfba4932f922fff0a047a3df5568fc4c0bc074b34b7518b0fec146cc4a42c93d9bdd9c34d279ada7c62cf52a2ea8f4890eae53dd3bc021e7c023
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.0.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.0.ebuild
deleted file mode 100644
index 9e36e7d45e41..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="experimental"
-
-BDEPEND="
- dev-util/intltool
-"
-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
- kde5_pkg_postinst
-}