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-base/kwayland/
Date: Thu, 02 Oct 2014 15:01:16
Message-Id: 1412262055.5b92b799e85ef8963ab4dcf7e03e6b3ff3074243.kensington@gentoo
1 commit: 5b92b799e85ef8963ab4dcf7e03e6b3ff3074243
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 2 15:00:20 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 2 15:00:55 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b92b799
7
8 [kde-base/kwayland] Add latest release and live development branch.
9
10 Package-Manager: portage-2.2.12
11
12 ---
13 kde-base/kwayland/kwayland-5.0.95.ebuild | 26 ++++++++++++++++++++++++++
14 kde-base/kwayland/kwayland-5.1.9999.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 52 insertions(+)
16
17 diff --git a/kde-base/kwayland/kwayland-5.0.95.ebuild b/kde-base/kwayland/kwayland-5.0.95.ebuild
18 new file mode 100644
19 index 0000000..797197b
20 --- /dev/null
21 +++ b/kde-base/kwayland/kwayland-5.0.95.ebuild
22 @@ -0,0 +1,26 @@
23 +# Copyright 1999-2014 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=5
28 +
29 +KDE_TEST="true"
30 +inherit kde5
31 +
32 +DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
33 +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
34 +
35 +LICENSE="LGPL-2.1"
36 +KEYWORDS=" ~amd64"
37 +IUSE=""
38 +
39 +DEPEND="
40 + >=dev-libs/wayland-1.3.0
41 + dev-qt/qtgui:5
42 +"
43 +RDEPEND="${DEPEND}"
44 +
45 +# All failing, i guess we need a virtual wayland server
46 +RESTRICT="test"
47 +
48 +PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )
49
50 diff --git a/kde-base/kwayland/kwayland-5.1.9999.ebuild b/kde-base/kwayland/kwayland-5.1.9999.ebuild
51 new file mode 100644
52 index 0000000..45e16ae
53 --- /dev/null
54 +++ b/kde-base/kwayland/kwayland-5.1.9999.ebuild
55 @@ -0,0 +1,26 @@
56 +# Copyright 1999-2014 Gentoo Foundation
57 +# Distributed under the terms of the GNU General Public License v2
58 +# $Header: $
59 +
60 +EAPI=5
61 +
62 +KDE_TEST="true"
63 +inherit kde5
64 +
65 +DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
66 +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland"
67 +
68 +LICENSE="LGPL-2.1"
69 +KEYWORDS=""
70 +IUSE=""
71 +
72 +DEPEND="
73 + >=dev-libs/wayland-1.3.0
74 + dev-qt/qtgui:5
75 +"
76 +RDEPEND="${DEPEND}"
77 +
78 +# All failing, i guess we need a virtual wayland server
79 +RESTRICT="test"
80 +
81 +PATCHES=( "${FILESDIR}/${PN}-wayland-1.5.patch" )