summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:39:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:20:32 +0100
commitbeb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch)
tree8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/ktp-contact-runner
parentkde-plasma: Drop KDE Plasma 5.13.5 (diff)
downloadgentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz
gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2
gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktp-contact-runner')
-rw-r--r--kde-apps/ktp-contact-runner/Manifest1
-rw-r--r--kde-apps/ktp-contact-runner/ktp-contact-runner-18.04.3.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/ktp-contact-runner/Manifest b/kde-apps/ktp-contact-runner/Manifest
index ed88b18ef4a3..74ffbdd52535 100644
--- a/kde-apps/ktp-contact-runner/Manifest
+++ b/kde-apps/ktp-contact-runner/Manifest
@@ -1,2 +1 @@
-DIST ktp-contact-runner-18.04.3.tar.xz 42700 BLAKE2B bedc758583266aea0a4ab31b532eb835c0b13cf7eea8b369dfbd7b24b9f76d9bad98e5ba936759d5f3f9e0f653b35e84335d10aa47a82613f1b02e89dd43105f SHA512 7b775570a4179b4a97c162e0e2b3b76f932394d527809ccdbf6bc2a0f1e4d700c2281a768145ed3a90ff7ce25430a267ad1bf4f9d7857a8b1de3d7a94bcea93e
DIST ktp-contact-runner-18.08.3.tar.xz 42720 BLAKE2B 51a9808af1d3ab170e592007dc00e68f32d1d7b3bf1f87d97c4000cd853c34b88c12d9ffa3fed89f589bff26d5d0c84e1e13400a84b0dd3b1f896c165e7cbf9c SHA512 bf2cf64fd53d6289e2763bec35265f0c89749f85d0c3e7f3dd495ca221147e7ec5910bf4f2602f31fe1167b26e1cd9de9ef53a9e32244d18e0bb3ac6880ff27c
diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-18.04.3.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-18.04.3.ebuild
deleted file mode 100644
index 849a4ab66492..000000000000
--- a/kde-apps/ktp-contact-runner/ktp-contact-runner-18.04.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep krunner)
- $(add_kdeapps_dep ktp-common-internals)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- net-libs/telepathy-qt[qt5(+)]
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kservice)
-"