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-auth-handler
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-auth-handler')
-rw-r--r--kde-apps/ktp-auth-handler/Manifest1
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 6ddc385c37f5..5162d6b92dd9 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
-DIST ktp-auth-handler-16.04.3.tar.xz 26272 SHA256 09238621cfc9b41623a67832e3daff0c1f961bc197dcc9292744ae849c5c98d2 SHA512 ffcc368825fb378b8c5e3ba19dac35320834746b7a9ef7ed316d7d5a8496234e4cf96a017c33509d3addcce9f35867a381ab6864654b82d5c1df01c0b5878d1b WHIRLPOOL 2f1c0bd2384d8cf611a5be6d86b92cf185d80342b98cfae3b7ffae8833aa4fa0d1e89e45c2412c3ccd5c4a87d526cceb07e69051403bedff82aab9a823ee16ce
DIST ktp-auth-handler-16.08.3.tar.xz 26264 SHA256 dce690b5478afd4266b356f2cc95885440a2ba39905fd48bf15b01135f47aac1 SHA512 e610a932cad3e7a8c816007eddd8ee4cff0a69919e55b87108f7de01a9b02f264e6a7ffbba60ff2f4f904f72a26e036228dc2603094e01c5f13f0c1961b31c76 WHIRLPOOL 2bd689d296374a03ec20fc2668632125c7f3513a55ecc40a5a4f3fbc37293061e2df69ca8bc2785875495787f4576435e5ed9bd00ddf5d4f92e2ee280c416394
DIST ktp-auth-handler-16.12.0.tar.xz 26252 SHA256 6b2a5729ca6045eea6ef817a711513240e549568722ce8cb755b1cbc71c24879 SHA512 e9c143ce370931bc3c607ea1a4e79821e024734719e7e724ece9707ff0602f603cff76140726af6b404b88f17ac334615739974be32b94d7020d09c9273a95dc WHIRLPOOL 391d04ac18432edce9a2ac26649bc6eea93ec7c5b4265d5ea1effcb366a26a512ad3445d9fc3cb8a1264d4ce595f84fc3d57e00dcd54982bfd71dba3a6f5a529
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
deleted file mode 100644
index b90d3aa7d799..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
+++ /dev/null
@@ -1,40 +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 authentication handler"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_kdeapps_dep kaccounts-integration)
- $(add_kdeapps_dep ktp-common-internals)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- app-crypt/qca:2[qt5]
- net-libs/accounts-qt
- net-libs/signond
- net-libs/telepathy-qt[qt5]
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kdewebkit)
-"
-RDEPEND="${COMMON_DEPEND}
- app-crypt/qca:2[ssl]
- !kde-apps/ktp-auth-handler:4
-"