commit: 57690e5d824cbccff1a31ad4e264f2752d692e8b Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 22:01:06 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 22:10:02 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=57690e5d
[kde-apps/plasma-telepathy-meta] New package Package-Manager: portage-2.2.17 --- kde-apps/plasma-telepathy-meta/metadata.xml | 5 +++ .../plasma-telepathy-meta-9999.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/kde-apps/plasma-telepathy-meta/metadata.xml b/kde-apps/plasma-telepathy-meta/metadata.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild new file mode 100644 index 0000000..2b8a970 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5-meta-pkg + +DESCRIPTION="Plasma Telepathy client" +HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND=" + $(add_kdeapps_dep ktp-accounts-kcm) + $(add_kdeapps_dep ktp-approver) + $(add_kdeapps_dep ktp-auth-handler) + $(add_kdeapps_dep ktp-call-ui) + $(add_kdeapps_dep ktp-common-internals) + $(add_kdeapps_dep ktp-contact-list) + $(add_kdeapps_dep ktp-contact-runner) + $(add_kdeapps_dep ktp-desktop-applets) + $(add_kdeapps_dep ktp-filetransfer-handler) + $(add_kdeapps_dep ktp-kded-module) + $(add_kdeapps_dep ktp-send-file) + $(add_kdeapps_dep ktp-text-ui) + !net-im/kde-telepathy-meta +" + +pkg_postinst() { + echo + elog "You can configure the accounts in Plasma System Settings" + elog "and then add the Instant Messaging plasma applet to access the contact list." + echo +}
