summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:24:10 +0200
commit88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch)
treedc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/ktp-auth-handler
parentsys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff)
downloadgentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-19.08.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest
index 254662057bd4..54b5bf2e9326 100644
--- a/kde-apps/ktp-auth-handler/Manifest
+++ b/kde-apps/ktp-auth-handler/Manifest
@@ -1,3 +1,2 @@
DIST ktp-auth-handler-19.04.3.tar.xz 46016 BLAKE2B e114dbc3cd079043b928e157912244b1886eb84606a1d256129458e4ab18cdfef2208a33318ff1a7e2128bfbaee289100b90ee1a112e01267de8eda6647b615b SHA512 ea83ab820326d65ca39c33a918f893c16b91cd31fb8cc1db82412d530a3ecad8535747872b311fbcc1b7070e9d3fdc30a5b9a253e062563d416ec16dac00232a
-DIST ktp-auth-handler-19.08.0.tar.xz 46592 BLAKE2B d2460a132525c797efe9a5a4495ed19f5d4214f71e681b63780e8bfe614c0234a990b9c9f4c7b8b5e997802bc2e47155c2cd0ef8e224076ed6f61a2c869aae40 SHA512 0c0bd0cf179d3d198d0064586279ac2f0d8b0e3f1fc8945cd2e1fddd652b0b3f96d6d98805804a263881848801c75b34182d17def8dfb179e60b05eea92d9346
DIST ktp-auth-handler-19.08.1.tar.xz 46424 BLAKE2B 47b67377687f408dd075d0fc1693e671db3aec8bc953a732953599c1d590c552b3e275bfdb371ad86349948be826ca048999a0faf0fb81510650771514019527 SHA512 22c87fbefa06dced8eabb6098bb1541ddd516897bc76c23ca5a40ae998cc5d2b6607a538d5b8ad3e97ebe59e8d2ffd143d7973fbb6339a20bb5a4718a64b81d7
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild
deleted file mode 100644
index 1797006dd554..000000000000
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-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(+)]
-"
-RDEPEND="${DEPEND}
- app-crypt/qca:2[ssl]
-"