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/ktp-accounts-kcm
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/ktp-accounts-kcm')
-rw-r--r--kde-apps/ktp-accounts-kcm/Manifest1
-rw-r--r--kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.04.2.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 015d9e94c5f9..3053ee507f1f 100644
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ b/kde-apps/ktp-accounts-kcm/Manifest
@@ -1,3 +1,2 @@
DIST ktp-accounts-kcm-16.12.3.tar.xz 90032 SHA256 0373f4475fa4cedf26595301c571682f1eb56ef0354fb42937e657976248215f SHA512 1dece219675f0a653d34c7b23e44f03bfbafa4cdf3fc8ac383078ea37fef92684bcfd6af91b2d142305ef09f0dc8d233d6332e9dfab69e008ee70d5ffbe3a3f5 WHIRLPOOL c7a6a132bdb6fbb34a6c27f1b79755075456207a224670dc4b8869fc53a25a9038db15a7015699c98817e50d95eb75309e25bf442d6d7f47e9962a579ec29ce2
-DIST ktp-accounts-kcm-17.04.2.tar.xz 262636 SHA256 6f5fcdcfa6750403c970dfcecab1255ae46f799d1d327be75beba0c3e184764d SHA512 71537296ba78a6c8e71436c70d487a91f3cfc052c196726d4cfb470f5888dd9354287956759980023bc1f949b48af459c6d4490dc432f8484ace0e2f6f59e6ee WHIRLPOOL 8b40080b18068c6bc8aa0cdf3f5ba5dd2828cf9090f7efe806a65cdcd9b4327051b52b7c420d5166bc6e88248c0a5cbd3cab1a595f454fe6650551e30d292173
DIST ktp-accounts-kcm-17.04.3.tar.xz 262780 SHA256 9f32b183f7f9a21216f7b06a8dcfb9f7e2408ba8a3e31808a72a622426e8af18 SHA512 9046c9daf690ebd3cdd7652d8867238b6932d54afd66ad7f3564b243a06e8fb327398a1161158f9b79847898fd5055d37b2003f93e25cb45e801e662843bf70d WHIRLPOOL 2921d34609e8e674b118d437257da5d75eef1cdb54773c34d1489246d4d2c7fe5567b699c5ee5e13007bedb90754c4191c883618f8a10cb789a08c75bcde966f
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.04.2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.04.2.ebuild
deleted file mode 100644
index 9f2ed20e4322..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.04.2.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
-}