Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/plasma-telepathy-meta/
Date: Wed, 25 Feb 2015 22:10:52
Message-Id: 1424902202.57690e5d824cbccff1a31ad4e264f2752d692e8b.johu@gentoo
1 commit: 57690e5d824cbccff1a31ad4e264f2752d692e8b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 25 22:01:06 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 25 22:10:02 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57690e5d
7
8 [kde-apps/plasma-telepathy-meta] New package
9
10 Package-Manager: portage-2.2.17
11
12 ---
13 kde-apps/plasma-telepathy-meta/metadata.xml | 5 +++
14 .../plasma-telepathy-meta-9999.ebuild | 38 ++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/kde-apps/plasma-telepathy-meta/metadata.xml b/kde-apps/plasma-telepathy-meta/metadata.xml
18 new file mode 100644
19 index 0000000..8d1e86a
20 --- /dev/null
21 +++ b/kde-apps/plasma-telepathy-meta/metadata.xml
22 @@ -0,0 +1,5 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 +<herd>kde</herd>
27 +</pkgmetadata>
28
29 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild
30 new file mode 100644
31 index 0000000..2b8a970
32 --- /dev/null
33 +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild
34 @@ -0,0 +1,38 @@
35 +# Copyright 1999-2015 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Header: $
38 +
39 +EAPI=5
40 +
41 +inherit kde5-meta-pkg
42 +
43 +DESCRIPTION="Plasma Telepathy client"
44 +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
45 +
46 +LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
47 +KEYWORDS=""
48 +IUSE=""
49 +
50 +DEPEND=""
51 +RDEPEND="
52 + $(add_kdeapps_dep ktp-accounts-kcm)
53 + $(add_kdeapps_dep ktp-approver)
54 + $(add_kdeapps_dep ktp-auth-handler)
55 + $(add_kdeapps_dep ktp-call-ui)
56 + $(add_kdeapps_dep ktp-common-internals)
57 + $(add_kdeapps_dep ktp-contact-list)
58 + $(add_kdeapps_dep ktp-contact-runner)
59 + $(add_kdeapps_dep ktp-desktop-applets)
60 + $(add_kdeapps_dep ktp-filetransfer-handler)
61 + $(add_kdeapps_dep ktp-kded-module)
62 + $(add_kdeapps_dep ktp-send-file)
63 + $(add_kdeapps_dep ktp-text-ui)
64 + !net-im/kde-telepathy-meta
65 +"
66 +
67 +pkg_postinst() {
68 + echo
69 + elog "You can configure the accounts in Plasma System Settings"
70 + elog "and then add the Instant Messaging plasma applet to access the contact list."
71 + echo
72 +}