diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-29 21:00:38 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-29 21:43:28 +1000 |
commit | 59f0d5661785801d12ead1c12b7c2bfd3c574a64 (patch) | |
tree | 5942bbd40179738429562a73f2de90a452971fb3 /kde-apps/plasma-telepathy-meta | |
parent | profiles: Mask prison USE flag for KDE PIM packages (diff) | |
download | gentoo-59f0d5661785801d12ead1c12b7c2bfd3c574a64.tar.gz gentoo-59f0d5661785801d12ead1c12b7c2bfd3c574a64.tar.bz2 gentoo-59f0d5661785801d12ead1c12b7c2bfd3c574a64.zip |
kde-apps: remove KDE Telepathy 0.9.0
Diffstat (limited to 'kde-apps/plasma-telepathy-meta')
-rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild deleted file mode 100644 index 13fa87b37012..000000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-0.9.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -DESCRIPTION="Plasma Telepathy client" -HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" -KEYWORDS="~amd64 ~x86" - -LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )" -SLOT="4" -IUSE="" - -DEPEND="" -RDEPEND=" - >=kde-apps/ktp-accounts-kcm-${PV}:4 - >=kde-apps/ktp-approver-${PV}:4 - >=kde-apps/ktp-auth-handler-${PV}:4 - >=kde-apps/ktp-call-ui-${PV}:4 - >=kde-apps/ktp-common-internals-${PV}:4 - >=kde-apps/ktp-contact-list-${PV}:4 - >=kde-apps/ktp-contact-runner-${PV}:4 - >=kde-apps/ktp-desktop-applets-${PV}:4 - >=kde-apps/ktp-filetransfer-handler-${PV}:4 - >=kde-apps/ktp-kded-module-${PV}:4 - >=kde-apps/ktp-send-file-${PV}:4 - >=kde-apps/ktp-text-ui-${PV}:4 - net-im/telepathy-connection-managers -" - -pkg_postinst() { - echo - elog "You can configure the accounts in the KDE Plasma System Settings" - elog "and then add the Instant Messaging plasma applet to access the contact list." - echo -} |