summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 21:36:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:39 +0100
commit2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch)
tree7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/ktp-call-ui
parentkde-apps: 17.08.3 stable for amd64 (diff)
downloadgentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/ktp-call-ui')
-rw-r--r--kde-apps/ktp-call-ui/Manifest1
-rw-r--r--kde-apps/ktp-call-ui/ktp-call-ui-17.04.3.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/ktp-call-ui/Manifest b/kde-apps/ktp-call-ui/Manifest
index c45b5ee90dd3..c1ca99b00ecc 100644
--- a/kde-apps/ktp-call-ui/Manifest
+++ b/kde-apps/ktp-call-ui/Manifest
@@ -1,2 +1 @@
-DIST ktp-call-ui-17.04.3.tar.xz 96572 SHA256 a603fb8ebda5b24b372bc4c692c265d0313355c61d6b436fb4357c1f6748ff9b SHA512 98186e7f6e723debc3d9f1c7694a6ef317744534abc4e0d9cec5ce6baf902e2e99fbd5fd612c1914cea6db24358879637d4e26dac00ca4d8dfcc42aa85a53218 WHIRLPOOL cf11bb8151bcf522469de874cf2baf1a09e45962fdddfa84e405a1e812737955e0075cf3a5da7ca6794e468fb7f593958cd7bb8ad1e1e2fcc1c8160b17ccf7c2
DIST ktp-call-ui-17.08.3.tar.xz 96572 SHA256 b51fcf86b5f703b86545fa13af9fe1ecc0ae5abb576c26b957199ef412cc97cf SHA512 45cf95c42959b21ead7048e72c16074a2e5ee8a012fe0d287a32741d896d4af03abcca640d875ba8a223a5cfc7f0ec1cf845cc1c87ae5acfd88fb55020a2810e WHIRLPOOL bf5466237f860d712576a1d5bccbf20e765b9f04bf0c9678fbaf2d77e338e84a8f6019f9d3db14148037b9f378440b62c578841d7edb5419340261cb3f4e7e18
diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-17.04.3.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-17.04.3.ebuild
deleted file mode 100644
index 77843fbbff55..000000000000
--- a/kde-apps/ktp-call-ui/ktp-call-ui-17.04.3.ebuild
+++ /dev/null
@@ -1,38 +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 audio/video conferencing ui"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep ktp-common-internals)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/boost
- dev-libs/glib:2
- media-libs/phonon[qt5(+)]
- media-libs/qt-gstreamer[qt5(+)]
- net-libs/farstream:0.2
- net-libs/telepathy-farstream
- net-libs/telepathy-qt[farstream,qt5(+)]
-"
-RDEPEND="${DEPEND}"