diff options
Diffstat (limited to 'kde-apps/ktp-contact-runner')
-rw-r--r-- | kde-apps/ktp-contact-runner/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-contact-runner/ktp-contact-runner-16.12.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/ktp-contact-runner/Manifest b/kde-apps/ktp-contact-runner/Manifest index f24f179162e6..9408637ab4e8 100644 --- a/kde-apps/ktp-contact-runner/Manifest +++ b/kde-apps/ktp-contact-runner/Manifest @@ -1,2 +1 @@ -DIST ktp-contact-runner-16.12.3.tar.xz 16748 SHA256 38aec5b8899d002ba5b9089d4fd94257e17630cb9ab4b634cfb889edaa4e9dd1 SHA512 89c5a00f4fa5e53806b4c834b59f26a47bcf292e2d05d5bf5b6eab37e7ff2b70c263a3305f23053c1b27104a3a78dafd0d1447e22652c5da6fd2dfc24aab43cc WHIRLPOOL f30519fdc972339d664566cf30fcc2c6ad3803d13fc87df3bd119c495a9c06f45f03d2877d94283669355e1d8aa84a53b497ebc639fcd313da6617d140fbb152 DIST ktp-contact-runner-17.04.3.tar.xz 39964 SHA256 6229faeb928c467888400f515559b2cf34e6163d0a6165f05532ef7363e80163 SHA512 d72e16b03bdd83f29fc6cc0586518a6fcada18efe333f38995ee3e4414fd564b14fb002ebd3a2f12f190cc571f34688e269fc4d892001641846275251d63a4d6 WHIRLPOOL 806176bcf914fd970fd30737f3e3c098ef27ad47e1da7062f8f50ca002f83d7885452c4626a6e8a24087881fecaea27289e600441d0c76e43b2333b4ab4ee4ea diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-16.12.3.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-16.12.3.ebuild deleted file mode 100644 index 0271cf67d937..000000000000 --- a/kde-apps/ktp-contact-runner/ktp-contact-runner-16.12.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 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="" - -COMMON_DEPEND=" - $(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="${COMMON_DEPEND} - $(add_frameworks_dep kservice) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/ktp-contact-runner:4 -" |