summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 18:49:03 +0200
commit3efa40888f26d455f4777e1e067b9dba54b25da3 (patch)
tree84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/ktp-accounts-kcm
parentapp-portage/portage-utils: fix USE=static, fix RDEPEND (diff)
downloadgentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2
gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
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.1.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 ce80f9889766..8397543a5004 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.1.tar.xz 260624 BLAKE2B bfd8b4cbfc9f2ba1795fd21bf7b95d7cb4c15b582d3abbc66bb8ddb46368bbf19c98ec6c4b2d3401a58924c63152f6ea627432799194ee9dcec219e8eec6eeb3 SHA512 b465a58afab5dfba4932f922fff0a047a3df5568fc4c0bc074b34b7518b0fec146cc4a42c93d9bdd9c34d279ada7c62cf52a2ea8f4890eae53dd3bc021e7c023
DIST ktp-accounts-kcm-19.04.2.tar.xz 260088 BLAKE2B 25f4970870facc535ad4780cb70e05d4e5830af2f75cb92f93be7c3d5de7f8fc02a0a6b1bd14ee056e2562a8b3f496b9def06371e42c5810fa375bdcb90ac302 SHA512 de42eb2a0dec704568b6aa98f9f023878c8a455673b2374942a72c38ae0c15b5c90b4936e1de2b4f33fa981b482238e176f9906f0a0e30bcfe6fcaecf3548c16
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.1.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.1.ebuild
deleted file mode 100644
index 9e36e7d45e41..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.1.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
-}