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-misc/kte-collaborative/
Date: Tue, 29 Oct 2013 22:03:07
Message-Id: 1383087769.5157ccb419d94f41da0824de9e1e11fc66049432.johu@gentoo
1 commit: 5157ccb419d94f41da0824de9e1e11fc66049432
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 23:02:49 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 23:02:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5157ccb4
7
8 [kde-misc/kte-collaborative] Moved to tree.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 .../kte-collaborative-0.2.0.ebuild | 36 ----------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/kde-misc/kte-collaborative/kte-collaborative-0.2.0.ebuild b/kde-misc/kte-collaborative/kte-collaborative-0.2.0.ebuild
17 deleted file mode 100644
18 index f205991..0000000
19 --- a/kde-misc/kte-collaborative/kte-collaborative-0.2.0.ebuild
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
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 -MY_P="${PN}-v${PV}"
31 -KDE_LINGUAS="bs cs de fr hu nl pl pt pt_BR sk sv ug uk"
32 -inherit kde4-base
33 -
34 -DESCRIPTION="Collaborative text editor via kde-telepathy"
35 -HOMEPAGE="https://projects.kde.org/projects/playground/network/kte-collaborative"
36 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="4"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE="debug"
42 -
43 -RDEPEND="
44 - dev-libs/glib:2
45 - net-im/ktp-common-internals
46 - net-libs/libinfinity[server]
47 - net-libs/libqinfinity
48 - >=net-libs/telepathy-qt-0.8.9
49 -"
50 -DEPEND="${RDEPEND}
51 - app-arch/xz-utils
52 -"
53 -
54 -# hangs
55 -RESTRICT="test"
56 -
57 -S=${WORKDIR}/${MY_P}