diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 19:54:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 18:39:11 +0200 |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/ktp-text-ui | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/ktp-text-ui')
-rw-r--r-- | kde-apps/ktp-text-ui/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-text-ui/ktp-text-ui-16.12.3.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest index 262d4cc28d52..f68453a7698f 100644 --- a/kde-apps/ktp-text-ui/Manifest +++ b/kde-apps/ktp-text-ui/Manifest @@ -1,2 +1 @@ -DIST ktp-text-ui-16.12.3.tar.xz 295608 SHA256 33c02e1cb5b9b49ab6fe6bdbeb0ae9baacfd67febc4b7fafbd5762b6cbc85d6b SHA512 a416e70876f1f437fda695f6d66f69264ecd255699e73127b403cdf4294dee09bc1708178b15e988331fdbc555cf9e5bf484b18cf206a3555362eda3148862d9 WHIRLPOOL 1e69279e91181123dddde1f4a2166f17ddc5583b1859e54b1adafb84364646dcff631e622d01dc9363ce1555fa96b69dcd110e41dabedbc68cdf49b9f598970e DIST ktp-text-ui-17.04.3.tar.xz 466952 SHA256 c11b69061a2a8ac5d18eb3cd08bd88749e0b0474ada56b61c40d479e3661eabd SHA512 df303292ef51c5749d567a468676721d3dcc147c50f321a1d83a6f1a84df91c617ff07aaf918e81177f7e1fac9cda6ff199dbde46e8d2d92ea3f72e2839e7a9a WHIRLPOOL 06a8b6d7060209595a0d50e96d19f8ebd2ff2aa33ff20e7d8276a6d174612c9fb30a9882284514ca7657b7d2e7079ec2891a816af10135aa1d0d58ee6b926dfb diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-16.12.3.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-16.12.3.ebuild deleted file mode 100644 index 70d49a575177..000000000000 --- a/kde-apps/ktp-text-ui/ktp-text-ui-16.12.3.ebuild +++ /dev/null @@ -1,57 +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 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 -} |