blob: 0b4b09e7fd2ac1a2fe94fd5cff2c6ee78b1e51e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.6.3.ebuild,v 1.1 2013/09/14 15:11:50 johu Exp $
EAPI=5
DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
kde packages"
HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
else
KEYWORDS=""
fi
LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
SLOT="4"
IUSE=""
DEPEND=""
RDEPEND="
>=net-im/ktp-accounts-kcm-${PV}
>=net-im/ktp-approver-${PV}
>=net-im/ktp-auth-handler-${PV}
>=net-im/ktp-call-ui-${PV}
>=net-im/ktp-common-internals-${PV}
>=net-im/ktp-contact-list-${PV}
>=net-im/ktp-contact-runner-${PV}
>=net-im/ktp-desktop-applets-${PV}
>=net-im/ktp-filetransfer-handler-${PV}
>=net-im/ktp-kded-module-${PV}
>=net-im/ktp-send-file-${PV}
>=net-im/ktp-text-ui-${PV}
net-im/telepathy-connection-managers
"
pkg_postinst() {
echo
elog "You can configure the accounts in the KDE System Settings"
elog "and then add the Instant Messaging plasma applet to access the contact list."
echo
}
|