diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 19:54:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 18:39:11 +0200 |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/ktp-accounts-kcm | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/ktp-accounts-kcm')
-rw-r--r-- | kde-apps/ktp-accounts-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.12.3.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest index 3053ee507f1f..9c6e0f8027b8 100644 --- a/kde-apps/ktp-accounts-kcm/Manifest +++ b/kde-apps/ktp-accounts-kcm/Manifest @@ -1,2 +1 @@ -DIST ktp-accounts-kcm-16.12.3.tar.xz 90032 SHA256 0373f4475fa4cedf26595301c571682f1eb56ef0354fb42937e657976248215f SHA512 1dece219675f0a653d34c7b23e44f03bfbafa4cdf3fc8ac383078ea37fef92684bcfd6af91b2d142305ef09f0dc8d233d6332e9dfab69e008ee70d5ffbe3a3f5 WHIRLPOOL c7a6a132bdb6fbb34a6c27f1b79755075456207a224670dc4b8869fc53a25a9038db15a7015699c98817e50d95eb75309e25bf442d6d7f47e9962a579ec29ce2 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-16.12.3.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.12.3.ebuild deleted file mode 100644 index 787f91d2b4aa..000000000000 --- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.12.3.ebuild +++ /dev/null @@ -1,59 +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 - !kde-apps/ktp-accounts-kcm:4 -" - -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 -} |