summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 19:07:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 10:23:13 +0200
commit1d14fd371855448538b19e695df4c5571eb90205 (patch)
tree0c9ddb65e85b7461eb36aff7585b21044c9180a0 /kde-apps
parentkde-apps/ktp-contact-list: drop 20.08.3* (diff)
downloadgentoo-1d14fd371855448538b19e695df4c5571eb90205.tar.gz
gentoo-1d14fd371855448538b19e695df4c5571eb90205.tar.bz2
gentoo-1d14fd371855448538b19e695df4c5571eb90205.zip
kde-apps/ktp-contact-runner: drop 20.08.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/ktp-contact-runner/Manifest1
-rw-r--r--kde-apps/ktp-contact-runner/ktp-contact-runner-20.08.3.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/ktp-contact-runner/Manifest b/kde-apps/ktp-contact-runner/Manifest
index d77a1244d514..3f9dab0da68b 100644
--- a/kde-apps/ktp-contact-runner/Manifest
+++ b/kde-apps/ktp-contact-runner/Manifest
@@ -1,2 +1 @@
-DIST ktp-contact-runner-20.08.3.tar.xz 42940 BLAKE2B fa7397f8718736ac51fc3588c6b60701b422207365320fed9d9467054328ff206d81ec67af08ff2433fbfd256bbecbfc0b893b78df8ef511c8d5311ebb177b39 SHA512 8e7b9acb088795863589e1e1549fe012a4a1d721d9a1eb0a488ad1badb250a4c0e7bf0fc0f6b7c9d5e51ce313f0a6aa2d5ff1ba9f4d851ee3e8cb20f620ef032
DIST ktp-contact-runner-20.12.3.tar.xz 43084 BLAKE2B daae9c0c2fd9898df4797ab0bd09daf903915a46a8f3d2544330f58f889a3a7d2f8582a5a500aa9baa8585c13d6e5d6ba5f024050c4a68918239ef9fb5543923 SHA512 e714c2d7f9274d1f5689f140a0609ddb5bd1e9a0d3760b3f04e656c74b97a9b32090044940a49689801a2fa749ccb33b79ba58ef413be6a7a22343432305c6c0
diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-20.08.3.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-20.08.3.ebuild
deleted file mode 100644
index ba3e605f13e6..000000000000
--- a/kde-apps/ktp-contact-runner/ktp-contact-runner-20.08.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.74.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/ktp-common-internals-${PVCUT}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=net-libs/telepathy-qt-0.9.8
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/kservice-${KFMIN}:5
-"