summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-19 08:56:28 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-19 09:20:26 +0100
commit99a0c39964666bd2e3903be351220d806fc487ae (patch)
treebd5d171a5bab6a99c3c1f95e0ab3b6ef0bc8ead9 /kde-apps/ktp-accounts-kcm
parentprofiles: Mask kde-apps/kdgantt2 for removal (diff)
downloadgentoo-99a0c39964666bd2e3903be351220d806fc487ae.tar.gz
gentoo-99a0c39964666bd2e3903be351220d806fc487ae.tar.bz2
gentoo-99a0c39964666bd2e3903be351220d806fc487ae.zip
kde-apps: Remove KDE Applications 16.04.3
Package-Manager: Portage-2.3.3, 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-16.04.3.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest
index a1590fb5ee39..dfd6bd68f270 100644
--- a/kde-apps/ktp-accounts-kcm/Manifest
+++ b/kde-apps/ktp-accounts-kcm/Manifest
@@ -1,3 +1,2 @@
-DIST ktp-accounts-kcm-16.04.3.tar.xz 89036 SHA256 30bab675f1535b452278688c878a5c8a13da1729e222f9f16c8950501d6f0c2f SHA512 9921857897a90afc862c08b6592f8db29f9f8569245d393b9d5a2a6b2e46ed928c49efe0651c33f125a4d6c6263c989620c6b8acb6195c17d521ea3ab88f7cb2 WHIRLPOOL e2bdc84453fa6d723323db21b8817cef6076c833e175c8e82af4bf942932ec1fbd3dc336e3aa8893dd76ce1dced53bd6696632339160bfa7d4eb835d255bfc91
DIST ktp-accounts-kcm-16.08.3.tar.xz 89540 SHA256 f5f717d0506f02ef3f0ee20dd9d918f9ebd4b7636dbfd2e73b93f83a8716743c SHA512 0e8b779ef3a4c18debbff523bf0f16c0a822dc70e9484a3eff610daa1195801025bfe279d4c4fde2fac883c2a0dda435533338a40abee0a340f72483af78ea5f WHIRLPOOL 4c8cfe2641ea9d7ab85f6f69800c1d14e65a71a41e3871a6bdbff09cb81541635b9e6a8990428ae0c4beca1767914fbf40882c0121929451e3eb86c9b4820c30
DIST ktp-accounts-kcm-16.12.0.tar.xz 90016 SHA256 152e04cc213545ee42d67d19bc92897926a0c6e9659dae270c53fe24955493d3 SHA512 fe412020a84d975cb9770daf678797d834c4f7620a2e9b597e935913972e45820797a5af91c811bc33e7db558afeb898dacb30f1920c309e541a4399bad88d7e WHIRLPOOL a4a9d72fa26421da35ae168855a830090350f94b6fca6e4a626710a4b4b5a3522aa57e3a76b844511fd13c34a0dff36fa74dac6a83b51166cd078b67124f48f2
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.3.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.3.ebuild
deleted file mode 100644
index 9751dd168d9e..000000000000
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-16.04.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}