Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kte-collaborative/
Date: Mon, 26 Aug 2013 19:06:39
Message-Id: 1377543676.65598ece298cb84a0b9544f80c9c1027949ce70d.kensington@gentoo
1 commit: 65598ece298cb84a0b9544f80c9c1027949ce70d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 19:01:16 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 19:01:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=65598ece
7
8 [kde-misc/kte-collaborative] Add live version.
9
10 Package-Manager: portage-2.2.1
11
12 ---
13 .../kte-collaborative-9999.ebuild | 31 ++++++++++++++++++++++
14 1 file changed, 31 insertions(+)
15
16 diff --git a/kde-misc/kte-collaborative/kte-collaborative-9999.ebuild b/kde-misc/kte-collaborative/kte-collaborative-9999.ebuild
17 new file mode 100644
18 index 0000000..b2189cd
19 --- /dev/null
20 +++ b/kde-misc/kte-collaborative/kte-collaborative-9999.ebuild
21 @@ -0,0 +1,31 @@
22 +# Copyright 1999-2013 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +DECLARATIVE_REQUIRED="always"
29 +VIRTUALX_REQUIRED="test"
30 +inherit kde4-base
31 +
32 +DESCRIPTION="Collaborative text editor via kde-telepathy"
33 +HOMEPAGE="https://projects.kde.org/projects/playground/network/kte-collaborative"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="4"
37 +KEYWORDS=""
38 +IUSE="debug"
39 +
40 +RDEPEND="
41 + dev-libs/glib:2
42 + net-im/ktp-common-internals
43 + net-libs/libinfinity[server]
44 + net-libs/libqinfinity
45 + >=net-libs/telepathy-qt-0.8.9
46 +"
47 +DEPEND="${RDEPEND}
48 + app-arch/xz-utils
49 +"
50 +
51 +# hangs
52 +RESTRICT="test"