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-auth-handler | |
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-auth-handler')
-rw-r--r-- | kde-apps/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-16.12.3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index 463e5757c63b..b3ba8d43d2af 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ -DIST ktp-auth-handler-16.12.3.tar.xz 26232 SHA256 bd771bb4c986c103408b613409f149165c7d47e06985ab9792cffea4d6c43e23 SHA512 35927d48c0d8741bfe30a5adfcbc3d8a30ea999d796ef396d2b848003304f420fc9702268cf339b0c86e9015a94ffe9220d4f2a22c2c9ea68ad95ce4fb4a1721 WHIRLPOOL e337b1f74ef8f8d74dffa6be085c035be62e4d2a9521df2dc0bdcf52e371c0a5167163911f1165e80113259639183a0e1b9c31fd3d2d800b9b4e32c41a8843c1 DIST ktp-auth-handler-17.04.3.tar.xz 46244 SHA256 c7b011c04c1f9fd20507c3efbdfb2ba4c2dc48f05300816f083945e8e3457a54 SHA512 f36028f3b7c6a83d4abe74bceb93eb47ee64d17c73e760e2cbb651335506764986b142903e3be4b452f3174b306338637c019c5c58fc3dc0e3c2b0b85231d5df WHIRLPOOL 01360be10a41fc5c0e62112ceb1971f88321803d9bdb361517c50a390a5c2a3d1a4711f5b037cc48f766bc1b696428eaded466f572c76780c8e41914f6068994 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.12.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.12.3.ebuild deleted file mode 100644 index f8fa7f149fea..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.12.3.ebuild +++ /dev/null @@ -1,39 +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 authentication handler" -HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" - -LICENSE="LGPL-2.1" -KEYWORDS="amd64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_kdeapps_dep kaccounts-integration) - $(add_kdeapps_dep ktp-common-internals) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - app-crypt/qca:2[qt5] - net-libs/accounts-qt - net-libs/signond - net-libs/telepathy-qt[qt5] -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kdewebkit) -" -RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[ssl] - !kde-apps/ktp-auth-handler:4 -" |