summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:22:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:37:49 +0200
commitff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch)
tree569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/ktp-accounts-kcm
parentmedia-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff)
downloadgentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
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-18.04.2.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest
index 78d4a5d507f2..61f47217004f 100644
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ b/kde-apps/ktp-accounts-kcm/Manifest
@@ -1,3 +1,2 @@
DIST ktp-accounts-kcm-17.12.3.tar.xz 262800 BLAKE2B 63db8496c2a21114ade346ae060b1ecea49faf8df101cc6ecb465ef0c5b856d54f6240dd7900f0917fb9729182b32c376634e6fdf29cd94c5e2d66e4d768fce5 SHA512 5cb33357fa974e383a288f7af4785b9d18e35445130a01a3062e127be4f01039a4f65e894cfc5fe2f0002cd8bd837b066be03e5e19f4fed89a8a0bef5436f43c
-DIST ktp-accounts-kcm-18.04.2.tar.xz 263812 BLAKE2B 05eaee4f514d2df75f7a7a2403220ebed6764b458f218c511c8d9ac6fbe56cd7e3b7435e09d05d58fe0c90eac2f118af80af09435e8441e4e8776f0253dee9d0 SHA512 ec0ae75618af3e1296e70b8f71ed123e8d737ba78a1bd9363f107bfb66cbcb0331b07b00449b44918925f787a576304693949bdb2391c783f14312705301b49b
DIST ktp-accounts-kcm-18.04.3.tar.xz 264164 BLAKE2B 39f51d40b275b72e4ed3e38bb317fd9e3ede37c8fa1991c30b412938fb835dade8ff33c51256e3fd5cde4d325f780909f3d11d93420c21b3e20a4d1579c4dcb6 SHA512 410b9cc74abdb11287d633a7188970e7e12c21797da19e2a5595057c00e3311d916e3321475309cdad6492ae2bc6404439bc78b0e83d53702fa39dbdd7c39de7
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.2.ebuild
deleted file mode 100644
index c3ee1a2c42b1..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 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)
- dev-util/intltool
- 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
-}