summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-09 11:50:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-17 12:43:00 +0200
commit08d54a13dae623d073c3199e96c5393a3102f076 (patch)
tree163ae140bf2820a036b3dd78d0fe370cf6a3e52e /kde-apps/ktp-text-ui
parentkde-frameworks/kfilemetadata: Drop slot 4 (diff)
downloadgentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.gz
gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.bz2
gentoo-08d54a13dae623d073c3199e96c5393a3102f076.zip
kde-apps: Remove KDE Applications 16.08.3
Some exceptions with reverse-dependencies remain. Closes: https://github.com/gentoo/gentoo/pull/4433
Diffstat (limited to 'kde-apps/ktp-text-ui')
-rw-r--r--kde-apps/ktp-text-ui/Manifest1
-rw-r--r--kde-apps/ktp-text-ui/ktp-text-ui-16.08.3.ebuild57
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest
index 1559146c90dd..2e0afbf41e57 100644
--- a/kde-apps/ktp-text-ui/Manifest
+++ b/kde-apps/ktp-text-ui/Manifest
@@ -1,2 +1 @@
-DIST ktp-text-ui-16.08.3.tar.xz 294604 SHA256 688179301a1e7351ada886eca472e55454395ac96a0c655bd87c0b5e33fb975c SHA512 9ccbd50886b4b4f2efbb3939d6b345ef6a986b4eae1893bd5582615e8c72adfd48ee28733f96a37199aeecf975e28903b36e7b34ca1c54ad1f6bc62a834de2d6 WHIRLPOOL 47e814b674dad7bc23aa8498125064c6aac765ecb4e38c098ea9402eed988d218fa59f14f2e62cf1b0e1df482c9d97a69a7002d2fb1ec118910e021bb5894ac9
DIST ktp-text-ui-16.12.3.tar.xz 295608 SHA256 33c02e1cb5b9b49ab6fe6bdbeb0ae9baacfd67febc4b7fafbd5762b6cbc85d6b SHA512 a416e70876f1f437fda695f6d66f69264ecd255699e73127b403cdf4294dee09bc1708178b15e988331fdbc555cf9e5bf484b18cf206a3555362eda3148862d9 WHIRLPOOL 1e69279e91181123dddde1f4a2166f17ddc5583b1859e54b1adafb84364646dcff631e622d01dc9363ce1555fa96b69dcd110e41dabedbc68cdf49b9f598970e
diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.08.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.08.3.ebuild
deleted file mode 100644
index 31aa053bc730..000000000000
--- a/kde-apps/ktp-text-ui/ktp-text-ui-16.08.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE Telepathy text chat window"
-HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT"
-KEYWORDS="amd64 x86"
-IUSE="speech"
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdewebkit)
- $(add_frameworks_dep kemoticons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kpeople)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep sonnet)
- $(add_kdeapps_dep ktp-common-internals otr)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- net-libs/telepathy-qt[qt5]
- speech? ( $(add_qt_dep qtspeech) )
-"
-RDEPEND="${DEPEND}
- $(add_kdeapps_dep ktp-contact-list)
- !kde-apps/ktp-text-ui:4
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package speech Qt5TextToSpeech)
- )
-
- kde5_src_configure
-}