diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 13:41:03 +0100 |
commit | e7b73bae15157f49fc1f212c6f102c4af053cac1 (patch) | |
tree | 4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/ktp-text-ui | |
parent | kde-apps: Add KDE Applications 18.08.3 (diff) | |
download | gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2 gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip |
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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-18.08.2.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest index 98c611ca4d4b..d9f43634837d 100644 --- a/kde-apps/ktp-text-ui/Manifest +++ b/kde-apps/ktp-text-ui/Manifest @@ -1,3 +1,2 @@ DIST ktp-text-ui-18.04.3.tar.xz 469688 BLAKE2B c1e43957d1ae541eb3371bbcef1da2d876e00f6db932861ca8154d448c134f05a9a4b2de1fc2efe791bddb7bdb0aab4dcf5409ba7f502fc07540bc4ec05d6d51 SHA512 b4b620d3a25307c027cca61fc3b814bb6f511feb10ae3baab176a9c0f86a4bb7101dc278b278dbaeb0d6556bd6fd7c42db3ac96c64178ee5c6db3ce47740c519 -DIST ktp-text-ui-18.08.2.tar.xz 470000 BLAKE2B 130ea1746088ebb007ea6efb964721383626fe996f37c24b902bdc117e37fedf0462f1f4cc7c68c2b81c6ef5635641cc936fc616540a868dece908cf4597fec3 SHA512 8afa9ebab851b29f8b6f443a49a1c3bd82aaf5b927319fbb498ba47bd865baaff2e859b9c8b23d2506c4eddd9f62d144fc1f0852e7dbb6084bd5eb5bb461db7c DIST ktp-text-ui-18.08.3.tar.xz 469856 BLAKE2B 27bdcdec15cdaeb692194f1e085dae0e8d2d3a6f913b5631ffb7195b2a62ca8b37dd02971515ad31024704eedf8f5b1a4e3225f211461021ff550651a27e62a7 SHA512 a3d46895d501156ebb6727e3b5bd6b4c0b6f202a77d5cdf557c6a15658d514ea692cc3f1cdeb59e18d45cdedc1387225816655e0c6e129b78ed8e7a6c1cd5444 diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-18.08.2.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-18.08.2.ebuild deleted file mode 100644 index 81ec19d08b27..000000000000 --- a/kde-apps/ktp-text-ui/ktp-text-ui-18.08.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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 qtwebengine 'widgets') - $(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) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package speech Qt5TextToSpeech) - ) - - kde5_src_configure -} |